aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/command.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-08patman: Move library functions into a library directorySimon Glass1-139/+0
2022-03-02patman: Correct pylint errorsSimon Glass1-7/+1
2022-02-09patman: Convert camel case in cros_subprocess.pySimon Glass1-1/+1
2022-02-09patman: Convert camel case in command.pySimon Glass1-14/+14
2021-10-20buildman: Detect Kconfig loopsSimon Glass1-2/+5
2020-07-09patman: Avoid circular dependency between command and toolsSimon Glass1-4/+3
2020-04-26patman: Move to absolute importsSimon Glass1-2/+3
2019-11-04patman: Adjust 'command' to return strings instead of bytesSimon Glass1-8/+23
2019-07-23tools: Drop duplicate raise_on_error argumentSimon Glass1-2/+2
2018-08-01patman: Allow test commands to fall back to real onesSimon Glass1-2/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-10-09patman: Make exception handling python 3.x safePaul Burton1-1/+1
2016-09-18patman: Adjust command.Output() to raise an error by defaultSimon Glass1-2/+3
2014-09-09patman: Provide a way to intercept commands for testingSimon Glass1-0/+20
2014-09-09patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-04patman: Allow commands to raise on error, or notSimon Glass1-6/+11
2013-04-04patman: Make command methods return a CommandResultSimon Glass1-22/+62
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass1-0/+72