]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3e396ec21b7d0a838bcfdde41bb9cc2046dafead
tree579b751122fd0b3e4648b1580acdb61f0a9f1fb7
parentd8cd316529d368c64f6aee825a9f286e8d4f7f73
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