[PATCH v2 32/38] binman: Add a bintool implementation for lzma_alone
Simon Glass
sjg at chromium.org
Wed Jan 26 16:36:40 CET 2022
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 at chromium.org>
---
(no changes since v1)
tools/binman/btool/lzma_alone.py | 126 +++++++++++++++++++++++++++++++
1 file changed, 126 insertions(+)
create mode 100644 tools/binman/btool/lzma_alone.py
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list