From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Herbrechtsmeier Date: Wed, 02 Nov 2011 10:01:38 +0100 Subject: [U-Boot] [PATCH 2/4] PXA: Rework start.S to be closer to other ARMs In-Reply-To: <1320067393-18822-3-git-send-email-marek.vasut@gmail.com> References: <1320067393-18822-1-git-send-email-marek.vasut@gmail.com> <1320067393-18822-3-git-send-email-marek.vasut@gmail.com> Message-ID: <4EB106F2.8080800@cit-ec.uni-bielefeld.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 31.10.2011 14:23, schrieb Marek Vasut: > The start.S on PXA was very obscure. This reworks it back to be close to arm1136 > start.S and others. > > Signed-off-by: Marek Vasut > Cc: Albert ARIBAUD > --- > arch/arm/cpu/pxa/cpu.c | 16 ++ > arch/arm/cpu/pxa/start.S | 382 ++++++++++++++++----------------------------- > 2 files changed, 152 insertions(+), 246 deletions(-) Hi Marek, if I understand your code right, you change the initial memory from cache to SRAM, but this is not available on the pxa255. Do you plan to drop the pxa255 support? Do you plan to update the pxa boards config? I assume that I can drop my patch to fix the relocation on pxa. Regards, Stefan