|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction f
On Mon, 2007-01-15 at 17:25 -0500, Jimi Xenidis wrote:
> >>> +int make_devtree(
> [snip]
> >> Any ideas what this reservation is for? is it for the flat-devtree
> >> itself?
> >
> > Nope.
> >
> >>> + /* root.reserve(0x1000000, 0x1000) */
> >>> + val[0] = cpu_to_be64((u64) 0x1000000);
> >>> + val[1] = cpu_to_be64((u64) 0x1000);
> >>> + ft_add_rsvmap(root, val[0], val[1]);
Yes, it is: see DEVTREE_ADDR in xc_linux_build.c .
--
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>
|
- [XenPPC] [PATCH 0 of 4] [PATCH] move devtree creation to libxc, Ryan Harper
- [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Ryan Harper
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Jimi Xenidis
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Ryan Harper
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Ryan Harper
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Jimi Xenidis
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Ryan Harper
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Jimi Xenidis
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(),
Hollis Blanchard <=
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Jimi Xenidis
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Hollis Blanchard
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Ryan Harper
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Jimi Xenidis
- Re: [XenPPC] [PATCH 3 of 4] [PATCH] Move flat device tree construction from python to libxc for xc_linux_build(), Jimi Xenidis
[XenPPC] [PATCH 4 of 4] [PATCH] Remove FlatDeviceTree.py, move prose builder to libxc devtree construction, Ryan Harper
[XenPPC] [PATCH 1 of 4] [PATCH] Whitespace cleanup of powerpc64/xc_linux_build.c, Ryan Harper
|
|
|
|
|