summaryrefslogtreecommitdiff
path: root/tools/buildman
Commit message (Expand)AuthorAgeFilesLines
* patman: Tidy up the download function a littleSimon Glass2022-01-251-1/+1
* buildman: Move the download function to toolsSimon Glass2022-01-251-45/+1
* tools: Add init files for Python toolsSimon Glass2022-01-241-0/+0
* buildman: Add gcc-11.1.0 to the directory listTom Rini2021-10-211-1/+1
* buildman: Detect Kconfig loopsSimon Glass2021-10-201-1/+42
* buildman: Write output even on fatal errorSimon Glass2021-10-201-6/+6
* tools: Refactor full help printingPaul Barker2021-09-241-6/+4
* net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass2021-09-041-4/+4
* mmc: Rename MMC_SUPPORT to MMCSimon Glass2021-09-041-4/+4
* Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-281-1/+1
* buildman: Use bytes for the environmentSimon Glass2021-04-293-11/+30
* buildman: Handle exceptions in threads gracefullySimon Glass2021-04-294-11/+56
* buildman: Use common code to send an resultSimon Glass2021-04-291-8/+13
* buildman: Tidy up a few commentsSimon Glass2021-04-293-5/+20
* buildman: Add an encoding to the out-env fileSimon Glass2021-04-061-1/+2
* buildman: Support single-threaded operationSimon Glass2021-03-046-30/+68
* buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt2021-02-141-1/+1
* buildman: Remove output binaries before buildingSimon Glass2020-12-221-1/+13
* patman: Rename functions in patchstreamSimon Glass2020-11-051-3/+3
* buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak2020-09-222-8/+42
* tools: Drop unnecessary use of __file__Simon Glass2020-09-221-3/+0
* buildman: Show the build rate at the endSimon Glass2020-07-282-1/+15
* buildman: Correct the testOutputDir() unit testSimon Glass2020-07-281-2/+1
* buildman: Allow using older versions of genboardscfg.pySimon Glass2020-07-281-2/+8
* kconfiglib: Update to the 14.1.0 releaseTom Rini2020-07-011-242/+372
* buildman: Remove _of_#_ from results directory pathsOvidiu Panait2020-06-112-9/+9
* patman: Tidy up sys.path changesSimon Glass2020-04-262-3/+1
* patman: Move to absolute importsSimon Glass2020-04-267-27/+26
* buildman: Move to absolute importsSimon Glass2020-04-266-29/+30
* buildman: Rename the main moduleSimon Glass2020-04-262-1/+1
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* buildman: Write output files when using -wSimon Glass2020-04-263-14/+26
* buildman: Use out-env for environment outputSimon Glass2020-04-262-1/+8
* buildman: Make sure that -o is given with -wSimon Glass2020-04-264-3/+13
* buildman: Correct operation of -A flagSimon Glass2020-04-261-1/+1
* buildman: Fix test for new 9.2 kernelSimon Glass2020-04-261-1/+1
* buildman: Change the exit codesSimon Glass2020-04-213-9/+9
* buildman: Update the TODO itemsSimon Glass2020-04-211-6/+11
* buildman: Add an option to ignore migration warningsSimon Glass2020-04-215-35/+107
* buildman: Add an option to ignore device-tree warningsSimon Glass2020-04-215-23/+52
* buildman: Make -I the defaultSimon Glass2020-04-216-24/+41
* buildman: Update workflow documentation with more detailSimon Glass2020-04-211-17/+36
* buildman: Add the abbreviation for --boardsSimon Glass2020-04-211-3/+3
* buildman: Update the 'theory of operation' a littleSimon Glass2020-04-211-30/+39
* buildman: Show a summary of the build resultSimon Glass2020-04-212-3/+20
* buildman: Limit the length of progress messagesSimon Glass2020-04-211-1/+1
* buildman: Show the number of builds remainingSimon Glass2020-04-211-4/+9
* buildman: Drop unused output codeSimon Glass2020-04-211-5/+0
* buildman: Show a message when fetching a repoSimon Glass2020-04-211-1/+4
* buildman: Drop the line-clearing code in BuilderSimon Glass2020-04-211-25/+3