]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit830f92a056893981e9964cdebcf0914950e81949
tree0f97947d81d656fc25afe2714e2938a6451459cf
parenta25aa3ce450bb7c0a72801074e8b36644f23afe7
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]