[U-Boot] [PATCH V4 0/5] OMAP3 and devkit8000 SPL support
Simon Schwarz
simonschwarzcor at googlemail.com
Tue Jul 26 14:09:13 CEST 2011
V1 Initial SPL support for OMAP3 was based on the old SPL
V2 Introduced major changes. It is based on the OMAP4-SPL patch by
Aneesh V and the new SPL Framework by Daniel Schwierzeck and Aneesh V
V3 Some small bug fixes and correct placed SOB.
V4 Corrected one bugfix and some style problems
This is based on the following patches:
- New SPL framework
- OMAP4 SPL
Both are already in u-boot-ti repo.
Simon Schwarz (5):
omap3: Configure RAM bank 0 if in SPL
omap-common: add nand spl support
nand spl: add NAND Library to new SPL
omap3: new SPL structure support
devkit8000: Add nand-spl support for new SPL
arch/arm/cpu/armv7/omap-common/spl.c | 46 ++++++++++++++++++
arch/arm/cpu/armv7/omap3/board.c | 37 ++++++++++++++-
arch/arm/cpu/armv7/omap3/lowlevel_init.S | 5 ++
arch/arm/cpu/armv7/omap3/sdrc.c | 30 +++++++++++-
arch/arm/include/asm/arch-omap3/mem.h | 36 ++++++++++++++
arch/arm/include/asm/arch-omap3/sys_proto.h | 1 +
arch/arm/include/asm/omap_common.h | 1 +
board/timll/devkit8000/devkit8000.c | 2 +-
doc/README.SPL | 2 +
drivers/mtd/nand/Makefile | 6 ++-
drivers/mtd/nand/omap_gpmc.c | 68 +++++++++++++++++++++++++++
include/configs/devkit8000.h | 46 ++++++++++++++++++
include/nand.h | 2 +
spl/Makefile | 2 +
14 files changed, 279 insertions(+), 5 deletions(-)
--
1.7.4.1
More information about the U-Boot
mailing list