commit | 992d475003b33f2fd063d437df2a4bebfa905908 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:14:05 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:11 2022 -0700 |
tree | 7966824fd2190bef6c8f1cec101c5df8f3bab524 | |
parent | 0d1e95aa18b0f8db292a4ade73846192d835a7ce [diff] |
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>