Re: [PATCH v6 20/21] binman: Add xz bintool

2022-08-20 Thread Simon Glass
On Fri, 19 Aug 2022 at 08:26, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Add xz bintool to binman to support on-the-fly compression. > > Signed-off-by: Stefan Herbrechtsmeier > > --- > > (no changes since v5) > > Changes in v5: > - Add algorithm name to entry.py > - Add t

Re: [PATCH v6 20/21] binman: Add xz bintool

2022-08-20 Thread Simon Glass
On Fri, 19 Aug 2022 at 08:26, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Add xz bintool to binman to support on-the-fly compression. > > Signed-off-by: Stefan Herbrechtsmeier > > --- > > (no changes since v5) > > Changes in v5: > - Add algorithm name to entry.py > - Add t

[PATCH v6 20/21] binman: Add xz bintool

2022-08-19 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Add xz bintool to binman to support on-the-fly compression. Signed-off-by: Stefan Herbrechtsmeier --- (no changes since v5) Changes in v5: - Add algorithm name to entry.py - Add tool name to ftest.py Changes in v2: - Add commit to add xz bintool tools/binman/b