[PATCH v2 14/30] patman: Move code for sending into its own module
Simon Glass
sjg at chromium.org
Fri May 23 15:18:54 CEST 2025
The control module includes much of the implementation of patman's
'send' feature. As a first step to separating this out, move the sending
code into its own file.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/patman/__main__.py | 2 +-
tools/patman/control.py | 161 +---------------------------------
tools/patman/func_test.py | 7 +-
tools/patman/send.py | 179 ++++++++++++++++++++++++++++++++++++++
4 files changed, 188 insertions(+), 161 deletions(-)
create mode 100644 tools/patman/send.py
Applied to sjg/master, thanks!
More information about the U-Boot
mailing list