Skip to content
  • Simon Glass's avatar
    patman: Add a library to handle logging and progress · 0faf6144
    Simon Glass authored
    
    
    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: default avatarSimon Glass <sjg@chromium.org>
    0faf6144