]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Plumb in support for bintools
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:50 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit386c63cfad30901055a7d41173c2a99d268b6b0d
tree9382d73ce342712062c012ee88cf812b6d4b69e9
parent252de6b1f7189062d984b72149ea4d3123a63d8d
binman: Plumb in support for bintools

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>
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/entry.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/image.py