-
- Downloads
[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>
Showing
- arch/s390/Kconfig 3 additions, 0 deletionsarch/s390/Kconfig
- arch/s390/Makefile 10 additions, 3 deletionsarch/s390/Makefile
- arch/s390/boot/Makefile 8 additions, 0 deletionsarch/s390/boot/Makefile
- arch/s390/boot/compressed/Makefile 60 additions, 0 deletionsarch/s390/boot/compressed/Makefile
- arch/s390/boot/compressed/head31.S 51 additions, 0 deletionsarch/s390/boot/compressed/head31.S
- arch/s390/boot/compressed/head64.S 48 additions, 0 deletionsarch/s390/boot/compressed/head64.S
- arch/s390/boot/compressed/misc.c 158 additions, 0 deletionsarch/s390/boot/compressed/misc.c
- arch/s390/boot/compressed/vmlinux.lds.S 55 additions, 0 deletionsarch/s390/boot/compressed/vmlinux.lds.S
- arch/s390/boot/compressed/vmlinux.scr 10 additions, 0 deletionsarch/s390/boot/compressed/vmlinux.scr
- arch/s390/defconfig 7 additions, 0 deletionsarch/s390/defconfig
- arch/s390/kernel/Makefile 1 addition, 0 deletionsarch/s390/kernel/Makefile
- arch/s390/kernel/head.S 21 additions, 20 deletionsarch/s390/kernel/head.S
- arch/s390/kernel/head31.S 12 additions, 4 deletionsarch/s390/kernel/head31.S
- arch/s390/kernel/head64.S 12 additions, 12 deletionsarch/s390/kernel/head64.S
- arch/s390/kernel/sclp.S 32 additions, 4 deletionsarch/s390/kernel/sclp.S
Loading
Please register or sign in to comment