u-boot-brain/arch/arm/cpu/armv7/omap3
Tom Rini 6507f133f3 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
In SPL (CONFIG_SPL_FRAMEWORK) board_init_f must setup the stack pointer,
clear the BSS and call board_init_r.  We mark this as weak as some
platforms may need to perform additional initalization at this point.
We provide a gd that we know will be in a usable location, once the BSS
has been cleared to help with this as well.  Finally, we no longer call
relocate_code so remove that from the armv7 version.

Next, both board_init_f and jump_to_image_linux are going to be
inherently arch-specific, so move these versions to arch/arm/lib/spl.c

Signed-off-by: Tom Rini <trini@ti.com>
2012-09-27 09:49:59 -07:00
..
board.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
clock.c arm, omap3: fix warm reset serial output on OMAP36xx/AM/DM37xx 2012-05-15 08:31:41 +02:00
config.mk omap3: new SPL structure support 2011-09-30 22:00:54 +02:00
emac.c AM35xx: add EMAC support 2011-12-06 23:59:36 +01:00
emif4.c omap3: emif|sdrc: use a single global data define 2010-12-11 11:41:42 -05:00
lowlevel_init.S armv7: add appropriate headers for assembly functions 2012-05-15 08:31:26 +02:00
Makefile OMAP3 SPL: Add identify_nand_chip function 2011-12-06 23:59:38 +01:00
mem.c OMAP3: Change mem_ok to clear again after reading back 2011-12-06 23:59:38 +01:00
sdrc.c sdrc.c: Fix typo in do_sdrc_init() for SPL 2012-03-29 08:19:29 +02:00
spl_id_nand.c OMAP3 SPL: Add identify_nand_chip function 2011-12-06 23:59:38 +01:00
sys_info.c omap3: make get_board_rev() function weak 2012-01-16 08:40:11 +01:00