[PATCH v6 14/21] binman: Support missing compression tools
Simon Glass
sjg at chromium.org
Sun Aug 21 02:10:06 CEST 2022
On Fri, 19 Aug 2022 at 08:26, Stefan Herbrechtsmeier
<stefan.herbrechtsmeier-oss at weidmueller.com> wrote:
>
> From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier at weidmueller.com>
>
> Handle missing compression tools by returning empty data and record
> missing bintool.
>
> Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier at 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 <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list