commit | 0f369d79925a4e0a909c0c1618b786775f63f81f | [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 | 45aa2798008cc5fc04ecc8a1928b7cf40d6d89d1 [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>