[PATCH 0/3 v2] pbl: add lz4 compression support
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Mon Jul 15 06:09:58 EDT 2013
Hi,
v2:
keep lzo as default
The following patch serie add the lz4 support to the pbl
Jean-Christophe PLAGNIOL-VILLARD (1):
pbl: add lz4 support
Kyungsik Lee (2):
decompressor: Add LZ4 decompressor module
lib: Add support for LZ4-compressed kernel
arch/arm/pbl/Makefile | 3 +-
arch/arm/pbl/piggy.lz4.S | 6 ++++
arch/mips/pbl/Makefile | 3 +-
arch/mips/pbl/piggy.lz4.S | 6 ++++
common/filetype.c | 4 +++
images/Makefile | 1 +
include/filetype.h | 1 +
include/linux/decompress/unlz4.h | 10 ++++++
include/linux/lz4.h | 87 ++++++++++++++++++++++++++++++++++++++++++++++++
lib/Kconfig | 4 +++
lib/Makefile | 2 ++
lib/decompress_unlz4.c | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lib/lz4/Makefile | 1 +
lib/lz4/lz4_decompress.c | 327 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lib/lz4/lz4defs.h | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lib/uncompress.c | 6 ++++
pbl/Kconfig | 4 ++
pbl/decomp.c | 4 +++
scripts/Makefile.lib | 5 +++
19 files changed, 815 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/pbl/piggy.lz4.S
create mode 100644 arch/mips/pbl/piggy.lz4.S
create mode 100644 include/linux/decompress/unlz4.h
create mode 100644 include/linux/lz4.h
create mode 100644 lib/decompress_unlz4.c
create mode 100644 lib/lz4/Makefile
create mode 100644 lib/lz4/lz4_decompress.c
create mode 100644 lib/lz4/lz4defs.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
More information about the barebox
mailing list