]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc: Make COFF zImages for old 32-bit powermacs
authorPaul Mackerras <paulus@samba.org>
Sat, 14 Jan 2006 04:04:06 +0000 (15:04 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 14 Jan 2006 04:04:06 +0000 (15:04 +1100)
commit66a45dd3620ee5f913ba1af3d2dca8b9bdfa2b96
treef98b25a1004d6e6bc84244186db61e76d5b2fe1c
parent36874579dbf4cafa31486d4207c6807efbbf1378
powerpc: Make COFF zImages for old 32-bit powermacs

This adds code to build zImage.coff and/or zImage.initrd.coff when
CONFIG_PPC32 and CONFIG_PPC_PMAC are defined.  It also restructures
the OF client code and adds some workarounds for OF quirks on the
older machines.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/crt0.S
arch/powerpc/boot/hack-coff.c [new file with mode: 0644]
arch/powerpc/boot/main.c
arch/powerpc/boot/prom.c
arch/powerpc/boot/prom.h
arch/powerpc/boot/rs6000.h [new file with mode: 0644]
arch/powerpc/boot/stdio.c [new file with mode: 0644]
arch/powerpc/boot/stdio.h
arch/powerpc/boot/zImage.coff.lds [new file with mode: 0644]