binman: Convert to using the futility bintool
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:14:00 +0000 (20:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commita104bb2b485c5991750d7bf16294707e7e377ed8
tree62f1814dcb78e88eaa254d4f1443c932205535e7
parent388f04fb67c8b8c7fbc7e954ab7d96a1f83eea56
binman: Convert to using the futility bintool

Update the GBB and vblock entry types to use this bintool, instead of
running futility directly. This simplifies the code and provides more
consistency as well as supporting missing bintools.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/gbb.py
tools/binman/etype/vblock.py