diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-09 20:13:50 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-01-25 12:36:11 -0700 |
commit | 386c63cfad30901055a7d41173c2a99d268b6b0d (patch) | |
tree | 9382d73ce342712062c012ee88cf812b6d4b69e9 /tools/binman/ftest.py | |
parent | 252de6b1f7189062d984b72149ea4d3123a63d8d (diff) |
binman: Plumb in support for bintools
Support collecting the available bintools needed by an image, by
scanning the entries in the image.
Also add a command-line interface to access the basic bintool features,
such as listing the bintools and fetching them if needed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/ftest.py')
-rw-r--r-- | tools/binman/ftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index ac6aabbf9c3..179326c42a3 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -18,6 +18,7 @@ import sys import tempfile import unittest +from binman import bintool from binman import cbfs_util from binman import cmdline from binman import control |