binman: Add a bintool implementation for lz4
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:14:05 +0000 (20:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit992d475003b33f2fd063d437df2a4bebfa905908
tree7966824fd2190bef6c8f1cec101c5df8f3bab524
parent0d1e95aa18b0f8db292a4ade73846192d835a7ce
binman: Add a bintool implementation for lz4

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
lz4 package.

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