rv1126-uboot/arch/arm/lib
Albert ARIBAUD e05e5de7fa arm: move C runtime setup code in crt0.S
Move all the C runtime setup code from every start.S
in arch/arm into arch/arm/lib/crt0.S. This covers
the code sequence from setting up the initial stack
to calling into board_init_r().

Also, rewrite the C runtime setup and make functions
board_init_*() and relocate_code() behave according to
normal C semantics (no jumping across the C stack any
more, etc).

Some SPL targets had to be touched because they use
start.S explicitly or for some reason; the relevant
maintainers and custodians are cc:ed.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2013-01-08 22:14:50 +01:00
..
Makefile arm: move C runtime setup code in crt0.S 2013-01-08 22:14:50 +01:00
_ashldi3.S
_ashrdi3.S
_divsi3.S
_lshrdi3.S
_modsi3.S
_udivsi3.S
_umodsi3.S
board.c arm: move C runtime setup code in crt0.S 2013-01-08 22:14:50 +01:00
bootm.c arm bootm: Allow to pass board specified atags 2012-10-30 15:28:05 -07:00
cache-cp15.c arm: Add control over cachability of memory regions 2012-11-19 08:15:38 -07:00
cache-pl310.c
cache.c
crt0.S arm: move C runtime setup code in crt0.S 2013-01-08 22:14:50 +01:00
div0.c
eabi_compat.c arm: Don't use printf() in SPL builds 2012-07-07 14:07:43 +02:00
interrupts.c ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00
memcpy.S
memset.S
reset.c
spl.c SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux 2012-09-27 09:49:59 -07:00