[U-Boot] [PATCH 2/4] PXA: Rework start.S to be closer to other ARMs
Stefan Herbrechtsmeier
sherbrec at cit-ec.uni-bielefeld.de
Wed Nov 2 10:01:38 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?
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
More information about the U-Boot
mailing list