From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <1175276728.3122.161.camel@pmac.infradead.org> References: <1175208237.3122.78.camel@pmac.infradead.org> <460D4BC3.8030805@am.sony.com> <1175276728.3122.161.camel@pmac.infradead.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3f028c6d87efaadfadee6894656ff220@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [Cbe-oss-dev] [PATCH] Ignore memory listed in PS3 device tree Date: Fri, 30 Mar 2007 20:11:46 +0200 To: David Woodhouse 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: , >> 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. Maybe you should use a bootwrapper, instead. It doesn't make sense to duplicate lots of firmware and bootloader/bootwrapper functionality in the kernel just for kexec. (Or to do that at all, really). Segher