summaryrefslogtreecommitdiff
path: root/tools/buildman/cmdline.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-24buildman: Enable test coverageSimon Glass1-0/+2
2023-07-24buildman: Add an option to check maintainers and targetsSimon Glass1-0/+3
2023-07-24buildman: Use -D for --debugSimon Glass1-4/+4
2023-07-24buildman: Add a way to print the architecture for a boardSimon Glass1-0/+2
2023-07-24buildman: Split parser creation in twoSimon Glass1-11/+33
2023-07-24buildman: Convert to argparseSimon Glass1-63/+67
2023-07-24buildman: Correct most pylint warnings in cmdlineSimon Glass1-4/+11
2023-07-24buildman: Convert camel case in cmdline.pySimon Glass1-1/+1
2023-07-24buildman: Provide an argument to the -R optionSimon Glass1-1/+1
2023-07-24buildman: Add an option to check maintainersSimon Glass1-0/+2
2023-03-08buildman: Hide the test options unless test code is availableSimon Glass1-4/+10
2023-03-08buildman: Add a flag for reproducible buildsSimon Glass1-0/+2
2023-03-08buildman: Support disabling LTOSimon Glass1-0/+2
2022-11-23buildman: Add --allow-missing flag to allow missing blobsTom Rini1-0/+6
2022-08-05buildman: Incorporate the genboardscfg.py toolSimon Glass1-0/+2
2022-08-05buildman: Support running from an IDESimon Glass1-0/+2
2022-08-05buildman: Drop -I optionSimon Glass1-3/+0
2022-02-09buildman: Allow adjusting board config on the flySimon Glass1-0/+2
2022-02-09buildman: Add a flag to control the tracebackSimon Glass1-0/+2
2021-03-05buildman: Support single-threaded operationSimon Glass1-1/+2
2020-04-26buildman: Make sure that -o is given with -wSimon Glass1-2/+1
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass1-1/+4
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass1-0/+3
2020-04-21buildman: Make -I the defaultSimon Glass1-1/+4
2020-04-11buildman: Drop the -a optionSimon Glass1-2/+0
2020-04-11buildman: Allow ignoring warnings in the return codeSimon Glass1-0/+2
2020-04-11buildman: Update help for -dSimon Glass1-1/+1
2020-04-11bulidman: Add support for a simple buildSimon Glass1-0/+2
2019-12-11buildman: Add options to get the arch and toolchain infoSimon Glass1-0/+4
2019-01-15buildman: Add support for building with clangSimon Glass1-0/+2
2018-11-21buildman: Only print toolchain probing with -vSimon Glass1-1/+1
2018-11-14buildman: Add a --boards option to specify particular boards to buildSimon Glass1-1/+3
2018-06-07buildman: Add support for environment delta in summaryAlex Kiernan1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-02-05buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck1-0/+2
2017-11-23buildman: Allow skipping of tests which use the networkSimon Glass1-0/+2
2016-12-02buildman: Squash useless output from -KSimon Glass1-0/+2
2016-12-02buildman: Add an option to just create the configSimon Glass1-0/+2
2016-05-17buildman: allow more incremental buildingStephen Warren1-0/+4
2016-03-18buildman: Clarify the use of -VSimon Glass1-1/+1
2015-04-19buildman: Allow comparison of build configurationSimon Glass1-1/+3
2015-01-15buildman: Add an option to write the full build outputSimon Glass1-0/+2
2015-01-15buildman: Add the option to download toolchains from kernel.orgSimon Glass1-0/+4
2015-01-15buildman: Add an option to use the full tool chain pathSimon Glass1-0/+2
2015-01-15buildman: Add an option to flatten output directory treesSimon Glass1-0/+2
2014-09-10buildman: fix typos of --dry-run help messageMasahiro Yamada1-1/+1
2014-09-10buildman: Move the command line code into its own fileSimon Glass1-0/+85