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: Yaboot stripped image Was: [XenPPC] Cannot boot from local disk

To: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Subject: Re: Yaboot stripped image Was: [XenPPC] Cannot boot from local disk
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Fri, 06 Oct 2006 11:26:38 -0500
Cc: Kiyokuni Kawachiya <KAWATIYA@xxxxxxxxxx>, XenPPC-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 06 Oct 2006 09:26:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1160150698.23837.18.camel@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
References: <OF077CBC53.CDC18F64-ON492571FF.0051FD94-492571FF.0052B0AD@xxxxxxxxxx> <F97B988C-2980-4C64-B4FA-E8F66469A631@xxxxxxxxxxxxxx> <1160150698.23837.18.camel@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, 2006-10-06 at 11:04 -0500, Hollis Blanchard wrote:
> diff -r 48840bbe607d xen/arch/powerpc/xen.lds.S
> --- a/xen/arch/powerpc/xen.lds.S        Tue Sep 12 14:28:16 2006 -0500
> +++ b/xen/arch/powerpc/xen.lds.S        Fri Oct 06 10:31:48 2006 -0500
> @@ -12,7 +12,7 @@ SEARCH_DIR("=/usr/local/lib64"); SEARCH_
>     __DYNAMIC = 0;    */
>  PHDRS
>  {
> -  text PT_LOAD FILEHDR PHDRS;
> +  text PT_LOAD;
>  }
>  SECTIONS
>  {

I take it back; this does indeed solve the problem. Kawachiya-san,
please confirm:

% objdump -p xen/xen
xen/xen:     file format elf32-big

Program Header:
    LOAD off    0x00000100 vaddr 0x00400000 paddr 0x00400000 align 2**8
         filesz 0x00763478 memsz 0x00776f50 flags rwx
 
-- 
Hollis Blanchard
IBM Linux Technology Center


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

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