summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-05-27patman: Use git to set up the test configSimon Glass
2025-05-27patman: Clean up creation of the git treeSimon Glass
2025-05-27patman: Use variables for series ID and titleSimon Glass
2025-05-27patman: Use .git as the git directorySimon Glass
2025-05-27patman: Use itr instead of lines for iteratorSimon Glass
2025-05-27patman: Correct use of str in codeSimon Glass
2025-05-27patman: Allow setting a git directory when sendingSimon Glass
2025-05-27patman: Allow setting the current directory when sendingSimon Glass
2025-05-27patman: Add all files to __init__.pySimon Glass
2025-05-27u_boot_pylib: Speed up determining the upstream branchSimon Glass
2025-05-27u_boot_pylib: Provide directories to gitutil functionsSimon Glass
2025-05-27u_boot_pylib: Tidy up quoting of cc and toSimon Glass
2025-05-27u_boot_pylib: Support a fatal level in toutSimon Glass
2025-05-27patman: Update Series.ShowActions() to pass aliasSimon Glass
2025-05-27patman: Pass aliases to Series.MakeCcFile()Simon Glass
2025-05-27patman: Pass the alias dict into gitutil.email_patches()Simon Glass
2025-05-27patman: Pass the alias dict into gitutil.build_email_list()Simon Glass
2025-05-27patman: Untangle settings from gitutilSimon Glass
2025-05-27patman: Drop the old status codeSimon Glass
2025-05-27patman: Use a pager when outputting statusSimon Glass
2025-05-27patman: Provide an option to run in single-threaded modeSimon Glass
2025-05-27patman: Switch over to asyncioSimon Glass
2025-05-27patman: Use defaultdict directlySimon Glass
2025-05-27patman: Add more information to PatchSimon Glass
2025-05-27patman: Show patches in yellowSimon Glass
2025-05-27patman: Simplify test_find_new_responses()Simon Glass
2025-05-27patman: Adjust how the fake request() function is providedSimon Glass
2025-05-27patman: Split out the processing of find_new_responses()Simon Glass
2025-05-27patman: Split up check_and_show_status()Simon Glass
2025-05-27patman: Rename check_patchwork_status()Simon Glass
2025-05-27patman: Add reading of series and patch statusSimon Glass
2025-05-27patman: Move Patch and Review to patchwork moduleSimon Glass
2025-05-27patman: Create a module for handling patchworkSimon Glass
2025-05-27CI: Add a dependency file for patmanSimon 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-27patman: Rename test_basic() in test_checkpatchSimon Glass
2025-05-27patman: Correct a stray quoteSimon Glass
2025-05-27tools: Plumb in capture controlSimon Glass
2025-05-27u_boot_pylib: Allow disabling colour outputSimon Glass
2025-05-27u_boot_pylib: Avoid concurrent execution of only one testSimon Glass
2025-05-27u_boot_pylib: Add a pagerSimon Glass
2025-05-27u_boot_pylib: Improve ANSI-colour output with backgroundsSimon Glass
2025-05-27u_boot_pylib: Allow control of capturingSimon Glass
2025-05-27binman: Correct a typo in the toolpath commentSimon Glass
2025-05-27patman: Move capture_sys_output() into terminal and renameSimon Glass
2025-05-27patman: Move all non-test logic into control moduleSimon Glass
2025-05-27binman: x86: Write skip-at-start when end-at-4gb is usedSimon Glass
2025-05-27buildman: Add a way to build a particular targetSimon Glass