You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
17 years ago
..
Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
19 years ago
config.mk
PPC: Use r2 instead of r29 as global data pointer
17 years ago
cpu.c
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
cpu_init.c
cpu/m*: Remove obsolete references to CONFIG_COMMANDS
18 years ago
dma.h
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
dramSetup.c
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
dramSetup.h
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
fec.c
cpu/m*: Remove obsolete references to CONFIG_COMMANDS
18 years ago
fec.h
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
fec_dma_tasks.S
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
i2c.c
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
i2cCore.c
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
i2cCore.h
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
interrupts.c
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
io.S
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
loadtask.c
Patch by TsiChung Liew, 23 Sep 2004:
21 years ago
pci.c
Fix build problems on sorcery board.
19 years ago
speed.c
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago
start.S
[ppc] Fix build breakage for all non-4xx PowerPC variants.
18 years ago
traps.c
cpu/m*: Remove obsolete references to CONFIG_COMMANDS
18 years ago
u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
18 years ago
uart.c
GCC-4.x fixes: clean up global data pointer initialization for all boards.
19 years ago