aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/main.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-08binman: Move the main code into a functionSimon Glass1-4/+8
2023-03-08patman: Move library functions into a library directorySimon Glass1-3/+4
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak1-5/+3
2022-04-25binman: don't import deprecated distutils packageCI/2022-04-23-binman-updatesHeinrich Schuchardt1-7/+0
2022-03-18tools: binman: main.py: add build-sandbox in sys.pathPhilippe Reynes1-0/+1
2022-02-09patman: Convert camel case in test_util.pySimon Glass1-3/+3
2022-01-25binman: Add a command to generate bintool docsSimon Glass1-0/+4
2022-01-25binman: Enable bintool tests including cmdline processingSimon Glass1-3/+4
2021-12-17binman: Use less hard coded magic when inserting new PATHAndy Shevchenko1-5/+7
2021-12-17binman: Do not pollute source tree when build with `make O=...`Andy Shevchenko1-1/+12
2021-12-17binman: Add a utility module for ATF FIPSimon Glass1-1/+3
2020-08-22binman: Correct some import statementsSimon Glass1-1/+0
2020-08-22binman: Move GetEntryModules() to controlSimon Glass1-14/+2
2020-07-24binman: Set a default toolpathSimon Glass1-0/+5
2020-07-24binman: Specify the toolpath when running test coverageSimon Glass1-3/+7
2020-07-24binman: Correct the search patch for pylibfdtSimon Glass1-0/+1
2020-07-24binman: Output errors to stderrSimon Glass1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-14/+4
2020-07-20binman: Set a default toolpathSimon Glass1-0/+5
2020-07-20binman: Specify the toolpath when running test coverageSimon Glass1-3/+7
2020-07-20binman: Correct the search patch for pylibfdtSimon Glass1-0/+1
2020-07-20binman: Output errors to stderrSimon Glass1-1/+1
2020-04-26patman: Tidy up sys.path changesSimon Glass1-2/+3
2020-04-26patman: Move to absolute importsSimon Glass1-1/+1
2020-04-26binman: Move to absolute importsSimon Glass1-12/+11
2020-04-26patman: Move test running/reporting to test_utilSimon Glass1-70/+8
2020-04-26binman: Rename the main moduleSimon Glass1-0/+200