Re: [PATCH v2 06/10] binman: Add bzip2 bintool

2022-08-13 Thread Simon Glass
On Mon, 8 Aug 2022 at 04:51, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Add bzip2 bintool to binman to support on-the-fly compression. > > Signed-off-by: Stefan Herbrechtsmeier > > --- > > Changes in v2: > - Added > > tools/binman/btool/bzip2.py | 30

[PATCH v2 06/10] binman: Add bzip2 bintool

2022-08-08 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Add bzip2 bintool to binman to support on-the-fly compression. Signed-off-by: Stefan Herbrechtsmeier --- Changes in v2: - Added tools/binman/btool/bzip2.py | 30 ++ tools/binman/comp_util.py | 14 +++--- 2 files changed, 37