[U-Boot] [PATCH 2/4] PXA: Rework start.S to be closer to other ARMs
Marek Vasut
marek.vasut at gmail.com
Wed Nov 2 11:25:57 CET 2011
> 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 <marek.vasut at gmail.com>
> > Cc: Albert ARIBAUD <albert.u.boot at aribaud.net>
> > ---
> >
> > 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
More information about the U-Boot
mailing list