binman: Move 'external' support into base class
authorSimon Glass <sjg@chromium.org>
Tue, 1 Sep 2020 11:13:57 +0000 (05:13 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:50:43 +0000 (12:50 -0600)
commit8795898a53dae112857f06b49e58cfe94a731dfa
tree579b751122fd0b3e4648b1580acdb61f0a9f1fb7
parent211cfa503f6cf850ccbd79b1082f9234b603e635
binman: Move 'external' support into base class

At present we have an Entry_blob_ext which implement a blob which holds an
external binary. We need to support other entry types that hold external
binaries, e.g. Entry_blob_named_by_arg. Move the support into the base
Entry class to allow this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/entry.py
tools/binman/etype/blob.py
tools/binman/etype/blob_ext.py
tools/binman/etype/section.py