mbox series

[00/11] Tools updates for Labgrid

Message ID 20240621204632.2706813-1-sjg@chromium.org
Headers show
Series Tools updates for Labgrid | expand

Message

Simon Glass June 21, 2024, 8:46 p.m. UTC
This series includes patches to update buildman to support Labgrid
better and some minor binman fixes.


Simon Glass (11):
  binman: efi: Correct entry docs
  binman: Regenerate nxp docs
  binman: ti: Regenerate entry docs
  binman: Update the entrydocs header
  buildman: Make mrproper an argument to _reconfigure()
  buildman: Make mrproper an argument to _config_and_build()
  buildman: Make mrproper an argument to run_commit()
  buildman: Avoid rebuilding when --mrproper is used
  buildman: Add a flag to force mrproper on failure
  buildman: Retry the build for current source
  buildman: Add a way to limit the number of buildmans

 tools/binman/entries.rst                | 115 ++++++++++++++-----
 tools/binman/entry.py                   |   2 +-
 tools/binman/etype/efi_capsule.py       |  40 +++----
 tools/binman/etype/efi_empty_capsule.py |  22 ++--
 tools/binman/etype/ti_secure.py         |  45 ++++----
 tools/buildman/builder.py               |  18 +--
 tools/buildman/builderthread.py         |  44 +++++---
 tools/buildman/buildman.rst             |   8 +-
 tools/buildman/cmdline.py               |   6 +-
 tools/buildman/control.py               | 141 +++++++++++++++++++++++-
 tools/buildman/pyproject.toml           |   6 +-
 tools/buildman/test.py                  | 121 ++++++++++++++++++++
 tools/u_boot_pylib/terminal.py          |   7 +-
 13 files changed, 465 insertions(+), 110 deletions(-)