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

Bintools can be missing, in which case binman continues operation but
reports an invalid image. Plumb in support for this and add tests for
entry types which use bintools.

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