binman: Support compressed entries
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:26 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Sep 2018 17:49:32 +0000 (11:49 -0600)
commit83d73c2f7c471c1a7e5a9a2bf0de287491408b2d
tree0f97947d81d656fc25afe2714e2938a6451459cf
parent04187a845c86215da0e3ad680cdcf2fc7515b99a
binman: Support compressed entries

Add support for compressing blob entries. This can help reduce image sizes
for many types of data. It requires that the firmware be able to
decompress the data at run-time.

Signed-off-by: Simon Glass <sjg@chromium.org>
.travis.yml
tools/binman/README
tools/binman/README.entries
tools/binman/etype/blob.py
tools/binman/ftest.py
tools/binman/test/83_compress.dts [new file with mode: 0644]