binman: Add a bintool implementation for ifwitool
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:55 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit6f7eb0c03766f236c519e541ca8a1e10dce395cc
tree7730515fb99ddabff8026e9984c94469fcbbefac
parent9d3a7a2e0b3f6eafaffd95499e33849ceae161db
binman: Add a bintool implementation for ifwitool

Add a Bintool for this, which is used to build Intel IFWI images. It
supports the features needed by the tests as well as downloading a binary
from Google Drive. Although this is built in the U-Boot tree, it is not
currently included with u-boot-tools, so it may be useful to install a
binary on the system.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/btool/ifwitool.py [new file with mode: 0644]