uboot-mt623x/cpu/mpc512x
Wolfgang Denk e7670f6c1e PPC: Use r2 instead of r29 as global data pointer
R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
will refuse to use load/store multiple insns; instead, it issues a
list of simple load/store instructions upon function entry and exit,
resulting in bigger code size, which in turn makes the build for a
few boards fail.

Use r2 instead.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-02-14 22:43:22 +01:00
..
Makefile [ADS5121] Support for the ADS5121 board 2007-07-27 14:43:59 +02:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu.c Device tree updates 2008-02-07 01:08:10 +01:00
cpu_init.c Coding style cleanup, update CHANGELOG 2007-08-02 21:27:46 +02: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
serial.c MPC512X: Cleanup bus clock names. 2008-01-12 15:37:49 +01:00
speed.c MPC512X: Cleanup bus clock names. 2008-01-12 15:37:49 +01:00
start.S ppc: Refactor cache routines, so there is only one common set. 2008-02-14 22:00:41 +01:00
traps.c Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues. 2007-08-12 14:27:39 +02:00