On Tue, 2 Aug 2022 at 06:29, Stefan Herbrechtsmeier <stefan.herbrechtsmeier-...@weidmueller.com> wrote: > > From: Stefan Herbrechtsmeier <stefan.herbrechtsme...@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.herbrechtsme...@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 <s...@chromium.org>