]> git.sur5r.net Git - u-boot/commit
patman: Add a library to handle logging and progress
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:59:09 +0000 (18:59 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Sep 2016 03:04:39 +0000 (21:04 -0600)
commit0faf6144fd1f6443a52abb0d80a6ca1238ecc029
tree00e492c135101c8ff412a058cdbe2a7c2d42533a
parent1f1864b408b74fe04d787d9f8941f7b18b9ded66
patman: Add a library to handle logging and progress

When tools want to display information of varying levels of importance, it
helps to provide the user with control over the verbosity of these messages.
Progress messages work best if they are displayed and then removed from the
display when no-longer relevant.

Add a new tout library (terminal out) to handle these tasks.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/tout.py [new file with mode: 0644]