u-boot/lib/zstd
Simon Glass 94d0a2efc0 zstd: Create a function for use from U-Boot
The existing zstd API requires the same sequence of calls to perform its
task. Create a helper for U-Boot, to avoid code duplication, as is done
with other compression algorithms. Make use of of this from the image
code.

Note that the zstd code lacks a test in test/compression.c and this should
be added by the maintainer.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-10-08 15:53:26 -04:00
..
bitstream.h lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
decompress.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
entropy_common.c lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
error_private.h lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
fse.h lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
fse_decompress.c lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
huf.h lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
huf_decompress.c lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
Makefile zstd: Create a function for use from U-Boot 2021-10-08 15:53:26 -04:00
mem.h lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
zstd.c zstd: Create a function for use from U-Boot 2021-10-08 15:53:26 -04:00
zstd_common.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
zstd_internal.h lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
zstd_opt.h lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00