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] systemsim-gpul problems: reserved memory areas

To: Yoder Stuart-B08248 <stuart.yoder@xxxxxxxxxxxxx>
Subject: RE: [XenPPC] systemsim-gpul problems: reserved memory areas
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Thu, 04 Jan 2007 20:00:11 -0600
Cc: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 04 Jan 2007 17:59:52 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <9696D7A991D0824DBA8DFAC74A9C5FA30203E1F1@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <9696D7A991D0824DBA8DFAC74A9C5FA30203E1F1@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Reply-to: Hollis Blanchard <hollisb@xxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, 2007-01-04 at 14:15 -0700, Yoder Stuart-B08248 wrote:

> I have turned on debug prints in arch/powerpc/boot_of.c.
> One thing I'm puzzling over is why boot_of_alloc_init()
> is marking overlapping regions of memory.  Does that 
> make sense??

It doesn't exactly make sense, but in this case it's not a real
problem...

>     [snip]
>     boot_of_alloc_init: marking 0x0 - 0x0^M
>     boot_of_alloc_init: marking 0x0 - 0x400^M

These two come from your Open Firmware device tree. They don't make
sense IMHO. systemsim may have a bug in its device tree.

We could also have a bug in the way we parse the "available" property,
but I believe our code has been tested on PowerMac and SLOF, and it
looks correct to me.

>     boot_of_alloc_init: marking 0x400000 - 0x88b000^M

This is our code reserving Xen's text, _start to _end.

>     boot_of_alloc_init: marking 0x0 - 0x3000^M

This is our code reserving the exception handlers.

-- 
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>