Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [S390] fix boot failures with compressed kernels | Martin Schwidefsky | 2010-03-24 |
| | | | | | | | | | 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 kernels | Martin Schwidefsky | 2010-02-26 |
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> |