commit | 8287ee852d23b81bda364f9a4ed11c2fcc17da43 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:30 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | e734e227334726175e954647d66d7b3452d53f41 | |
parent | 53cd5d921dd76d4651f2c99681a3c050743b6ba1 [diff] |
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>