[U-Boot] [PATCH 21/31] binman: Support compressed entries

Simon Glass sjg at chromium.org
Tue Oct 2 11:20:08 UTC 2018


On 14 September 2018 at 03:57, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list