commit | 2b8cda653a68093c719cf56ab2ef711171c30d62 | [log] [tgz] |
---|---|---|
author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | Fri Aug 19 16:25:35 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Aug 20 18:07:33 2022 -0600 |
tree | ca5fb6a253ef58a1b74b5c63a9c1268360d66d0a | |
parent | 9f2545751556701b299fe36efc757f718ba215ad [diff] |
binman: Add gzip bintool Add gzip bintool to binman to support on-the-fly compression of Linux kernel images and FPGA bitstreams. The SPL basic fitImage implementation supports only gzip decompression. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org> Rename the module and support this, since gzip.py is a system module: Signed-off-by: Simon Glass <sjg@chromium.org>