
2 Oct
2018
2 Oct
'18
1:20 p.m.
On 14 September 2018 at 03:57, Simon Glass sjg@chromium.org wrote:
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
tools/binman/README | 16 ++++++++++ tools/binman/README.entries | 7 +++++ tools/binman/etype/blob.py | 49 +++++++++++++++++++++++++------ tools/binman/ftest.py | 32 ++++++++++++++++++++ tools/binman/test/83_compress.dts | 11 +++++++ 5 files changed, 106 insertions(+), 9 deletions(-) create mode 100644 tools/binman/test/83_compress.dts
Applied to u-boot-dm, and now in mainline.