u-boot/fs/squashfs
David Oberhollenzer fa894a36a9 fs/squashfs: enable LZ4 compression support
The structure is identical to the existing compressor implementations,
trivially adding lz4 decompression to sqfs_decompress.

The changes were tested using a sandbox build. An LZ4 compressed
squashfs image was bound as a host block device.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Reviewed-by: Joao Marcos Costa <jmcosta944@gmail.com>
2023-11-16 18:53:09 -05:00
..
Kconfig include/u-boot, lib/zlib: add sources for zlib decompression 2020-08-07 22:31:32 -04:00
Makefile
sqfs_decompressor.c fs/squashfs: enable LZ4 compression support 2023-11-16 18:53:09 -05:00
sqfs_decompressor.h fs/squashfs: remove unused declarations 2023-11-16 18:53:09 -05:00
sqfs_dir.c squashfs: Fix compilation on big endian systems 2022-06-03 11:15:24 -04:00
sqfs_filesystem.h fs/squashfs: remove unused declarations 2023-11-16 18:53:09 -05:00
sqfs_inode.c fs/squashfs: Fix compilation error 2021-03-04 14:40:52 -05:00
sqfs_utils.h fs/squashfs: remove unused declarations 2023-11-16 18:53:09 -05:00
sqfs.c fs/squashfs: Only use export table if available 2023-01-11 15:02:24 -05:00