aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/main.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-08dtoc: Move the main code into a functionSimon Glass1-48/+52
2023-03-08dtoc: Hide the test options unless test code is availableSimon Glass1-6/+13
2023-03-08patman: Move library functions into a library directorySimon Glass1-2/+3
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak1-5/+4
2022-02-09patman: Convert camel case in test_util.pySimon Glass1-3/+3
2022-02-08patman: Update test_util to run doc testsSimon Glass1-1/+1
2021-07-21dtoc: Convert to use ArgumentParserSimon Glass1-24/+27
2021-03-22dtoc: Add an option for device instantiationSimon Glass1-1/+3
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass1-1/+4
2021-03-22dtoc: Save scan information across test runsSimon Glass1-0/+2
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass1-2/+3
2021-01-05dtoc: Run tests using test_utilSimon Glass1-21/+10
2021-01-05dtoc: Add an 'all' commandSimon Glass1-5/+1
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass1-1/+6
2021-01-05dtoc: Use None to mean stdoutSimon Glass1-1/+1
2020-04-26patman: Tidy up sys.path changesSimon Glass1-1/+0
2020-04-26patman: Move to absolute importsSimon Glass1-2/+3
2020-04-26dtoc: Rename the main moduleSimon Glass1-0/+114