summaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)AuthorFilesLines
2020-11-05patman: Rename functions in patchstreamSimon Glass4-53/+53
2020-11-05patman: Fix constant style in patchstreamSimon Glass1-22/+22
2020-11-05patman: Fix indenting in patchstreamSimon Glass1-13/+16
2020-11-05patman: Allow linking a series with patchworkSimon Glass3-1/+17
2020-11-05patman: Fix remaining pylint3 warnings in func_testSimon Glass1-18/+58
2020-11-05patman: Use capture_sys_output() consistentlySimon Glass1-18/+2
2020-11-05patman: Fix whitespace errors in func_testSimon Glass1-18/+19
2020-11-05patman: Update how tests are runSimon Glass1-5/+3
2020-11-05patman: Correct operation of -nSimon Glass1-6/+5
2020-10-14checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak1-0/+6
2020-09-22binman: Allow resolving host-specific tools from env varsAlper Nebi Yasak1-1/+49
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak1-0/+77
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak1-0/+42
2020-08-04checkpatch: Don't allow common.h and dm.h in headersSimon Glass1-0/+7
2020-08-04patman: Fix up the test commentsSimon Glass1-5/+5
2020-07-27binman: Re-enable concurrent testsSimon Glass1-1/+3
2020-07-25patman: When no tracking branch is provided, tell the userNicolas Boichat1-2/+3
2020-07-25patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat2-0/+27
2020-07-25Add information for skipped commit optionsPatrick Delaunay1-0/+3
2020-07-25patman: Detect unexpected ENDPatrick Delaunay1-0/+4
2020-07-25binman: Detect when valid images are not producedSimon Glass1-0/+1
2020-07-25patman: Update errors and warnings to use stderrSimon Glass1-1/+4
2020-07-25binman: Allow external binaries to be missingSimon Glass1-2/+6
2020-07-25binman: Specify the toolpath when running test coverageSimon Glass1-3/+6
2020-07-25patman: Add a -D option to enable debuggingSimon Glass1-0/+6
2020-07-25patman: Support collecting response tags in PatchstreamSimon Glass2-5/+30
2020-07-25patman: Allow disabling 'bright' mode with Print outputSimon Glass1-2/+2
2020-07-25patman: Add a 'test' subcommandSimon Glass2-36/+41
2020-07-25patman: Allow different commandsSimon Glass1-36/+41
2020-07-25patman: Convert to ArgumentParserSimon Glass3-64/+65
2020-07-25patman: Allow skipping patches at the endSimon Glass3-5/+18
2020-07-25patman: Allow creating patches for another branchSimon Glass5-15/+40
2020-07-25patman: Add a test that uses gitpythonSimon Glass2-3/+152
2020-07-25patman: Move main code out to a control moduleSimon Glass5-57/+182
2020-07-25patman: Use test_util to show test resultsSimon Glass2-9/+5
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini13-550/+152
2020-07-20patman: When no tracking branch is provided, tell the userNicolas Boichat1-2/+3
2020-07-20patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat2-0/+27
2020-07-20Add information for skipped commit optionsPatrick Delaunay1-0/+3
2020-07-20patman: Detect unexpected ENDPatrick Delaunay1-0/+4
2020-07-20binman: Detect when valid images are not producedSimon Glass1-0/+1
2020-07-20patman: Update errors and warnings to use stderrSimon Glass1-1/+4
2020-07-20binman: Allow external binaries to be missingSimon Glass1-2/+6
2020-07-20binman: Re-enable concurrent testsSimon Glass1-1/+3
2020-07-20binman: Specify the toolpath when running test coverageSimon Glass1-3/+6
2020-07-20patman: Add a -D option to enable debuggingSimon Glass1-0/+6
2020-07-20patman: Support collecting response tags in PatchstreamSimon Glass2-5/+30
2020-07-20patman: Allow disabling 'bright' mode with Print outputSimon Glass1-2/+2
2020-07-20patman: Add a 'test' subcommandSimon Glass2-36/+41
2020-07-20patman: Allow different commandsSimon Glass1-36/+41