aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/README
diff options
context:
space:
mode:
authorSimon Glass2019-07-08 13:18:41 -0600
committerSimon Glass2019-07-23 20:27:57 -0700
commit07d9e70bf9a65f3c94573b9e11f12025b472cff1 (patch)
treeea4186b09b7c61e2ef4c60d188560ef26b427c78 /tools/binman/README
parentaa88b50d8267d0ff53cd6a1300d78004fa40d2c8 (diff)
patman: Add functions to compress and decompress data
Add utility functions to compress and decompress using lz4 and lzma algorithms. In the latter case these use the legacy lzma support favoured by coreboot's CBFS. No tests are provided as these functions will be tested by the CBFS tests in a separate patch. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r--tools/binman/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/binman/README b/tools/binman/README
index 0ff30ef6fd9..7eda244bbe2 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -183,7 +183,8 @@ Running binman
First install prerequisites, e.g.
- sudo apt-get install python-pyelftools python3-pyelftools
+ sudo apt-get install python-pyelftools python3-pyelftools lzma-alone \
+ liblz4-tool
Type: