Commit Graph

17 Commits (lime2-spi)

Author SHA1 Message Date
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Jean-Jacques Hiblot 376ddf9d4a gzip: add a function to parse the header 7 years ago
Clemens Gruber d025021e98 gunzip: cache-align write buffer memory 8 years ago
Eric Nelson 6a3bf3e571 gunzip.c: use block layer for writes 8 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 8 years ago
Stephen Warren 1934665742 gunzip: remove avail_in recalculation 8 years ago
Tom Rini 1811b7d38c gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIP 8 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 8 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Eric Nelson 918e9ebb45 gunzip: add gzwrite routine for extracting compresed images to block device 9 years ago
Simon Glass 9c55c54fb4 gunzip: Update lenp even on error 9 years ago
Kees Cook b75650d84d gzip: correctly bounds-check output buffer 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Mike Frysinger e3ed0575a7 gunzip: rename z{alloc, free} to gz{alloc, free} 12 years ago
Catalin Radu f039ada5c1 Fix gunzip to work for any gziped uImage size 13 years ago
Stefan Roese f852628638 zlib/gunzip: Use WATCHDOG_RESET macro 14 years ago
Peter Tyser 78acc472d9 Rename lib_generic/ to lib/ 14 years ago
Wolfgang Wegner 87d93a1ba2 move prototypes for gunzip() and zunzip() to common.h 15 years ago
Ricardo Ribalda Delgado 35f6a943f7 lib_generic: gunzip: New function zunzip 15 years ago
Jean-Christophe PLAGNIOL-VILLARD a31e091ad7 rename include/zlib.h to include/u-boot/zlib.h 15 years ago
Matthias Fuchs 107b801cf3 Fix gunzip in case of insufficient output buffer 15 years ago
Jean-Christophe PLAGNIOL-VILLARD 717a222229 gunzip: move to lib_generic 16 years ago
Marian Balakowicz 321359f208 [new uImage] Move gunzip() common code to common/gunzip.c 16 years ago