History log of /u-boot/include/bzlib.h
Revision Date Author Comments
# cf204528 05-Jan-2016 Simon Glass <sjg@chromium.org>

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>


# 42d1f039 15-Oct-2003 wdenk <wdenk>

* Patches by Xianghua Xiao, 15 Oct 2003:

- Added Motorola CPU 8540/8560 support (cpu/85xx)
- Added Motorola MPC8540ADS board support (board/mpc8540ads)
- Added Motorola MPC8560ADS board support (board/mpc8560ads)

* Minor code cleanup


# c29fdfc1 29-Aug-2003 wdenk <wdenk>

Patch by Yuli Barcohen, 14 Aug 2003:
add support for bzip2 uncompression