commit | 9d3a7a2e0b3f6eafaffd95499e33849ceae161db | [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 | bf87b203a3d688b9a6165e9a2137f08da510cf30 [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>