summaryrefslogtreecommitdiff
path: root/tools/patman/__main__.py
AgeCommit message (Expand)Author
2025-05-27patman: Add tests for CseriesSimon Glass
2025-05-27patman: Move code for sending into its own moduleSimon Glass
2025-05-27patman: Support extra test featuresSimon Glass
2025-05-27patman: Tidy up the start-up codeSimon Glass
2025-05-27tools: Plumb in capture controlSimon Glass
2025-05-27patman: Move all non-test logic into control moduleSimon Glass
2025-02-17u_boot_pylib: Move gitutil into the librarySimon Glass
2023-11-14patman: Correct Python 3.6 behaviourSimon Glass
2023-11-14patman: Avoid using func_test at top levelSimon Glass
2023-11-14patman: Correct easy pylint warnings in __main__Simon Glass
2023-11-14patman: Move the main program into a functionSimon Glass
2023-11-14patman: Split out arg parsing into its own fileSimon Glass
2023-11-02patman: Add a 'keep_change_id' settingMaxim Cournoyer
2023-04-28tools: Fall back to importlib_resources on Python 3.6Jan Kiszka
2023-03-08patman: Avoid importing test_checkpatch before it is neededSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-01-05patman: add '--get-maintainer-script' argumentMaxim Cournoyer
2023-01-05patman: set the default config_fname argument value to NoneMaxim Cournoyer
2023-01-05patman: import gitutil module where it is neededMaxim Cournoyer
2023-01-05patman: document default 'send' commandMaxim Cournoyer
2023-01-05patman: hide the 'test' command unless test data is availableMaxim Cournoyer
2023-01-05patman: rename main script to __main__.pyMaxim Cournoyer