binman: Convert to using the CBFS bintool
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:58 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit5417da574e058efc66b471a3286cef5ac3bba1e1
tree890d84ea3971fd2aaab90a4f8fd2734f946f6b3b
parent56ee85eef11e6162e2626ba644c6de459137dd23
binman: Convert to using the CBFS bintool

Update the CBFS tests to use this bintool, instead of running cbfstool
directly. This simplifies the overall code and provides more consistency,
as well as supporting missing bintools.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cbfs_util.py
tools/binman/cbfs_util_test.py