[PATCH v2 15/38] binman: Plumb in support for bintools

Simon Glass sjg at chromium.org
Wed Jan 26 16:37:01 CET 2022


Support collecting the available bintools needed by an image, by
scanning the entries in the image.

Also add a command-line interface to access the basic bintool features,
such as listing the bintools and fetching them if needed.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 tools/binman/cmdline.py       |  7 +++++++
 tools/binman/control.py       | 17 ++++++++++++++++-
 tools/binman/entry.py         | 22 ++++++++++++++++++++++
 tools/binman/etype/section.py |  4 ++++
 tools/binman/ftest.py         |  1 +
 tools/binman/image.py         | 14 ++++++++++++++
 6 files changed, 64 insertions(+), 1 deletion(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list