u-boot-brain/cpu/mpc86xx
Becky Bruce 279726bd00 MPC86xx: Change traps.c to not reference non-addressable memory
Currently, END_OF_RAM is used by the trap code to determine if
we should attempt to access the stack pointer or not. However,
on systems with a lot of RAM, only a subset of the RAM is
guaranteed to be mapped in and accessible.  Change END_OF_RAM
to use get_effective_memsize() instead of using the raw ram
size out of the bd to prevent us from trying to access
non-mapped memory.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2008-06-06 10:55:35 -05:00
..
cache.S 7450 and 86xx L2 cache invalidate bug corrections 2008-05-09 20:46:48 +02:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu_init.c mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' 2008-02-18 11:35:01 -06:00
cpu.c PPC: 86xx Add bat registers to reginfo command 2008-06-03 18:05:15 +02:00
fdt.c 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
interrupts.c cpu/86xx fixes. 2007-08-10 11:02:32 -05:00
Makefile 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
spd_sdram.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
speed.c Fix calculation of I2C clock for some 86xx chips 2008-04-30 22:52:35 +02:00
start.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
traps.c MPC86xx: Change traps.c to not reference non-addressable memory 2008-06-06 10:55:35 -05:00