1
0
Fork 0
remarkable-uboot/lib/bzip2
Simon Glass cf20452832 bzip2: Support compression for sandbox
Add the missing code to allow bzip2 compression to be used. This is useful
for sandbox tests. These files are taken from the bzip2 1.0.6 release.
The license text is copied to the top of each file as is done with other
bzip2 files in U-Boot. The only other change is to squash a compiler warning
with nBytes.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-01-20 19:06:23 -07:00
..
Makefile bzip2: Support compression for sandbox 2016-01-20 19:06:23 -07:00
bzlib.c bzlib: Update destLen even on error 2015-01-14 11:35:44 -05:00
bzlib_blocksort.c bzip2: Support compression for sandbox 2016-01-20 19:06:23 -07:00
bzlib_compress.c bzip2: Support compression for sandbox 2016-01-20 19:06:23 -07:00
bzlib_crctable.c lib: bzip2: move bzip2 files to lib/bzip2/ directory 2014-12-08 09:35:47 -05:00
bzlib_decompress.c lib: bzip2: move bzip2 files to lib/bzip2/ directory 2014-12-08 09:35:47 -05:00
bzlib_huffman.c lib: bzip2: move bzip2 files to lib/bzip2/ directory 2014-12-08 09:35:47 -05:00
bzlib_private.h lib: bzip2: move bzip2 files to lib/bzip2/ directory 2014-12-08 09:35:47 -05:00
bzlib_randtable.c lib: bzip2: move bzip2 files to lib/bzip2/ directory 2014-12-08 09:35:47 -05:00