[U-Boot] [PATCH v2 08/31] binman: Move compression into the Entry base class

sjg at google.com sjg at google.com
Thu Jul 18 01:58:54 UTC 2019


Compression is currently available only with blobs. However we want to
report the compression algorithm and uncompressed size for all entries,
so that other entry types can support compression. This will help with
the forthcoming 'list' feature which lists entries in the image.

Move the compression properties into the base class. Also fix up the docs
which had the wrong property name.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2: None

 tools/binman/README        | 11 ++++++++---
 tools/binman/entry.py      |  9 +++++++++
 tools/binman/etype/blob.py | 19 ++++---------------
 3 files changed, 21 insertions(+), 18 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list