]> git.baikalelectronics.ru Git - uboot.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)
commitb1e15b25ba2aa91ce2f9b54f4b9bf67023f52943
treea0fbc488d599d1b0f66e64aaf7fbb7c3f3ea87d9
parent1efe73baed34bd720068b29c7e7f439526be2299
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]