summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/compressed
Commit message (Collapse)AuthorAgeFilesLines
* [S390] Add support for LZO-compressed kernels.Heiko Carstens2010-05-262-1/+8
| | | | | Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* [S390] fix boot failures with compressed kernelsMartin Schwidefsky2010-03-241-4/+4
| | | | | | | | | Fix two bugs with the kernel image compression: 1) reset the bss section of the compressed vmlinux 2) clear the high half of the registers for 64 bit early enough for the decompression step Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* [S390] add support for compressed kernelsMartin Schwidefsky2010-02-266-0/+382
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>