]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Move code for sending into its own module
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:11 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit770602195cde73c39a21687b5c53185ab9ca449f
tree9de0feeb965934594cef4a8da589ef74e5775661
parenteca46538358a6e75f1d82bff81720a09050c09f9
patman: Move code for sending into its own module

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@chromium.org>
tools/patman/__main__.py
tools/patman/control.py
tools/patman/func_test.py
tools/patman/send.py [new file with mode: 0644]