aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/cmdline.py
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: Add a way to limit the number of buildmansSimon Glass
2024-07-03buildman: Add a flag to force mrproper on failureSimon 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: Split parser creation in twoSimon Glass
2023-07-24buildman: Convert to argparseSimon Glass
2023-07-24buildman: Correct most pylint warnings in cmdlineSimon Glass
2023-07-24buildman: Convert camel case in cmdline.pySimon Glass
2023-07-24buildman: Provide an argument to the -R optionSimon Glass
2023-07-24buildman: Add an option to check maintainersSimon Glass
2023-03-08buildman: Hide the test options unless test code is availableSimon Glass
2023-03-08buildman: Add a flag for reproducible buildsSimon Glass
2023-03-08buildman: Support disabling LTOSimon Glass
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini
2022-08-05buildman: Incorporate the genboardscfg.py toolSimon Glass
2022-08-05buildman: Support running from an IDESimon Glass
2022-08-05buildman: Drop -I optionSimon Glass
2022-02-08buildman: Allow adjusting board config on the flySimon Glass
2022-02-08buildman: Add a flag to control the tracebackSimon Glass
2021-03-04buildman: Support single-threaded operationSimon Glass
2020-04-26buildman: Make sure that -o is given with -wSimon Glass
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass
2020-04-21buildman: Make -I the defaultSimon Glass
2020-04-10buildman: Drop the -a optionSimon Glass
2020-04-10buildman: Allow ignoring warnings in the return codeSimon Glass
2020-04-10buildman: Update help for -dSimon Glass
2020-04-10bulidman: Add support for a simple buildSimon Glass
2019-12-10buildman: Add options to get the arch and toolchain infoSimon Glass
2019-01-14buildman: Add support for building with clangSimon Glass
2018-11-20buildman: Only print toolchain probing with -vSimon Glass
2018-11-14buildman: Add a --boards option to specify particular boards to buildSimon Glass
2018-06-07buildman: Add support for environment delta in summaryAlex Kiernan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-04buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck
2017-11-22buildman: Allow skipping of tests which use the networkSimon Glass
2016-12-02buildman: Squash useless output from -KSimon Glass
2016-12-02buildman: Add an option to just create the configSimon Glass
2016-05-17buildman: allow more incremental buildingStephen Warren
2016-03-17buildman: Clarify the use of -VSimon Glass
2015-04-18buildman: Allow comparison of build configurationSimon Glass
2015-01-14buildman: Add an option to write the full build outputSimon Glass
2015-01-14buildman: Add the option to download toolchains from kernel.orgSimon Glass
2015-01-14buildman: Add an option to use the full tool chain pathSimon Glass
2015-01-14buildman: Add an option to flatten output directory treesSimon Glass
2014-09-09buildman: fix typos of --dry-run help messageMasahiro Yamada