Re: [Cbe-oss-dev] [PATCH] Ignore memory listed in PS3 device tree
From: David Woodhouse <dwmw2@infradead.org>
Date: 2007-04-04 00:10:02
From: David Woodhouse <dwmw2@infradead.org>
Date: 2007-04-04 00:10:02
On Tue, 2007-04-03 at 16:58 -0700, Geoff Levand wrote:
But you seem to say we can do something in the first stage kernel and pass some info to the second stage kernel? The trouble with that is that when the kernel is used as a first stage, where does the info come from?
From the bootwrapper, surely? If the bootwrapper sets up the initial
device-tree and passes it to the first stage kernel, then all that information will be passed through when you kexec the second stage vmlinux. -- dwmw2