
18 Jul
2019
18 Jul
'19
3:58 a.m.
It is useful to be able to extract all binaries from the image, or a subset of them. Add a new 'extract' command to handle this.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/binman/README | 25 +++++- tools/binman/cmdline.py | 13 +++ tools/binman/control.py | 60 +++++++++++++ tools/binman/ftest.py | 189 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 286 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!