[PATCH v3 13/49] binman: Add an etype for external binary blobs

Simon Glass sjg at chromium.org
Sun Jul 19 22:49:20 CEST 2020


It is useful to be able to distinguish between ordinary blobs such as
u-boot.bin and external blobs that cannot be build by the U-Boot build
system. If the external blobs are not available for some reason, then we
know that a value image cannot be built.

Introduce a new 'blob-ext' entry type for that.

Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---

(no changes since v1)

 tools/binman/README.entries                | 10 +++++++
 tools/binman/etype/blob_ext.py             | 31 ++++++++++++++++++++++
 tools/binman/ftest.py                      | 12 +++++++++
 tools/binman/test/157_blob_ext.dts         | 14 ++++++++++
 tools/binman/test/158_blob_ext_missing.dts | 16 +++++++++++
 5 files changed, 83 insertions(+)
 create mode 100644 tools/binman/etype/blob_ext.py
 create mode 100644 tools/binman/test/157_blob_ext.dts
 create mode 100644 tools/binman/test/158_blob_ext_missing.dts

Applied to u-boot-dm


More information about the U-Boot mailing list