commit | 7a1c1017f1b504af0b808804b7607b5c3b80326b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:13:54 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:11 2022 -0700 |
tree | d9ae4e87bdb1b6c94131f8fedfbcc75aa3547f48 | |
parent | a6aafc6a2a174ba8e47a13357488f6ab76e6ac16 [diff] |
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>