public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] OMAP5: Add support for OMAP5432 SOC
@ 2012-05-22 10:03 Lokesh Vutla
  2012-05-22 10:03 ` [U-Boot] [PATCH 1/7] OMAP5: Adding correct Control id code for OMAP5430 Lokesh Vutla
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Lokesh Vutla @ 2012-05-22 10:03 UTC (permalink / raw)
  To: u-boot

This patch series support OMAP5432 in Mainline U-boot.
The major difference from OMAP5430 is that it supports DDR3 memory.
Things to be done for supporting DDR3:
1) ioconfig for ddr3
2) Initialization sequence and ddr3 leveling
3) Change in DPLL_CORE locking sequence
4) Voltage changes

This series has been tested on
OMAP4430 sdp
OMAP5430sevm
OMAP5432uevm

MAKEALL has been tested for all armv7 boards to ensure no build breakage.

Lokesh Vutla (7):
  OMAP5: Adding correct Control id code for OMAP5430
  OMAP5: ADD chip detection for OMAP5432 SOC
  OMAP5: Configure the io settings for omap5432 uevm board
  OMAP5: ADD precalculated timings for ddr3
  OMAP5: EMIF: Add support for DDR3 device
  OMAP5: DPLL core lock for OMAP5432
  OMAP5: Change voltages for omap5432

 arch/arm/cpu/armv7/omap-common/clocks-common.c |    8 +-
 arch/arm/cpu/armv7/omap-common/emif-common.c   |  118 +++++++++++++++++++++--
 arch/arm/cpu/armv7/omap4/hwinit.c              |    5 +
 arch/arm/cpu/armv7/omap4/sdram_elpida.c        |    1 +
 arch/arm/cpu/armv7/omap5/clocks.c              |   31 ++++--
 arch/arm/cpu/armv7/omap5/hwinit.c              |  123 ++++++++++++++++++++----
 arch/arm/cpu/armv7/omap5/sdram.c               |   50 ++++++++++-
 arch/arm/include/asm/arch-omap4/clocks.h       |    5 +
 arch/arm/include/asm/arch-omap5/clocks.h       |   15 +++
 arch/arm/include/asm/arch-omap5/omap.h         |   18 +++-
 arch/arm/include/asm/emif.h                    |   50 ++++++++++-
 arch/arm/include/asm/omap_common.h             |    1 +
 12 files changed, 382 insertions(+), 43 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2012-05-25 15:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 10:03 [U-Boot] [PATCH 0/7] OMAP5: Add support for OMAP5432 SOC Lokesh Vutla
2012-05-22 10:03 ` [U-Boot] [PATCH 1/7] OMAP5: Adding correct Control id code for OMAP5430 Lokesh Vutla
2012-05-22 10:24   ` R, Sricharan
2012-05-22 10:03 ` [U-Boot] [PATCH 2/7] OMAP5: ADD chip detection for OMAP5432 SOC Lokesh Vutla
2012-05-22 10:03 ` [U-Boot] [PATCH 3/7] OMAP5: Configure the io settings for omap5432 uevm board Lokesh Vutla
2012-05-22 10:03 ` [U-Boot] [PATCH 4/7] OMAP5: ADD precalculated timings for ddr3 Lokesh Vutla
2012-05-22 10:31   ` R, Sricharan
2012-05-22 10:03 ` [U-Boot] [PATCH 5/7] OMAP5: EMIF: Add support for DDR3 device Lokesh Vutla
2012-05-22 14:41   ` Tom Rini
2012-05-22 14:58     ` R, Sricharan
2012-05-22 15:18       ` Tom Rini
2012-05-22 15:27         ` R, Sricharan
2012-05-22 15:39           ` Tom Rini
2012-05-23 12:22             ` R, Sricharan
2012-05-23 16:55               ` Tom Rini
2012-05-24  6:45                 ` R, Sricharan
2012-05-24 13:46                   ` Tom Rini
2012-05-22 10:03 ` [U-Boot] [PATCH 6/7] OMAP5: DPLL core lock for OMAP5432 Lokesh Vutla
2012-05-22 10:36   ` R, Sricharan
2012-05-22 10:03 ` [U-Boot] [PATCH 7/7] OMAP5: Change voltages for omap5432 Lokesh Vutla
2012-05-25 15:04 ` [U-Boot] [PATCH 0/7] OMAP5: Add support for OMAP5432 SOC Tom Rini

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