binman: Add an etype for external binary blobs
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:36 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commitd498630ea9a5880302ee941f28925ee231b8f018
tree583123ee62f1ea1aeadf3aaf16cac5d5fbbe07d6
parent1216448573419fb53f37e31427b29f7ef197deef
binman: Add an etype for external binary blobs

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/README.entries
tools/binman/etype/blob_ext.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/157_blob_ext.dts [new file with mode: 0644]
tools/binman/test/158_blob_ext_missing.dts [new file with mode: 0644]