public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] ARM: OMAP5: Add support for OMAP543x ES2.0 Socs
@ 2013-01-31  6:02 R Sricharan
  2013-01-31  6:02 ` [U-Boot] [PATCH 1/5] ARM: OMAP5: Add silicon id support for ES2.0 revision R Sricharan
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: R Sricharan @ 2013-01-31  6:02 UTC (permalink / raw)
  To: u-boot

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/152563

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 |    4 +
 arch/arm/cpu/armv7/omap-common/hwinit-common.c |    6 +
 arch/arm/cpu/armv7/omap4/hw_data.c             |  140 ++++++------
 arch/arm/cpu/armv7/omap5/hw_data.c             |  255 ++++++++++++++-------
 arch/arm/cpu/armv7/omap5/hwinit.c              |  129 ++++++++++-
 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       |    8 +
 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, 787 insertions(+), 160 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-02-01  8:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31  6:02 [U-Boot] [PATCH 0/5] ARM: OMAP5: Add support for OMAP543x ES2.0 Socs R Sricharan
2013-01-31  6:02 ` [U-Boot] [PATCH 1/5] ARM: OMAP5: Add silicon id support for ES2.0 revision R Sricharan
2013-01-31 17:19   ` Tom Rini
2013-01-31  6:02 ` [U-Boot] [PATCH 2/5] ARM: OMAP5: clock: Add the prcm register changes required for ES2.0 R Sricharan
2013-01-31 17:20   ` Tom Rini
2013-01-31  6:02 ` [U-Boot] [PATCH 3/5] ARM: OMAP5: clocks: Add OPP settings required for OMAP543X ES2.0 soc R Sricharan
2013-01-31 17:20   ` Tom Rini
2013-01-31  6:02 ` [U-Boot] [PATCH 4/5] ARM: OMAP5: Add DDR changes required for OMAP543X ES2.0 SOCs R Sricharan
2013-01-31 17:20   ` Tom Rini
2013-01-31  6:02 ` [U-Boot] [PATCH 5/5] ARM: OMAP5: srcomp: enable slew rate compensation cells after powerup R Sricharan
2013-01-31 17:20   ` Tom Rini
2013-02-01  8:15     ` R Sricharan

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