[U-Boot] [PATCH V3 0/5] ARM: OMAP5: Add support for OMAP543x ES2.0 Socs

R Sricharan r.sricharan at ti.com
Tue Feb 12 12:33:40 CET 2013


ES2.0 is the latest silicon revision for OMAP543X socs. The SOC
supports enhanced opps for MPU (up to 1.5GHz). This series essentially
adds the support for both 5430 and 5432 versions.

This is on top of the below U-Boot cleanup series.
 http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/152834

Both the cleanup and ES2.0 support series against mainline is available
here
 git://gitorious.org/u-boot-shared/u-boot.git omap5_es2

Lokesh Vutla (2):
  ARM: OMAP5: Add DDR changes required for OMAP543X ES2.0 SOCs
  ARM: OMAP5: srcomp: enable slew rate compensation cells after powerup

R Sricharan (3):
  ARM: OMAP5: Add silicon id support for ES2.0 revision.
  ARM: OMAP5: clock: Add the prcm register changes required for ES2.0
  ARM: OMAP5: clocks: Add OPP settings required for OMAP543X ES2.0 soc

 arch/arm/cpu/armv7/omap-common/clocks-common.c |    9 +-
 arch/arm/cpu/armv7/omap-common/hwinit-common.c |    6 +
 arch/arm/cpu/armv7/omap4/hw_data.c             |  164 +++++++-------
 arch/arm/cpu/armv7/omap5/hw_data.c             |  254 +++++++++++++--------
 arch/arm/cpu/armv7/omap5/hwinit.c              |  143 +++++++++++-
 arch/arm/cpu/armv7/omap5/prcm-regs.c           |  286 ++++++++++++++++++++++++
 arch/arm/cpu/armv7/omap5/sdram.c               |   75 ++++++-
 arch/arm/include/asm/arch-omap5/clocks.h       |   39 +++-
 arch/arm/include/asm/arch-omap5/omap.h         |   27 +++
 arch/arm/include/asm/arch-omap5/sys_proto.h    |    1 +
 arch/arm/include/asm/armv7.h                   |    1 +
 arch/arm/include/asm/emif.h                    |    1 +
 arch/arm/include/asm/omap_common.h             |   14 +-
 13 files changed, 828 insertions(+), 192 deletions(-)

-- 
1.7.9.5



More information about the U-Boot mailing list