[PATCH v4 0/3] binman: Further updates for FIT support
Simon Glass
sjg at chromium.org
Sun Sep 6 18:39:07 CEST 2020
This series adds support for help messages when binary blobs are missing,
as well as selecting the default FIT configuration.
It includes the v3 patches from the earlier series that were not applied.
Note: This series is available at u-boot-dm/binman-working and is based
on u-boot-dm/next
Changes in v4:
- Add more documentation for DEFAULT-SEQ
- Drop patches previous applied to u-boot-dm/next
Changes in v3:
- Add a way to show help messages for missing blobs
- Rebase on top of earlier binman series
Changes in v2:
- Add new patch to allow selecting default FIT configuration
Simon Glass (3):
binman: Allow selecting default FIT configuration
binman: Support help messages for missing blobs
binman: sunxi: Add help message for missing sunxi ATF BL31
Makefile | 2 +
arch/arm/dts/sunxi-u-boot.dtsi | 1 +
tools/binman/README | 6 ++
tools/binman/README.entries | 4 ++
tools/binman/control.py | 69 ++++++++++++++++++-
tools/binman/entry.py | 9 +++
tools/binman/etype/fit.py | 26 +++++++
tools/binman/ftest.py | 59 ++++++++++++++--
tools/binman/missing-blob-help | 15 ++++
tools/binman/test/168_fit_missing_blob.dts | 9 ++-
.../test/{170_fit_fdt.dts => 172_fit_fdt.dts} | 2 +-
11 files changed, 195 insertions(+), 7 deletions(-)
create mode 100644 tools/binman/missing-blob-help
rename tools/binman/test/{170_fit_fdt.dts => 172_fit_fdt.dts} (95%)
--
2.28.0.526.ge36021eeef-goog
More information about the U-Boot
mailing list