Add xz decompression support
This adds xz decompression support from the kernel. Both compressing
the barebox binary with xz and decompressing xz files on the commandline
is supported.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 2f81d31 commit ccb281647704d6857d3491dc71746d2f7ce38fa7
@Sascha Hauer Sascha Hauer authored on 17 Oct 2014
Showing 19 changed files
View
common/Kconfig
View
images/Makefile
View
include/linux/xz.h 0 → 100644
View
lib/Kconfig
View
lib/Makefile
View
lib/decompress_unxz.c 0 → 100644
View
lib/uncompress.c
View
lib/xz/Makefile 0 → 100644
View
lib/xz/xz_crc32.c 0 → 100644
View
lib/xz/xz_dec_bcj.c 0 → 100644
View
lib/xz/xz_dec_lzma2.c 0 → 100644
Too large (Show diff)
View
lib/xz/xz_dec_stream.c 0 → 100644
View
lib/xz/xz_lzma2.h 0 → 100644
View
lib/xz/xz_private.h 0 → 100644
View
lib/xz/xz_stream.h 0 → 100644
View
pbl/Kconfig
View
pbl/decomp.c
View
scripts/Makefile.lib
View
scripts/xz_wrap.sh 0 → 100755