u-boot-brain/arch/arm/cpu/armv7/omap4
Lokesh Vutla d3d82e9fc6 arm: omap4: Fix SDRAM AUTO DETECTION
Commit "8602114 omap: emif: configure emif only when required"
breaks SDRAM_AUTO_DETECTION.
The issue is dmm_init() depends on emif_sizes[](SDRAM Auto detection)
done in do_sdram_init(). The above commit moves dmm_init() above
do_sdram_init() because of which dmm_init() uses uninitialized
emif_sizes[].
So instead of using global emif_sizes[], get sdram details locally
and calculate emif sizes.

Reported-by: Michael Cashwell <mboards@prograde.net>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2013-04-08 11:29:34 -04:00
..
config.mk mkimage: Add OMAP boot image support 2011-08-03 12:49:20 +02:00
emif.c arm: omap4: Fix SDRAM AUTO DETECTION 2013-04-08 11:29:34 -04:00
hw_data.c arm: dra7xx: clock: Add the dplls data 2013-03-11 11:06:11 -04:00
hwinit.c ARM: OMAP4+: Make control module register structure generic 2013-03-11 11:06:10 -04:00
Makefile ARM: OMAP4+: Clean up the pmic code 2013-03-11 11:06:10 -04:00
prcm-regs.c arm: dra7xx: clock: Add the prcm changes 2013-03-11 11:06:11 -04:00
sdram_elpida.c arm: dra7xx: Add DDR related data for DRA752 ES1.0 2013-03-11 11:06:11 -04:00