]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Move all non-test logic into control module
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:21:58 +0000 (07:21 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit6330f94a35142c135c96f5af952087ef3d9c3177
treed71455e4dc0db296511be0b4ee5f9afc56c068a5
parent92d5d1e1cdf3c146a054d36da2f6a2778d12637f
patman: Move all non-test logic into control module

It is easier for tests if the top-level control logic is all in one
module. Create a new do_patman() function to handle this. Move the
existing code into it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/__main__.py
tools/patman/control.py