From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marian Balakowicz Date: Mon, 12 May 2008 12:56:00 +0200 Subject: [U-Boot-Users] [RFC] [PATCH 2/2] [new uImage] Avoid initrd and logbuffer area overlaps In-Reply-To: <20080511230023.BEAAD248C8@gemini.denx.de> References: <20080511230023.BEAAD248C8@gemini.denx.de> Message-ID: <48282240.50405@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, Wolfgang Denk wrote: > > in message <200805100617.43643.sr@denx.de> Stefan Roese wrote: >>> Add logbuffer to reserved LMB areas to prevent initrd allocation >>> from overlaping with it. >>> >>> Make sure to use correct logbuffer base address. >>> >>> Signed-off-by: Marian Balakowicz >> Hmmm, this patch breaks all PPC boards without logbuffer support. Take a look >> at "acadia" for example: > > Indeed. It is obvious that this patch was not even minimally tested. > Please see "Note 2" at http://www.denx.de/wiki/UBoot/Patches That is true, but the patch was explicitly marked RFC, as I was hoping to hear possible comments on the approach first. > I reverted the patch. Please resubmit after fixing the problems. Will do. Cheers, Marian