u-boot-brain/cpu/mpc85xx
Kumar Gala e393e2e9bc 85xx: Fix addrmap to include memory
When we init the addrmap based on the TLB we will not end up getting
the TLB that covers memory if we are using SPD.  The reason is we
haven't relocated at the point that we setup the memory TLB and thus it
will not get setup in the addrmap.

Instead we can just walk over the TLB array after we've relocated and
see all the TLBs that have been set and use that information to populate
the initial addrmap.  By doing this we insure that we get the TLB
entries that cover memory.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-08-14 17:42:05 -05:00
..
commproc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
config.mk 85xx: Add -mno-spe to e500/85xx builds 2008-04-29 20:08:43 +02:00
cpu_init.c 8xxx: Move dma_init() call to common code 2009-07-01 23:12:00 -05:00
cpu.c 8xxx: Break out DMA code to a common file 2009-07-01 23:01:51 -05:00
ddr-gen1.c fsl_dma: Break out common memory initialization function 2009-07-01 23:12:01 -05:00
ddr-gen2.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ddr-gen3.c fsl-ddr: add the DDR3 SPD infrastructure 2009-03-30 13:33:50 -05:00
ether_fcc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
fdt.c 85xx: Always attempt ethernet device tree fixup 2009-06-12 17:16:26 -05:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile MPC85xx: Add MPC8569 CPU support 2009-03-30 13:33:51 -05:00
mp.c 85xx: Introduce determine_mp_bootpg() helper. 2009-04-01 15:29:49 -05:00
mp.h 85xx: Introduce determine_mp_bootpg() helper. 2009-04-01 15:29:49 -05:00
mpc8536_serdes.c Update Freescale copyrights to remove "All Rights Reserved" 2009-07-29 09:59:22 +02:00
pci.c 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards 2009-01-23 17:03:13 -06:00
qe_io.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
release.S 85xx: Add support for additional e500mc features 2009-03-30 13:33:50 -05:00
resetvec.S * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
serial_scc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
speed.c 85xx: Add QE clk support 2009-06-12 17:16:59 -05:00
start.S MPC85xx: Add MPC8569 CPU support 2009-03-30 13:33:51 -05:00
tlb.c 85xx: Fix addrmap to include memory 2009-08-14 17:42:05 -05:00
traps.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00