]> 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>
Tue, 2 Apr 2013 07:30:09 +0000 (18:30 +1100)
commite57561410e4f5eeeb0c5aac6ab07b8cfc148d336
tree445be72c50e85aa9e55b235c2d68e78b8486f9dc
parente9e4a42165310946e090a110c3ec523aee23705f
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