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

2019-07-17 Thread sjg
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 compressio

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

2019-07-08 Thread Simon Glass
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 compressio