[POWERPC] Create a "wrapper" script and use it in arch/powerpc/boot
authorPaul Mackerras <paulus@samba.org>
Wed, 27 Sep 2006 12:47:03 +0000 (22:47 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 28 Sep 2006 04:30:02 +0000 (14:30 +1000)
commit2bf118197cb4d9a5e7a9e45b5b007235fdc9f402
treed9d7ceadb4eb1b277e914fcca74c901773f17832
parent4e6d816e51728d5006c53e78e079ac62b902f8aa
[POWERPC] Create a "wrapper" script and use it in arch/powerpc/boot

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>
arch/powerpc/Makefile
arch/powerpc/boot/Makefile
arch/powerpc/boot/wrapper [new file with mode: 0755]
arch/powerpc/boot/zImage.coff.lds [deleted file]
arch/powerpc/boot/zImage.coff.lds.S [new file with mode: 0644]
arch/powerpc/boot/zImage.lds [deleted file]
arch/powerpc/boot/zImage.lds.S [new file with mode: 0644]