commit | d38833373b631ea5aabad2afea0efd4e0e5e71da | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 09 20:13:52 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 12:36:11 2022 -0700 |
tree | 0be140bc75dc7145e699e2e5a3bfaef64b743a5c | |
parent | 3b47dfa50643fca13d4886bc6f049eed6e1aaa3a [diff] |
binman: Add a bintool implementation for cbfstool Add a Bintool for this, which is used to run CBFS tests. It supports the features needed by the tests as well as fetching a binary from Google Drive. Building it from source is very slow since it is not separately supported by the coreboot build system and it builds an entire gcc toolchain before starting. Signed-off-by: Simon Glass <sjg@chromium.org>