]> git.baikalelectronics.ru Git - uboot.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)
commit1023bd36dc0efcc3e9045fa5b618f4c6d76d98ae
tree9382d73ce342712062c012ee88cf812b6d4b69e9
parenta1888fde92f5d3354bfb4d8cdcbf27406cb5aff9
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