[PATCH v2 11/38] binman: Allow faked blobs in blob-ext-list
Simon Glass
sjg at chromium.org
Wed Jan 26 16:37:05 CET 2022
Since this is a list of blobs, each blob should have the ability to be
faked, as with blob-ext. Update the Entry base class to set allow_fake
and use the base class in the section code also, so that this propagagtes
to blob-ext-list, which is not a section.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/binman/entry.py | 2 +-
tools/binman/etype/blob_ext_list.py | 1 +
tools/binman/etype/section.py | 1 +
tools/binman/ftest.py | 8 ++++++++
tools/binman/test/218_blob_ext_list_fake.dts | 14 ++++++++++++++
5 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 tools/binman/test/218_blob_ext_list_fake.dts
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list