]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm: add support for LZ4-compressed kernel
authorKyungsik Lee <kyungsik.lee@lge.com>
Wed, 20 Mar 2013 04:09:05 +0000 (15:09 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:34:15 +0000 (15:34 +1100)
commita46f307bc3e2a6976f661470765aa9d9f725f515
tree5f256918abc33d161e176a47ba6d5dac278314cd
parent9e08a096ab01ec23a430d738d0f07d8dc1cc94d2
arm: add support for LZ4-compressed kernel

Integrates the LZ4 decompression code to the arm pre-boot code.

Signed-off-by: Kyungsik Lee <kyungsik.lee@lge.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Florian Fainelli <florian@openwrt.org>
Cc: Yann Collet <yann.collet.73@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/arm/Kconfig
arch/arm/boot/compressed/.gitignore
arch/arm/boot/compressed/Makefile
arch/arm/boot/compressed/decompress.c
arch/arm/boot/compressed/piggy.lz4.S [new file with mode: 0644]