]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Allow for logging information to be displayed
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:49 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commiteea264ead3ca198ed66f62a78dc4940075621ae7
treeb7005012bbfa1ba540658b6878b01b7637a1a7a1
parent61f564d15f35e5f5600ed639201b257efa09d1f1
binman: Allow for logging information to be displayed

Binman generally operates silently but in some cases it is useful to see
what Binman is actually doing at each step. Enable some logging output
with different logging levels selectable via the -v flag.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/entry.py
tools/binman/image.py
tools/patman/tout.py