aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman
AgeCommit message (Expand)AuthorFilesLines
2014-08-13buildman: Allow selection of the number of commits to buildSimon Glass1-12/+19
2014-08-13buildman: Introduce an 'and' operator for board selectionSimon Glass3-17/+184
2014-08-13buildman: Add a few more toolchain examples to the READMESimon Glass1-0/+2
2014-08-13buildman: Add a message indicating there are no errorsSimon Glass1-0/+7
2014-08-13buildman: Add an option to specify the buildman config fileSimon Glass2-1/+3
2014-08-13buildman: Remove unused non-incremental build method codeSimon Glass2-35/+0
2014-08-13buildman: Add verbose option to display errors as they happenSimon Glass5-15/+56
2014-08-13buildman: Refactor output optionsSimon Glass3-26/+34
2014-08-13buildman: Sort command line optionsSimon Glass1-6/+6
2014-08-13buildman: Move BuilderThread code to its own fileSimon Glass2-431/+442
2014-08-13buildman: Allow building of current source treeSimon Glass2-54/+108
2014-08-13buildman: Add some notes about moving from MAKEALLSimon Glass1-0/+92
2014-08-13buildman: Fix a few typosSimon Glass1-6/+6
2014-07-30buildman: adjust for KconfigMasahiro Yamada3-4/+14
2014-07-29buildman: make sure to invoke GNU MakeMasahiro Yamada2-3/+12
2014-07-28buildman: Support in-tree buildsSimon Glass3-2/+16
2014-07-28buildman: Add -C option to force a reconfigure for each commitSimon Glass3-1/+13
2014-07-23buildman: Avoid retrying a build if it definitely failedSimon Glass1-1/+3
2014-07-23buildman: Add -F flag to retry failed buildsSimon Glass3-5/+22
2014-07-07buildman: fix toolchain priority_listMasahiro Yamada1-1/+1
2014-07-07buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada1-1/+1
2014-04-18buildman: make output dir configurableDaniel Schwierzeck2-1/+4
2013-11-21buildman: make board selector argument a regexStephen Warren2-5/+21
2013-11-21buildman: fix READMEAndreas Bießmann1-1/+1
2013-10-15buildman: Use env to pick the python from $PATHJagannadha Sutradharudu Teki1-1/+1
2013-10-14Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini1-1/+2
2013-10-14Coding Style cleanup: drop some excessive empty linesWolfgang Denk1-1/+0
2013-10-10buildman: don't fail --list-toolchains when toolchains failStephen Warren1-1/+2
2013-10-01buildman: Allow make flags to be specified for each boardSimon Glass5-5/+115
2013-10-01buildman: Adjust tests for new boards.cfg formatSimon Glass1-5/+5
2013-09-20buildman: fix boards.cfg parsingAndreas Bießmann1-5/+8
2013-09-12Merge and reformat boards.cfg and MAINTAINERSAlbert ARIBAUD1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-136/+8
2013-05-14buildman: Produce a sensible error message when branch is missingSimon Glass1-0/+4
2013-05-09buildman: Allow conflicting tags to avoid spurious errorsSimon Glass1-0/+5
2013-04-04buildman - U-Boot multi-threaded builder and summary toolSimon Glass10-0/+3030