u-boot/arch/arm/cpu
Aneesh V 1e463866f5 omap4: automatic sdram detection
Identify SDRAM devices connected to EMIF automatically:
LPDDR2 devices have some Mode Registers that provide details
about the device such as the type, density, bus width
etc. EMIF has the capability to read these registers. If there
are no devices connected to a given chip-select reading mode
registers will return junk values. After reading as many such
registers as possible and matching with expected ranges of
values the driver can identify if there is a device connected
to the respective CS. If we identify that a device is connected
the values read give us complete details about the device.

This along with the base AC timings specified by JESD209-2
allows us to do a complete automatic initialization of
SDRAM that works on all boards.

Please note that the default AC timings specified by JESD209-2
will be safe for all devices but not necessarily optimal. However,
for the Elpida devices used on Panda and SDP the default timings
are both safe and optimal.

Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2011-08-03 12:49:19 +02:00
..
arm720t cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
arm920t cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
arm925t Timer: Remove reset_timer_masked() 2011-07-26 14:54:15 +02:00
arm926ejs Timer: Remove reset_timer_masked() 2011-07-26 14:54:15 +02:00
arm946es replace CONFIG_PRELOADER with CONFIG_SPL_BUILD 2011-07-26 14:44:34 +02:00
arm1136 Timer: Remove reset_timer_masked() 2011-07-26 14:54:15 +02:00
arm1176 Timer: Remove reset_timer_masked() 2011-07-26 14:54:15 +02:00
arm_intcm replace CONFIG_PRELOADER with CONFIG_SPL_BUILD 2011-07-26 14:44:34 +02:00
armv7 omap4: automatic sdram detection 2011-08-03 12:49:19 +02:00
ixp cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
lh7a40x cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00
pxa Timer: Remove reset_timer_masked() 2011-07-26 14:54:15 +02:00
s3c44b0 Timer: Remove reset_timer_masked() 2011-07-26 14:54:15 +02:00
sa1100 cleanup: Fix typos and misspellings in various files. 2011-07-28 21:27:36 +02:00