On Fri, 19 Aug 2022 at 08:26, Stefan Herbrechtsmeier <stefan.herbrechtsmeier-...@weidmueller.com> wrote: > > From: Stefan Herbrechtsmeier <stefan.herbrechtsme...@weidmueller.com> > > Handle missing compression tools by returning empty data and record > missing bintool. > > Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsme...@weidmueller.com> > --- > > Changes in v6: > - Set data with tools.get_bytes(0, 1024) instead returning > > Changes in v5: > - Use record_missing_bintool function > - Use tools.get_bytes function > - Add support to DecompressData function > - Reuse 85_compress_section.dts file > - Remove 236_compress_dtb_missing_bintool.dts file > > Changes in v4: > - Add missing 236_compress_dtb_missing_bintool.dts file > > Changes in v3: > - Add commit to support missing compression tools > > tools/binman/entry.py | 14 +++++++++++--- > tools/binman/entry_test.py | 9 +++++++++ > tools/binman/ftest.py | 9 +++++++++ > 3 files changed, 29 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Applied to u-boot-dm, thanks!