ppc4xx: Update AMCC Bamboo 440EP support
authorEugene OBrien <eugene.obrien@advantechamt.com>
Tue, 31 Jul 2007 08:24:56 +0000 (10:24 +0200)
committerStefan Roese <sr@denx.de>
Tue, 31 Jul 2007 08:24:56 +0000 (10:24 +0200)
Changed storage type of cfg_simulate_spd_eeprom to const
Changed storage type of gpio_tab to stack storage
(Cannot access global data declarations in .bss until afer code relocation)

Improved SDRAM tests to catch problems where data is not uniquely addressable
(e.g. incorrectly programmed SDRAM row or columns)

Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
Fixed AM29LV320DT (OpCode Flash) sector map

Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
Signed-off-by: Stefan Roese <sr@denx.de>

No differences found