u-boot-brain/arch/arm/cpu/armv7/omap5
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 omap5: Add minimal support for omap5430. 2011-11-15 22:25:50 +01:00
emif.c arm: omap4: Fix SDRAM AUTO DETECTION 2013-04-08 11:29:34 -04:00
hw_data.c arm: dra7xx: Add DDR related data for DRA752 ES1.0 2013-03-11 11:06:11 -04:00
hwinit.c arm: dra7xx: Add silicon id support for DRA752 soc 2013-03-11 11:39:57 -04:00
Makefile ARM: OMAP4+: Clean up the pmic code 2013-03-11 11:06:10 -04:00
prcm-regs.c arm: dra7xx: Add control module changes 2013-03-11 11:06:11 -04:00
sdram.c arm: dra7xx: Add DDR related data for DRA752 ES1.0 2013-03-11 11:06:11 -04:00