linux/arch/s390/boot/compressed
Vasily Gorbik 183ab05ff2 s390: get rid of the first mb of uncompressed image
Instead of generating uncompressed kernel image starting at 0, filling
first mb with zeros (with ".org 0x100000") and then trimming it off
from vmlinux.bin before compression, simply generate a kernel image
starting from 0x100000.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2018-07-02 11:24:58 +02:00
..
.gitignore s390/decompressor: allow preprocessor in piggy.o linker script 2018-06-25 10:14:40 +02:00
head.S s390/decompressor: rename entry point to startup_decompressor 2018-06-25 10:14:38 +02:00
Makefile s390: get rid of the first mb of uncompressed image 2018-07-02 11:24:58 +02:00
misc.c s390/decompressor: reuse lib/mem.S for mem functions 2018-06-25 10:14:39 +02:00
vmlinux.lds.S s390/decompressor: discard ___kcrctab section 2018-07-02 11:24:56 +02:00
vmlinux.scr.lds.S s390/decompressor: support uncompressed kernel 2018-06-25 10:14:40 +02:00