
When external blobs are missing, show a message indicating that the images are not functional.
Signed-off-by: Simon Glass sjg@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