binman: Convert to using the FIP bintool
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:59 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit388f04fb67c8b8c7fbc7e954ab7d96a1f83eea56
tree87ead0c27db042ef1e420f6281be0e27068fc06d
parent5417da574e058efc66b471a3286cef5ac3bba1e1
binman: Convert to using the FIP bintool

Update the FIP tests to use this bintool, instead of running fiptool
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/fip_util.py
tools/binman/fip_util_test.py