[U-Boot] [PATCH 0/4] ARM: OMAP4: Add OMAP4470 support

Taras Kondratiuk taras at ti.com
Tue Aug 6 14:18:47 CEST 2013


This series adds OMAP4470 support. It initializes clocks, voltages and EMIF.
This is enough to boot SLP, but U-Boot will try to start battery charging
on TWL6032 and will crash, because registers GPADC registers are different.

To get fully functional system Oleg's TWL6032 series [1] is needed 
on top of this one.

Tested on TI Blaze Tablet2 board.

Based on v2013.07+ commit f53932a "dts/Makefile: pass -undef -D__DTS__ to cpp"

[1] http://www.mail-archive.com/u-boot@lists.denx.de/msg118364.html

Lubomir Popov (1):
  ARM: OMAP4470: Add Elpida EDB8164B3PF memory configuration

Taras Kondratiuk (3):
  ARM: OMAP4470: Add OMAP4470 identification
  ARM: OMAP4470: Add voltage and dpll data
  ARM: OMAP4460: sdp: Limit TPS mux config to 4460

 arch/arm/cpu/armv7/omap4/hw_data.c      |   36 +++++++++++++++++++++++++++
 arch/arm/cpu/armv7/omap4/hwinit.c       |    3 +++
 arch/arm/cpu/armv7/omap4/sdram_elpida.c |   41 +++++++++++++++++++++++++------
 arch/arm/include/asm/arch-omap4/clock.h |    7 +++++-
 arch/arm/include/asm/arch-omap4/omap.h  |    1 +
 arch/arm/include/asm/omap_common.h      |    1 +
 board/ti/sdp4430/sdp.c                  |    3 ++-
 7 files changed, 83 insertions(+), 9 deletions(-)

-- 
1.7.9.5



More information about the U-Boot mailing list