
18 Jul
2019
18 Jul
'19
3:59 a.m.
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 sjg@chromium.org ---
Changes in v2: None
tools/binman/README | 3 +- tools/patman/tools.py | 66 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!