summaryrefslogtreecommitdiffstats
path: root/include/bzlib.h
Commit message (Collapse)AuthorAgeFilesLines
* bzip2: Support compression for sandboxSimon Glass2016-01-201-0/+3
| | | | | | | | | | | 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>
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-151-1/+0
| | | | | | | | - 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
* Patch by Yuli Barcohen, 14 Aug 2003:wdenk2003-08-291-0/+330
add support for bzip2 uncompression
OpenPOWER on IntegriCloud