uboot/lib
Julius Werner 027b728d4a Add support for LZ4 decompression algorithm
This patch adds support for LZ4-compressed FIT image contents. This
algorithm has a slightly worse compression ration than LZO while being
nearly twice as fast to decompress. When loading images from a fast
storage medium this usually results in a boot time win.

Sandbox-tested only since I don't have a U-Boot development system set
up right now. The code was imported unchanged from coreboot where it's
proven to work, though. I'm mostly interested in getting this recognized
by mkImage for use in a downstream project.

Signed-off-by: Julius Werner <jwerner@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
2015-10-11 17:12:10 -04:00
..
bzip2
dhry Add a dhrystone benchmark command 2015-07-21 17:39:19 -06:00
efi efi: Add functions for decoding the EFI tables 2015-08-05 08:44:07 -06:00
libfdt fdt: Add fdt_first/next_region() functions 2015-07-21 17:39:20 -06:00
lzma
lzo
rsa
tizen
zlib Move malloc_cache_aligned() to its own header 2015-09-11 17:15:16 -04:00
Kconfig Add support for LZ4 decompression algorithm 2015-10-11 17:12:10 -04:00
Makefile Add support for LZ4 decompression algorithm 2015-10-11 17:12:10 -04:00
addr_map.c
aes.c
asm-offsets.c
bch.c
bitrev.c
circbuf.c
crc7.c
crc8.c
crc16.c
crc32.c
ctype.c
display_options.c lib/display_options: Fix print_freq 2015-08-28 12:32:36 -04:00
div64.c
errno.c
errno_str.c
fdtdec.c fdtdec: fix parsing 'reg' property with zero value in '#size-cells' 2015-10-03 14:39:19 +01:00
fdtdec_common.c
fdtdec_test.c
gunzip.c
gzip.c Move malloc_cache_aligned() to its own header 2015-09-11 17:15:16 -04:00
hang.c
hashtable.c env: import: hashtable: Free memory allocated before exiting from himport_r() 2015-09-15 15:05:13 -04:00
initcall.c efi: Display the correct initcall pre-relocation values 2015-08-05 08:42:41 -06:00
ldiv.c
linux_compat.c linux_compat: handle __GFP_ZERO in kmalloc() 2015-07-22 07:30:44 -06:00
linux_string.c
list_sort.c
lmb.c
lz4.c Add support for LZ4 decompression algorithm 2015-10-11 17:12:10 -04:00
lz4_wrapper.c Add support for LZ4 decompression algorithm 2015-10-11 17:12:10 -04:00
md5.c
net_utils.c
physmem.c
qsort.c
rand.c
rbtree.c
rc4.c Add rivest cipher 4 (rc4) implementation 2015-07-21 17:39:28 -06:00
sha1.c
sha256.c
slre.c
string.c
strmhz.c
time.c
tpm.c tpm: Add functions to access flags and permissions 2015-08-31 07:57:29 -06:00
trace.c
uuid.c
vsprintf.c lib: Add function to extract a number from the end of a string 2015-07-21 17:39:28 -06:00