lib: add Zstandard decompression support
Add the zstd library from Linux kernel (only decompression support).
There are minimal changes to build with U-Boot, otherwise the files are
identical to Linux commit dc35da16 from March 2018, the files had not
been touched since in kernel. Also SPDX lincese tags were added.
Signed-off-by:
Marek Behún <marek.behun@nic.cz>
Showing
include/linux/zstd.h
0 → 100644
This diff is collapsed.
lib/zstd/Makefile
0 → 100644
lib/zstd/bitstream.h
0 → 100644
lib/zstd/decompress.c
0 → 100644
This diff is collapsed.
lib/zstd/entropy_common.c
0 → 100644
lib/zstd/error_private.h
0 → 100644
lib/zstd/fse.h
0 → 100644
This diff is collapsed.
lib/zstd/fse_decompress.c
0 → 100644
This diff is collapsed.
lib/zstd/huf.h
0 → 100644
This diff is collapsed.
lib/zstd/huf_decompress.c
0 → 100644
This diff is collapsed.
lib/zstd/mem.h
0 → 100644
lib/zstd/zstd_common.c
0 → 100644
This diff is collapsed.
lib/zstd/zstd_internal.h
0 → 100644
This diff is collapsed.
lib/zstd/zstd_opt.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment