From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 2 Nov 2011 11:25:57 +0100 Subject: [U-Boot] [PATCH 2/4] PXA: Rework start.S to be closer to other ARMs In-Reply-To: <4EB106F2.8080800@cit-ec.uni-bielefeld.de> References: <1320067393-18822-1-git-send-email-marek.vasut@gmail.com> <1320067393-18822-3-git-send-email-marek.vasut@gmail.com> <4EB106F2.8080800@cit-ec.uni-bielefeld.de> Message-ID: <201111021125.57681.marek.vasut@gmail.com> 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? No, you're right. I'll probably have to add a workaround for this issue for pxa25x and 26x. Damn. > > Do you plan to update the pxa boards config? > > I assume that I can drop my patch to fix the relocation on pxa. Do you have any pxa250 board and are you willing to help with this patch? > > Regards, > Stefan