binman: Add an 'extract' command
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:52 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commit71ce0ba284aeb388ddcefb4f6f0056c759a758cc
treec353819863c1f5b2247915db7b20d2d0e0e98c18
parent3a9c252583785c3aabce834e8f9a54fa94685ee8
binman: Add an 'extract' command

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>
tools/binman/README
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/ftest.py