aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman
AgeCommit message (Expand)AuthorFilesLines
2022-03-02buildman: Update default config to build for sandboxSimon Glass1-0/+1
2022-03-02buildman: Correct pylint errorsSimon Glass5-12/+7
2022-02-09patman: Convert camel case in terminal.pySimon Glass4-45/+45
2022-02-09patman: Rename Color() method to build()Simon Glass4-41/+41
2022-02-09patman: Rename Print() to Tprint()Simon Glass2-30/+30
2022-02-09patman: Convert camel case in test_util.pySimon Glass1-2/+2
2022-02-09patman: Convert camel case in gitutil.pySimon Glass4-14/+14
2022-02-09patman: Convert camel case in command.pySimon Glass5-13/+13
2022-02-09patman: Convert camel case in tools.pySimon Glass4-8/+8
2022-02-08buildman: Allow adjusting board config on the flySimon Glass5-8/+93
2022-02-08buildman: Provide a hint on how to debug thread crashesSimon Glass2-2/+4
2022-02-08buildman: Add helper functions for updating .config filesSimon Glass3-2/+360
2022-02-08buildman: Make use of test_utilSimon Glass1-15/+11
2022-02-08buildman: Add a flag to control the tracebackSimon Glass2-0/+5
2022-01-25patman: Tidy up the download function a littleSimon Glass1-1/+1
2022-01-25buildman: Move the download function to toolsSimon Glass1-45/+1
2022-01-24tools: Add init files for Python toolsSimon Glass1-0/+0
2021-10-21buildman: Add gcc-11.1.0 to the directory listTom Rini1-1/+1
2021-10-20buildman: Detect Kconfig loopsSimon Glass1-1/+42
2021-10-20buildman: Write output even on fatal errorSimon Glass1-6/+6
2021-09-24tools: Refactor full help printingPaul Barker1-6/+4
2021-09-04net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass1-4/+4
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-4/+4
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass1-1/+1
2021-04-29buildman: Use bytes for the environmentSimon Glass3-11/+30
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass4-11/+56
2021-04-29buildman: Use common code to send an resultSimon Glass1-8/+13
2021-04-29buildman: Tidy up a few commentsSimon Glass3-5/+20
2021-04-06buildman: Add an encoding to the out-env fileSimon Glass1-1/+2
2021-03-04buildman: Support single-threaded operationSimon Glass6-30/+68
2021-02-14buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt1-1/+1
2020-12-22buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-11-05patman: Rename functions in patchstreamSimon Glass1-3/+3
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak2-8/+42
2020-09-22tools: Drop unnecessary use of __file__Simon Glass1-3/+0
2020-07-28buildman: Show the build rate at the endSimon Glass2-1/+15
2020-07-28buildman: Correct the testOutputDir() unit testSimon Glass1-2/+1
2020-07-28buildman: Allow using older versions of genboardscfg.pySimon Glass1-2/+8
2020-07-01kconfiglib: Update to the 14.1.0 releaseTom Rini1-242/+372
2020-06-11buildman: Remove _of_#_ from results directory pathsOvidiu Panait2-9/+9
2020-04-26patman: Tidy up sys.path changesSimon Glass2-3/+1
2020-04-26patman: Move to absolute importsSimon Glass7-27/+26
2020-04-26buildman: Move to absolute importsSimon Glass6-29/+30
2020-04-26buildman: Rename the main moduleSimon Glass2-1/+1
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2020-04-26buildman: Write output files when using -wSimon Glass3-14/+26
2020-04-26buildman: Use out-env for environment outputSimon Glass2-1/+8
2020-04-26buildman: Make sure that -o is given with -wSimon Glass4-3/+13
2020-04-26buildman: Correct operation of -A flagSimon Glass1-1/+1
2020-04-26buildman: Fix test for new 9.2 kernelSimon Glass1-1/+1