]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add a bintool implementation for lzma_alone
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:14:07 +0000 (20:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit4cd4ee04320b421c3e30e4c8b3dd8cdf0f986ec1
treea0fbc488d599d1b0f66e64aaf7fbb7c3f3ea87d9
parent33ce3515ca47965546ae924f15f821f9bd6406ae
binman: Add a bintool implementation for lzma_alone

Add a Bintool for this, which is used to compress and decompress data.
It supports the features needed by binman as well as installing via the
lzma-alone package.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/lzma_alone.py [new file with mode: 0644]