public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 0/5] ARM: OMAP5: Add support for OMAP543x ES2.0 Socs
@ 2013-02-04 14:29 R Sricharan
  2013-02-04 14:29 ` [U-Boot] [PATCH V2 1/5] ARM: OMAP5: Add silicon id support for ES2.0 revision R Sricharan
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: R Sricharan @ 2013-02-04 14:29 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/152834

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             |  142 ++++++------
 arch/arm/cpu/armv7/omap5/hw_data.c             |  261 ++++++++++++++-------
 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, 794 insertions(+), 161 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-02-06  7:12 UTC | newest]

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

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