commit | 83d73c2f7c471c1a7e5a9a2bf0de287491408b2d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:26 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 29 11:49:32 2018 -0600 |
tree | 0f97947d81d656fc25afe2714e2938a6451459cf | |
parent | 04187a845c86215da0e3ad680cdcf2fc7515b99a [diff] |
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>