u-boot-brain/cpu/mpc512x
Becky Bruce 9b124a6834 MPC512x: 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.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2008-06-03 19:47:14 +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 Coding style cleanup, update CHANGELOG 2007-08-02 21:27:46 +02:00
cpu.c Device tree updates 2008-02-07 01:08:10 +01:00
fec.c MPC512X: Cleanup bus clock names. 2008-01-12 15:37:49 +01:00
fec.h [MPC512x] Streamline frame handling in the FEC driver 2007-09-10 17:39:08 +02:00
i2c.c MPC512X: Cleanup bus clock names. 2008-01-12 15:37:49 +01:00
interrupts.c [ADS5121] Support for the ADS5121 board 2007-07-27 14:43:59 +02:00
Makefile [ADS5121] Support for the ADS5121 board 2007-07-27 14:43:59 +02:00
serial.c MPC512X: Cleanup bus clock names. 2008-01-12 15:37:49 +01:00
speed.c MPC5121e ADS PCI support take 3 2008-03-02 21:44:59 +01:00
start.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
traps.c MPC512x: Change traps.c to not reference non-addressable memory 2008-06-03 19:47:14 +02:00