]> git.baikalelectronics.ru Git - uboot.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)
commitba8a4831bc05571b2cef69b197636ca3a09fb65b
tree74410fffbe77c7e1ae6d9286e9038abb19f5d496
parent5ea0b79a7903ecff9fab79bf75893a797bc94b78
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