binman: Allow faked blobs in blob-ext-list
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:46 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commitf4590e02c133e7a971bb425d1e83c7ab0cdbf64a
treef4cbf43dbc6e08c303abe555411a85e1db94dcd4
parent2cc8c1fba6498a3d0a4a8892c58783cb302c0bab
binman: Allow faked blobs in blob-ext-list

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@chromium.org>
tools/binman/entry.py
tools/binman/etype/blob_ext_list.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/test/218_blob_ext_list_fake.dts [new file with mode: 0644]