]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Move compression into the Entry base class
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:30 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commit8287ee852d23b81bda364f9a4ed11c2fcc17da43
treee734e227334726175e954647d66d7b3452d53f41
parent53cd5d921dd76d4651f2c99681a3c050743b6ba1
binman: Move compression into the Entry base class

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@chromium.org>
tools/binman/README
tools/binman/entry.py
tools/binman/etype/blob.py