public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] ARM: DRA7: Add support for RevH evm
@ 2016-03-05 12:05 Lokesh Vutla
  2016-03-05 12:05 ` [U-Boot] [PATCH 1/6] ti: common: dra7: Add standard access for board description EEPROM Lokesh Vutla
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Lokesh Vutla @ 2016-03-05 12:05 UTC (permalink / raw)
  To: u-boot

DRA74-evm RevH and later versions uses 4GB DDR and populates this info
in EEPROM. This series reads EEPROM and populates emif settings for 4GB ddr.
If eeprom is not available or evm revision is < H, then it fall backs to
default emif settings.

This series depends on the ti common eeprom driver series posted recently.
https://www.mail-archive.com/u-boot%40lists.denx.de/msg204549.html

Tested on
DRA7 RevH: http://pastebin.ubuntu.com/15291175/
DRA7 RevG: http://pastebin.ubuntu.com/15291197/

Lokesh Vutla (6):
  ti: common: dra7: Add standard access for board description EEPROM
  ARM: DRA7: Enable EEPROM support
  ARM: DRA7: Move emif settings to board specific files
  ARM: DRA7: EMIF: Add 4GB DDR settings
  ARM: DRA7: configs: Prepare for detecting memory > 2GB
  ARM: DRA7-evm: Update memory info in banks

 arch/arm/cpu/armv7/omap5/Kconfig |   1 +
 arch/arm/cpu/armv7/omap5/sdram.c | 149 +--------------------
 board/ti/common/board_detect.c   |  64 +++++++++
 board/ti/common/board_detect.h   |  56 ++++++++
 board/ti/dra7xx/Kconfig          |   3 +
 board/ti/dra7xx/evm.c            | 279 ++++++++++++++++++++++++++++++++++++++-
 include/configs/dra7xx_evm.h     |   9 ++
 7 files changed, 410 insertions(+), 151 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2016-03-08  3:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05 12:05 [U-Boot] [PATCH 0/6] ARM: DRA7: Add support for RevH evm Lokesh Vutla
2016-03-05 12:05 ` [U-Boot] [PATCH 1/6] ti: common: dra7: Add standard access for board description EEPROM Lokesh Vutla
2016-03-07 23:36   ` Tom Rini
2016-03-05 12:05 ` [U-Boot] [PATCH 2/6] ARM: DRA7: Enable EEPROM support Lokesh Vutla
2016-03-07 23:36   ` Tom Rini
2016-03-05 12:05 ` [U-Boot] [PATCH 3/6] ARM: DRA7: Move emif settings to board specific files Lokesh Vutla
2016-03-07 23:36   ` Tom Rini
2016-03-05 12:05 ` [U-Boot] [PATCH 4/6] ARM: DRA7: EMIF: Add 4GB DDR settings Lokesh Vutla
2016-03-07 23:36   ` Tom Rini
2016-03-05 12:05 ` [U-Boot] [PATCH 5/6] ARM: DRA7: configs: Prepare for detecting memory > 2GB Lokesh Vutla
2016-03-07 23:36   ` Tom Rini
2016-03-08  3:38     ` Lokesh Vutla
2016-03-05 12:05 ` [U-Boot] [PATCH 6/6] ARM: DRA7-evm: Update memory info in banks Lokesh Vutla
2016-03-07 23:36   ` Tom Rini

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