summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/zImage.coff.lds
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] Create a "wrapper" script and use it in arch/powerpc/bootPaul Mackerras2006-09-281-46/+0
| | | | | | | | | | | | | | | | This puts the knowledge of how to create various sorts of zImage wrappers into a script called "wrapper" that could be used outside of the kernel tree. This changes arch/powerpc/boot so it first builds the files that the wrapper script needs, then runs it to create whatever flavours of zImage are required. This version does uImages as well. The zImage names are changed slightly; zImage.pseries is the one with the PT_NOTE program header entry added, and zImage.pmac is the one without. If the zImage.pseries gets made, it will also get hardlinked to zImage; otherwise, if zImage.pmac is made, it gets hardlinked to zImage. Signed-off-by: Paul Mackerras <paulus@samba.org>
* powerpc: Make COFF zImages for old 32-bit powermacsPaul Mackerras2006-01-141-0/+46
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>
OpenPOWER on IntegriCloud