]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib: add support for LZ4-compressed kernel
authorKyungsik Lee <kyungsik.lee@lge.com>
Tue, 26 Mar 2013 23:26:30 +0000 (10:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 27 Mar 2013 04:34:04 +0000 (15:34 +1100)
commitbce8efcb6a2a86152aaad69549aa002f162f929f
tree6509a621510b81fc48b3f54f2ce114559acd07b2
parentdf2ba8cea9053e2eb3ea2b28b842bf7a8c4115f1
lib: add support for LZ4-compressed kernel

Add support for extracting LZ4-compressed kernel images, as well as
LZ4-compressed ramdisk images in the kernel boot process.

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>
include/linux/decompress/unlz4.h [new file with mode: 0644]
init/Kconfig
lib/Kconfig
lib/Makefile
lib/decompress.c
lib/decompress_unlz4.c [new file with mode: 0644]
lib/lz4/Makefile [new file with mode: 0644]
lib/lz4/lz4_decompress.c
scripts/Makefile.lib
usr/Kconfig