u-boot/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
..
2009-03-20 22:39:15 +01:00
2008-12-15 22:05:36 +01:00
2008-08-29 12:25:02 +02:00
2000-07-19 14:09:16 +00:00
2003-06-27 21:31:46 +00:00
2008-07-11 01:16:00 +02:00
2008-10-18 21:54:01 +02:00
2008-06-30 22:57:16 +02:00
2008-05-21 00:14:08 +02:00