[PATCH 3/3] binman: Add gzip bintool
Simon Glass
sjg at chromium.org
Tue Aug 2 14:41:48 CEST 2022
On Tue, 2 Aug 2022 at 06:29, Stefan Herbrechtsmeier
<stefan.herbrechtsmeier-oss at weidmueller.com> wrote:
>
> From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier at weidmueller.com>
>
> 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 at weidmueller.com>
> ---
>
> tools/binman/btool/gzip.py | 94 ++++++++++++++++++++++++++++++++++++++
> tools/binman/comp_util.py | 17 +++++--
> tools/binman/ftest.py | 18 ++++++++
> 3 files changed, 124 insertions(+), 5 deletions(-)
> create mode 100644 tools/binman/btool/gzip.py
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list