[U-Boot] [PATCH v2 0/6] overo: add SPL support
Andreas Müller
schnitzeltony at gmx.de
Thu Dec 22 11:49:23 CET 2011
V1 -> V2
* cleanups: replace printf with one argument by puts [1-2]
* cleanups: remove unused macros and macro values / tabbing / remove FSF address [3]
* i2c: move all local variables to SRAM [4]
* OMAP SPL: call timer_init in s_init to make udelay work earlier [5]
* hint CONFIG_SYS_TEXT_BASE changed in commit message [6]
* remove log 'Texas Instruments Revision detection unimplemented' for overo [6]
* remove unintended whitespaces [6]
* send 'shut up' to TWL4030 to avoid corruption when reading board revision [6]
* use macros for overo revisions [6]
* don't separate SPL specific configurations [6]
Andreas Müller (6):
drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts
board/overo/overo.c: replace printf with one argument by puts
include/configs/omap3_overo.h: several cleanups
drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM
OMAP SPL: call timer_init in s_init to make udelay work earlier
overo: add SPL support / CONFIG_SYS_TEXT_BASE changed to 0x80100000
arch/arm/cpu/armv7/omap-common/spl.c | 6 +-
arch/arm/cpu/armv7/omap3/board.c | 2 +
arch/arm/include/asm/arch-omap3/mem.h | 26 +++++++
board/overo/config.mk | 28 --------
board/overo/overo.c | 69 ++++++++++++++++--
board/overo/overo.h | 5 ++
drivers/i2c/omap24xx_i2c.c | 25 ++++---
include/configs/omap3_overo.h | 122 ++++++++++++++++++++++----------
8 files changed, 197 insertions(+), 86 deletions(-)
delete mode 100644 board/overo/config.mk
--
1.7.6.4
More information about the U-Boot
mailing list