Re: [PATCH 3/3] binman: Add gzip bintool

2022-08-02 Thread Simon Glass
On Tue, 2 Aug 2022 at 06:29, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > 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: S

[PATCH 3/3] binman: Add gzip bintool

2022-08-02 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier 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 --- tools/binman/btool/gzip.py | 94 +