]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4c8de8b1031eb2d742f92bf85d799aa6a8bcb253
tree7730515fb99ddabff8026e9984c94469fcbbefac
parent2272b9778dbab047c198b552e798d21b97fc77ea
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]