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: Segher Boessenkool In-Reply-To: <3f028c6d87efaadfadee6894656ff220@kernel.crashing.org> References: <1175208237.3122.78.camel@pmac.infradead.org> <460D4BC3.8030805@am.sony.com> <1175276728.3122.161.camel@pmac.infradead.org> <3f028c6d87efaadfadee6894656ff220@kernel.crashing.org> Content-Type: text/plain Date: Fri, 30 Mar 2007 19:13:47 +0100 Message-Id: <1175278427.3122.164.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 20:11 +0200, Segher Boessenkool wrote: > 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). kexec has a --devicetreeblob option, if we need to resort to that. And we're not talking about "lots of functionality". It's just a case of ignoring the memory which is mentioned in the device-tree. -- dwmw2