binman: Add a bintool implementation for futility
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:13:54 +0000 (20:13 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit9d3a7a2e0b3f6eafaffd95499e33849ceae161db
treed9ae4e87bdb1b6c94131f8fedfbcc75aa3547f48
parentbf87b203a3d688b9a6165e9a2137f08da510cf30
binman: Add a bintool implementation for futility

Add a Bintool for this, which is used to sign Chrome OS images and
build the Google Binary Block (GBB). It supports the features needed by
binman as well as fetching a binary from Google Drive. Building it from
source is possible but is left for another time, as it requires at least
one other library.

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