[PATCH 0/4] tools: Minor clean-ups for the command library
Simon Glass
sjg at chromium.org
Mon Feb 3 17:26:41 CET 2025
This series adds comments and fixes pylint warnings in the command
library. It also introduces a new, simpler way of running a single
command.
Simon Glass (4):
u_boot_pylib: Correct case for test_result
u_boot_pylib: Add an exception-class for errors
u_boot_pylib: Fix pylint warnings in command
u_boot_pylib: Add a function to run a single command
tools/binman/ftest.py | 19 ++--
tools/buildman/boards.py | 4 +-
tools/buildman/builder.py | 11 ++-
tools/buildman/builderthread.py | 31 +++---
tools/buildman/func_test.py | 16 ++--
tools/buildman/toolchain.py | 2 +-
tools/patman/gitutil.py | 58 ++++++------
tools/patman/patchstream.py | 2 +-
tools/rmboard.py | 25 ++---
tools/u_boot_pylib/command.py | 161 ++++++++++++++++++++++++--------
tools/u_boot_pylib/tools.py | 2 +-
11 files changed, 204 insertions(+), 127 deletions(-)
--
2.43.0
More information about the U-Boot
mailing list