summaryrefslogtreecommitdiff
path: root/tools/buildman
AgeCommit message (Expand)AuthorFilesLines
2022-10-31buildman: Handle the MAINTAINERS 'N' tagSimon Glass1-0/+11
2022-10-07buildman: differentiate between riscv32, riscv64Heinrich Schuchardt1-0/+11
2022-08-05buildman: Drop a TODO that is doneSimon Glass1-3/+0
2022-08-05buildman: Drop a Python 2.7 commentSimon Glass1-1/+0
2022-08-05buildman: Allow lines without a symbolSimon Glass1-11/+9
2022-08-05buildman: Return an error if there are maintainer warningsSimon Glass3-11/+24
2022-08-05buildman: Replace the Options column with config nameSimon Glass2-17/+10
2022-08-05buildman: Tidy up pylint problems in boards moduleSimon Glass1-148/+204
2022-08-05buildman: Incorporate the genboardscfg.py toolSimon Glass4-15/+426
2022-08-05buildman: Split out Boards into its own fileSimon Glass5-288/+301
2022-08-05buildman: Convert camel case in board.pySimon Glass4-42/+42
2022-08-05buildman: Drop use of 'board' in board moduleSimon Glass1-8/+8
2022-08-05buildman: Drop use of 'boards' in controlSimon Glass3-20/+19
2022-08-05buildman: Fix use of 'boards' in testSimon Glass1-21/+21
2022-08-05buildman: Fix use of 'boards' in func_testSimon Glass1-19/+19
2022-08-05buildman: Avoid using board as a variableSimon Glass6-56/+55
2022-08-05buildman: Support running from an IDESimon Glass4-29/+63
2022-08-05buildman: Drop -I optionSimon Glass2-6/+0
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak1-5/+3
2022-04-25nds32: Remove the architectureTom Rini3-7/+2
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini1-1/+1
2022-03-20tools: buildman: Fix doc path in warning messageJohannes Krottmayer1-1/+1
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-09buildman: Allow adjusting board config on the flySimon Glass5-8/+93
2022-02-09buildman: Provide a hint on how to debug thread crashesSimon Glass2-2/+4
2022-02-09buildman: Add helper functions for updating .config filesSimon Glass3-2/+360
2022-02-09buildman: Make use of test_utilSimon Glass1-15/+11
2022-02-09buildman: 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-25tools: 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