
On Wed, Jan 4, 2012 at 6:26 PM, Andreas Müller schnitzeltony@gmx.de wrote:
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]
V2 -> V3
- modify omap_rev_string [6]
- CONFIG_SYS_TEXT_BASE back to 0x80008000 [7]
- modify CONFIG_SYS_SPL_MALLOC_START / CONFIG_SYS_SPL_MALLOC_SIZE /
CONFIG_SPL_BSS_START_ADDR to avoid conflicts with CONFIG_SYS_TEXT_BASE [7]
Andreas Müller (7): 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 omap_rev_string: output to stdout overo: add SPL support
arch/arm/cpu/armv7/omap-common/hwinit-common.c | 10 +- arch/arm/cpu/armv7/omap-common/spl.c | 12 +-- arch/arm/cpu/armv7/omap3/board.c | 2 + arch/arm/include/asm/arch-omap3/mem.h | 26 +++++ arch/arm/include/asm/arch-omap4/sys_proto.h | 2 +- arch/arm/include/asm/arch-omap5/sys_proto.h | 2 +- arch/arm/include/asm/omap_common.h | 2 +- board/overo/config.mk | 28 ------ board/overo/overo.c | 79 ++++++++++++++-- board/overo/overo.h | 9 ++ drivers/i2c/omap24xx_i2c.c | 25 +++-- include/configs/omap3_overo.h | 121 ++++++++++++++++-------- 12 files changed, 217 insertions(+), 101 deletions(-) delete mode 100644 board/overo/config.mk
With the changes posted in reply to 6/7, applied to u-boot-ti/master, thanks!