WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

Re: [XenPPC] Cannot boot from local disk

> Kawachiya-san,
> Please try the following patch against the yaboot boot.

I rebuilt xen with the patches, and tried to boot with xen/xen, but the
situation was same.

>
> diff -r f9631d8c3e3c xen/arch/powerpc/Makefile
> --- a/xen/arch/powerpc/Makefile   Thu Oct 05 16:06:42 2006 -0500
> +++ b/xen/arch/powerpc/Makefile   Fri Oct 06 10:57:24 2006 -0400
> @@ -96,7 +96,7 @@ cmdline.o: cmdline.dep
> cmdline.o: cmdline.dep
> cmdline.o: CFLAGS += -DCMDLINE="\"$(FULL_CMDLINE)\""
> -TARGET_OPTS = $(OMAGIC) -Wl,-Ttext,0x400000,-T,xen.lds
> +TARGET_OPTS = $(OMAGIC) -Wl,-T,xen.lds
> TARGET_OPTS += start.o $(ALL_OBJS)
> .xen-syms: start.o $(ALL_OBJS) xen.lds
> diff -r f9631d8c3e3c xen/arch/powerpc/xen.lds.S
> --- a/xen/arch/powerpc/xen.lds.S   Thu Oct 05 16:06:42 2006 -0500
> +++ b/xen/arch/powerpc/xen.lds.S   Fri Oct 06 10:57:24 2006 -0400
> @@ -17,7 +17,7 @@ SECTIONS
> SECTIONS
> {
>     /* Read-only sections, merged into text segment: */
> -  PROVIDE (__executable_start = 0x10000000); . = 0x10000000 +
> SIZEOF_HEADERS;
> +  PROVIDE (__executable_start = 0x400000); . = 0x400000 +
> SIZEOF_HEADERS;
>     .interp         : { *(.interp) } :text
>     .hash           : { *(.hash) }
>     .dynsym         : { *(.dynsym) }


_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>