[PATCH v2 12/49] binman: Add an etype for external binary blobs
Bin Meng
bmeng.cn at gmail.com
Mon Jun 29 08:54:20 CEST 2020
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass <sjg at chromium.org> wrote:
>
> 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>
> ---
>
> (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
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list