]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] add support for compressed kernels
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 26 Feb 2010 21:37:53 +0000 (22:37 +0100)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Fri, 26 Feb 2010 21:37:33 +0000 (22:37 +0100)
commit3e9d3ca633a129f3e64d12944a1567718e69f069
treeb9aca066ec58a0b211a4931032b74093fdb6ff49
parentc83fd227ea54c1a773835fc8e8ff87faeb6d685a
[S390] add support for compressed kernels

Add the "bzImage" compile target and the necessary code  to generate
compressed kernel images. The old style uncompressed "image" target
is preserved, a simple make will build them both.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
15 files changed:
arch/s390/Kconfig
arch/s390/Makefile
arch/s390/boot/Makefile
arch/s390/boot/compressed/Makefile [new file with mode: 0644]
arch/s390/boot/compressed/head31.S [new file with mode: 0644]
arch/s390/boot/compressed/head64.S [new file with mode: 0644]
arch/s390/boot/compressed/misc.c [new file with mode: 0644]
arch/s390/boot/compressed/vmlinux.lds.S [new file with mode: 0644]
arch/s390/boot/compressed/vmlinux.scr [new file with mode: 0644]
arch/s390/defconfig
arch/s390/kernel/Makefile
arch/s390/kernel/head.S
arch/s390/kernel/head31.S
arch/s390/kernel/head64.S
arch/s390/kernel/sclp.S