From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Cbe-oss-dev] [PATCH] Ignore memory listed in PS3 device tree From: David Woodhouse To: Geoff Levand In-Reply-To: <460D4BC3.8030805@am.sony.com> References: <1175208237.3122.78.camel@pmac.infradead.org> <460D4BC3.8030805@am.sony.com> Content-Type: text/plain Date: Fri, 30 Mar 2007 18:45:28 +0100 Message-Id: <1175276728.3122.161.camel@pmac.infradead.org> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-03-30 at 10:41 -0700, Geoff Levand wrote: > The proper way is to parse out just the command line from the incompatible > DT, and use that with the new DT supplied by the bootwrapper. I planed > to do that in my bootwrapper, but haven't coded it yet. There is no bootwrapper here. We boot a plain vmlinux, which needs to cope. If it needs fixing up beforehand, it needs to be done in kexec. -- dwmw2