Re: [PATCH v6 21/21] binman: Add zstd bintool

2022-08-20 Thread Simon Glass
On Fri, 19 Aug 2022 at 08:26, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Add zstd bintool to binman to support on-the-fly compression. > > Signed-off-by: Stefan Herbrechtsmeier > > --- > > (no changes since v5) > > Changes in v5: > - Test that zstd compress of device-tree

Re: [PATCH v6 21/21] binman: Add zstd bintool

2022-08-20 Thread Simon Glass
On Fri, 19 Aug 2022 at 08:26, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Add zstd bintool to binman to support on-the-fly compression. > > Signed-off-by: Stefan Herbrechtsmeier > > --- > > (no changes since v5) > > Changes in v5: > - Test that zstd compress of device-tree

[PATCH v6 21/21] binman: Add zstd bintool

2022-08-19 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Add zstd bintool to binman to support on-the-fly compression. Signed-off-by: Stefan Herbrechtsmeier --- (no changes since v5) Changes in v5: - Test that zstd compress of device-tree files failed - Add algorithm name to entry.py - Add tool name to ftest.py Change