uboot/lib_generic
Ricardo Ribalda Delgado 35f6a943f7 lib_generic: gunzip: New function zunzip
Separate gunzip in

gunzip: Find the end of the header and call zunzip.
zunzip: Inflate gunzip block without header.

UBI fs blocks can be compresed in lzo, zlib or no-compression. The
current implementation of u-boot supported all the compressions but
there was a bug in the implementation of the zlib blocks.

UBIFS's Zlib blocks do not have header but they were compressed using
gunzip, a function used to decompress gunzip files/sectors with a
header.

This patch adds a new function zunzip that uncompress a zlib block with
no header.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
2009-04-30 23:07:02 +02:00
..
lzma
lzo Add LZO decompressor support 2009-03-20 22:39:15 +01:00
Makefile bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
addr_map.c
bzlib.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_crctable.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_decompress.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_huffman.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_private.h
bzlib_randtable.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
crc16.c
crc32.c rename include/zlib.h to include/u-boot/zlib.h 2009-04-04 15:37:54 +02:00
ctype.c
display_options.c
div64.c
gunzip.c lib_generic: gunzip: New function zunzip 2009-04-30 23:07:02 +02:00
ldiv.c
lmb.c
md5.c
rbtree.c
sha1.c
sha256.c
string.c
strmhz.c
vsprintf.c Update CHANGELOG, coding style cleanup. 2009-04-05 00:27:57 +02:00
zlib.c rename include/zlib.h to include/u-boot/zlib.h 2009-04-04 15:37:54 +02:00