summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeLines
* tools/genboardscfg.py: change shebang into /usr/bin/env python2Masahiro Yamada2014-08-28-1/+3
* tools/genboardscfg.py: improve performanceMasahiro Yamada2014-08-28-6/+33
* tools/genboardscfg.py: check if the boards.cfg is up to dateMasahiro Yamada2014-08-28-2/+56
* tools/genboardscfg.py: fix minor problems on terminationMasahiro Yamada2014-08-28-66/+90
* tools/genboardscfg.py: wait for unfinished subprocesses before error-outMasahiro Yamada2014-08-28-0/+3
* tools/genboardscfg.py: be tolerant of insane KconfigMasahiro Yamada2014-08-28-2/+9
* tools/genboardscfg.py: be tolerant of missing MAINTAINERSMasahiro Yamada2014-08-28-1/+11
* tools/genboardscfg.py: ignore defconfigs starting with a dotMasahiro Yamada2014-08-28-0/+2
* buildman: run genboardscfg.py all the timeMasahiro Yamada2014-08-28-6/+4
* tools/genboardscfg.py: fix a bug of MAINTAINERS handlingMasahiro Yamada2014-08-28-1/+1
* patman: Support the 'reverse' option for 'git log'Simon Glass2014-08-28-0/+2
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2014-08-25-3/+6
|\
| * mkimage: fix compilation issues on OpenBSDLuka Perkov2014-08-14-0/+2
| * tools, fit_info: increase buffer for command nameHeiko Schocher2014-08-14-2/+3
| * tools: fix typo in tools/image-host.cHeiko Schocher2014-08-14-1/+1
* | buildman: refactor help messageMasahiro Yamada2014-08-22-1/+1
* | patman: refactor help messageMasahiro Yamada2014-08-22-1/+1
* | Makefile: remove generated boards.cfg within make distcleanRoger Meier2014-08-22-4/+4
* | tools/genboardscfg.py: no exception if columns undetectableRoger Meier2014-08-21-3/+1
* | tools/genboardscfg.py: Do not output SPLCPU fieldMasahiro Yamada2014-08-21-4/+2
* | tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada2014-08-21-26/+13
|/
* patman: Only use git's --no-decorate when availableSimon Glass2014-08-13-1/+8
* patman: Move the 'git log' command into a functionSimon Glass2014-08-13-13/+31
* buildman: Allow selection of the number of commits to buildSimon Glass2014-08-13-12/+19
* buildman: Introduce an 'and' operator for board selectionSimon Glass2014-08-13-17/+184
* buildman: Add a few more toolchain examples to the READMESimon Glass2014-08-13-0/+2
* buildman: Add a message indicating there are no errorsSimon Glass2014-08-13-0/+7
* buildman: Add an option to specify the buildman config fileSimon Glass2014-08-13-1/+3
* buildman: Remove unused non-incremental build method codeSimon Glass2014-08-13-35/+0
* buildman: Add verbose option to display errors as they happenSimon Glass2014-08-13-15/+56
* buildman: Refactor output optionsSimon Glass2014-08-13-26/+34
* buildman: Sort command line optionsSimon Glass2014-08-13-6/+6
* buildman: Move BuilderThread code to its own fileSimon Glass2014-08-13-431/+442
* buildman: Allow building of current source treeSimon Glass2014-08-13-54/+108
* buildman: Add some notes about moving from MAKEALLSimon Glass2014-08-13-0/+92
* buildman: Fix a few typosSimon Glass2014-08-13-6/+6
* buildman: adjust for KconfigMasahiro Yamada2014-07-30-4/+14
* tools: add genboardscfg.pyMasahiro Yamada2014-07-30-0/+504
* kconfig: switch to KconfigMasahiro Yamada2014-07-30-2/+2
* buildman: make sure to invoke GNU MakeMasahiro Yamada2014-07-29-3/+12
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-07-29-6/+4
|\
| * Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-28-6/+4
| |\
| | * sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple ...Hans de Goede2014-07-06-6/+4
* | | patman: make "No recipient" checking more tolerantMasahiro Yamada2014-07-28-3/+8
* | | buildman: Support in-tree buildsSimon Glass2014-07-28-2/+16
* | | buildman: Add -C option to force a reconfigure for each commitSimon Glass2014-07-28-1/+13
|/ /
* | buildman: Avoid retrying a build if it definitely failedSimon Glass2014-07-23-1/+3
* | buildman: Add -F flag to retry failed buildsSimon Glass2014-07-23-5/+22
* | buildman: fix toolchain priority_listMasahiro Yamada2014-07-07-1/+1
* | buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada2014-07-07-1/+1