[PATCH v2 34/38] binman: Plumb in support for missing bintools
Simon Glass
sjg at chromium.org
Wed Jan 26 16:36:37 CET 2022
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 at chromium.org>
---
(no changes since v1)
tools/binman/cmdline.py | 2 ++
tools/binman/control.py | 12 ++++++-
tools/binman/entry.py | 20 ++++++++++++
tools/binman/etype/section.py | 11 +++++++
tools/binman/ftest.py | 60 ++++++++++++++++++++++++++++++++++-
5 files changed, 103 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list