]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit8ed46b1382ae1e59129ee9b72131db7671ec21a8
treed9d7ceadb4eb1b277e914fcca74c901773f17832
parentd5570492f0826e5dbfa24414241a47dd85e0738a
[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]