public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/7] overo: add SPL support
@ 2012-01-05  1:26 Andreas Müller
  2012-01-05  1:26 ` [U-Boot] [PATCH v3 1/7] drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts Andreas Müller
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Andreas Müller @ 2012-01-05  1:26 UTC (permalink / raw)
  To: u-boot

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

-- 
1.7.4.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-01-13 18:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05  1:26 [U-Boot] [PATCH v3 0/7] overo: add SPL support Andreas Müller
2012-01-05  1:26 ` [U-Boot] [PATCH v3 1/7] drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts Andreas Müller
2012-01-10  9:57   ` Heiko Schocher
2012-01-05  1:26 ` [U-Boot] [PATCH v3 2/7] board/overo/overo.c: " Andreas Müller
2012-01-05  1:26 ` [U-Boot] [PATCH v3 3/7] include/configs/omap3_overo.h: several cleanups Andreas Müller
2012-01-05  1:26 ` [U-Boot] [PATCH v3 4/7] drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM Andreas Müller
2012-01-10  9:57   ` Heiko Schocher
2012-01-13 18:30   ` Tom Rini
2012-01-05  1:26 ` [U-Boot] [PATCH v3 5/7] OMAP SPL: call timer_init in s_init to make udelay work earlier Andreas Müller
2012-01-05  1:26 ` [U-Boot] [PATCH v3 6/7] omap_rev_string: output to stdout Andreas Müller
2012-01-13 16:31   ` Tom Rini
2012-01-13 16:58     ` Tom Rini
2012-01-05  1:26 ` [U-Boot] [PATCH v3 7/7] overo: add SPL support Andreas Müller
2012-01-13 18:06   ` Tom Rini
2012-01-13 16:59 ` [U-Boot] [PATCH v3 0/7] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox