u-boot/board/tqc
Becky Bruce 51f924e5ce board/tqm85xx: Create and tear down TLB for get_ram_size()
We need a TLB entry to call get_ram_size(); the common code doesn't create
one until *after* fixed_sdram() has determined the size.  So we set up tlbs
for the max possible size and tear them down once we're done with
get_ram_size(); the common 85xx code will then set up a final set of tlb
entries for the *actual* detected size of ddr.

This prevents us from having TLB entries that are larger than DDR sitting
around for very long, which is not a recommended scenario.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-22 03:07:47 -05:00
..
tqm8xx Fix incorrect use of getenv() before relocation 2011-05-12 19:48:42 +02:00
tqm85xx board/tqm85xx: Create and tear down TLB for get_ram_size() 2011-07-22 03:07:47 -05:00
tqm834x Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
tqm5200 tqm5200.c: fix warning: 'edid_buf' defined but not used 2011-01-09 17:55:24 +01:00
tqm8260 Fix incorrect use of getenv() before relocation 2011-05-12 19:48:42 +02:00
tqm8272 Fix incorrect use of getenv() before relocation 2011-05-12 19:48:42 +02:00