aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman
AgeCommit message (Expand)Author
2024-07-08Revert "buildman: Always use the full path in CROSS_COMPILE"Tom Rini
2024-07-03buildman: Always use the full path in CROSS_COMPILESimon Glass
2024-07-03buildman: Fix a few typos in toolchain codeSimon Glass
2024-07-03buildman: Add python3-pycryptodomeSimon Glass
2024-07-03buildman: Add python3-coverageSimon Glass
2024-07-03buildman: Add a way to limit the number of buildmansSimon Glass
2024-07-03buildman: Add a flag to force mrproper on failureSimon Glass
2024-07-03buildman: Avoid rebuilding when --mrproper is usedSimon Glass
2024-07-03buildman: Make mrproper an argument to run_commit()Simon Glass
2024-07-03buildman: Make mrproper an argument to _config_and_build()Simon Glass
2024-07-03buildman: Make mrproper an argument to _reconfigure()Simon Glass
2024-07-03tools: binman: fix deprecated Python ConfigParser methodsBrandon Maier
2024-07-03tools: binman: fix deprecated Python unittest methodsBrandon Maier
2024-05-03tools: typo arguemntsHeinrich Schuchardt
2024-01-29tools: buildman: fix non-existing SafeConfigParser in Python 3.12+Quentin Schulz
2024-01-18tools: binman: ti_board_cfg: Check for linting problemsNeha Malcom Francis
2023-12-31buildman: type cotainingHeinrich Schuchardt
2023-12-13tools: Move python tools to version 0.0.6Simon Glass
2023-12-13doc: Update documentation URLSimon Glass
2023-11-07buildman: Use oldconfig when adjusting the configSimon Glass
2023-11-02buildman: Include symbols in the read-only data sectionSimon Glass
2023-10-02Merge branch 'next'Tom Rini
2023-09-23buildman: Start the clock when the build startsSimon Glass
2023-09-23buildman: Show progress when regenerating the board.cfg fileSimon Glass
2023-09-23buildman: Keep all common output filesSimon Glass
2023-09-23buildman: Fix full help for Python 3.8Simon Glass
2023-08-26CI: Update to gcc-13.2.0Tom Rini
2023-08-05buildman: Drop warning about orphaned defconfigsSimon Glass
2023-08-05buildman: Exit after reading toolchainSimon Glass
2023-07-25buildman: Specify the output directory in testsSimon Glass
2023-07-24buildman: Enable test coverageSimon Glass
2023-07-24buildman: Add an option to check maintainers and targetsSimon Glass
2023-07-24buildman: Use -D for --debugSimon Glass
2023-07-24buildman: Add a way to print the architecture for a boardSimon Glass
2023-07-24buildman: Move copy_files() out ot BuilderThread classSimon Glass
2023-07-24buildman: Tidy up some comments in builderthreadSimon Glass
2023-07-24buildman: Tidy up reporting of a toolchain errorSimon Glass
2023-07-24buildman: Avoid passing result into _read_done_file()Simon Glass
2023-07-24buildman: Create a function to handle config and buildSimon Glass
2023-07-24buildman: Move checkout code to a separate functionSimon Glass
2023-07-24buildman: Move code to decide output dirsSimon Glass
2023-07-24buildman: Move code to remove old outputsSimon Glass
2023-07-24buildman: Move reading of the done file into a functionSimon Glass
2023-07-24buildman: Move bulid code into its own functionSimon Glass
2023-07-24buildman: Move reconfigure code into its own functionSimon Glass
2023-07-24buildman: Convert config_out to string IOSimon Glass
2023-07-24buildman: Move more things into _build_args()Simon Glass
2023-07-24buildman: Move setting of toolchain arguments to _build_args()Simon Glass
2023-07-24buildman: Start a function to set up the make argumentsSimon Glass
2023-07-24buildman: Drop unnecessary assignment of config_outSimon Glass