[PATCH v3 17/49] binman: Detect when valid images are not produced
Simon Glass
sjg at chromium.org
Sun Jul 19 22:49:15 CEST 2020
When external blobs are missing, show a message indicating that the images
are not functional.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- Move the SetAllowMissing() function into an earlier patch
tools/binman/control.py | 16 +++++++++++--
tools/binman/entry.py | 12 ++++++++++
tools/binman/etype/blob_ext.py | 1 +
tools/binman/etype/section.py | 12 ++++++++++
tools/binman/ftest.py | 14 ++++++++++-
.../binman/test/159_blob_ext_missing_sect.dts | 23 +++++++++++++++++++
tools/patman/tout.py | 1 +
7 files changed, 76 insertions(+), 3 deletions(-)
create mode 100644 tools/binman/test/159_blob_ext_missing_sect.dts
Applied to u-boot-dm
More information about the U-Boot
mailing list