From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Bohmer Date: Sat, 26 Nov 2011 23:27:14 +0100 Subject: [U-Boot] [PATCH 5/5] pxa: fix relocation In-Reply-To: <1318864970-11608-5-git-send-email-sherbrec@cit-ec.uni-bielefeld.de> References: <1318864970-11608-1-git-send-email-sherbrec@cit-ec.uni-bielefeld.de> <1318864970-11608-5-git-send-email-sherbrec@cit-ec.uni-bielefeld.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, 2011/10/17 Stefan Herbrechtsmeier : > The current relocation don't work correct, as it doesn't clear the > initial ram (dcache) after relocation. This leads to missing bootargs > during Linux boot. Additionally the current relocation use the sdram > address for the initial ram which introduce a bug in the sdram > initialization. > > This patch extend the relocation in order to disable the mmu and to > clear the dcache after the relocation. Additionally it makes the > initial ram address and size configurable and fix the various > CONFIG_SYS_INIT_SP_ADDR definitions in the pxa board config files. > > Signed-off-by: Stefan Herbrechtsmeier > CC: Marek Vasut > CC: Prakash Kumar > CC: Robert Schwebel > CC: Cliff Brake > CC: Stefano Babic I see that nobody picked this is up so far, and I will not do it as well... It is posted as part of a series with USB patches, while this one is not related to USB. So, repost it as an stand-alone patch? Kind regards, Remy