Re: [U-Boot] [PATCH v2 22/37] patman: Add functions to compress and decompress data

2019-07-17 Thread sjg
Add utility functions to compress and decompress using lz4 and lzma algorithms. In the latter case these use the legacy lzma support favoured by coreboot's CBFS. No tests are provided as these functions will be tested by the CBFS tests in a separate patch. Signed-off-by: Simon Glass --- Changes

[U-Boot] [PATCH v2 22/37] patman: Add functions to compress and decompress data

2019-07-08 Thread Simon Glass
Add utility functions to compress and decompress using lz4 and lzma algorithms. In the latter case these use the legacy lzma support favoured by coreboot's CBFS. No tests are provided as these functions will be tested by the CBFS tests in a separate patch. Signed-off-by: Simon Glass --- Changes