
26 Jan
2022
26 Jan
'22
4:37 p.m.
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@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!