1
0
Fork 0
remarkable-uboot/arch/arm/cpu/armv7
Tom Rini 47f7bcae8c SPL: Move the omap SPL framework to common/spl
Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL
framework, enable on all of the previously using boards.  We move the
spl_ymodem.c portion to common/ and spl_mmc.c to drivers/mmc/.  We leave
the NAND one in-place as we plan to replace it later in this series.

We use common/spl to avoid linker problems with respect to merging
constant strings in objects.   Otherwise all strings in common/ will be
linked in and kept which grows SPL in size too much.

Signed-off-by: Tom Rini <trini@ti.com>
2012-09-27 09:49:59 -07:00
..
am33xx SPL: Move the omap SPL framework to common/spl 2012-09-27 09:49:59 -07:00
exynos arm:exynos: Enable data cache at exynos based processors. 2012-09-01 14:58:24 +02:00
highbank Consolidate bootcount code into drivers/bootcount 2012-09-01 14:26:02 +02:00
mx5 imx-common/cmd_bmode.c: add imx bmode (bootmode) command 2012-09-01 14:58:26 +02:00
mx6 imx-common/cmd_bmode.c: add imx bmode (bootmode) command 2012-09-01 14:58:26 +02:00
omap-common SPL: Move the omap SPL framework to common/spl 2012-09-27 09:49:59 -07:00
omap3 SPL: Move the omap SPL framework to common/spl 2012-09-27 09:49:59 -07:00
omap4 ARM: OMAP4/5: Move USB clocks to essential group. 2012-07-07 14:07:36 +02:00
omap5 ARM: OMAP4/5: Move USB clocks to essential group. 2012-07-07 14:07:36 +02:00
s5p-common arm/s5pxx: Fix get_timer_masked to get the time. 2012-09-01 14:58:23 +02:00
s5pc1xx armv7: add appropriate headers for assembly functions 2012-05-15 08:31:26 +02:00
tegra20 Tegra: Change Tegra20 to Tegra in common code, prep for T30 2012-09-10 13:01:24 -07:00
u8500 snowball: Adding board specific cache cleanup routine 2012-09-01 14:58:20 +02:00
Makefile tegra20: enable SPL for tegra20 boards 2012-09-01 14:58:22 +02:00
cache_v7.c armv7: cache: remove flush on un-aligned invalidate 2011-09-04 11:36:16 +02:00
config.mk Revert "arm: armv7: add compile option -mno-unaligned-access if available" 2012-09-01 14:58:10 +02:00
cpu.c arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0 2012-09-01 14:58:22 +02:00
lowlevel_init.S armv7: Make lowlevel_init.S's lowlevel_init do ABI compatible stack 2012-09-01 14:58:19 +02:00
start.S arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0 2012-09-01 14:58:22 +02:00
syslib.c ARMV7: Vexpress: fix build errors 2010-12-08 23:44:21 +01:00