aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-09-09buildman: Avoid looking at config file or toolchains in testsSimon Glass2-5/+29
2014-09-09buildman: Set up bsettings outside the control moduleSimon Glass2-1/+2
2014-09-09buildman: Add a functional testSimon Glass4-18/+206
2014-09-09patman: Provide a way to intercept commands for testingSimon Glass1-0/+20
2014-09-09buildman: Move full help code into the control moduleSimon Glass2-6/+8
2014-09-09buildman: Move the command line code into its own fileSimon Glass2-71/+87
2014-09-09patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass2-3/+7
2014-09-09buildman: Enhance basic test to check summary outputSimon Glass1-5/+96
2014-09-09buildman: Send builder output through a function for testingSimon Glass1-28/+30
2014-09-09patman: Add a way of recording terminal output for testingSimon Glass1-0/+72
2014-09-05patman: Fix detection of git versionSimon Glass1-0/+2
2014-09-05buildman: Separate out display of warnings and errorsSimon Glass2-23/+91
2014-09-05buildman: Add an option to show which boards caused which errorsSimon Glass4-13/+50
2014-09-05buildman: Remove the directory prefix from each error lineSimon Glass1-1/+3
2014-09-05buildman: Implement an option to exclude boards from the buildSimon Glass4-8/+41
2014-09-05buildman: Allow make-flags variables to include '-' and '_'Simon Glass2-2/+4
2014-09-05buildman: Set the return code to indicate build resultSimon Glass4-3/+20
2014-09-05patman: Avoid changing the order of tagsSimon Glass1-13/+1
2014-09-05patman: Use --no-pager' to stop git from forking a pagerSimon Glass1-1/+1
2014-09-05patman: Remove the -a optionSimon Glass2-95/+0
2014-09-05patman: Correct unit tests to run correctlySimon Glass4-14/+22
2014-09-05patman: Fix indentation in terminal.pySimon Glass1-53/+55
2014-08-28tools/genboardscfg.py: change shebang into /usr/bin/env python2Masahiro Yamada1-1/+3
2014-08-28tools/genboardscfg.py: improve performanceMasahiro Yamada1-6/+33
2014-08-28tools/genboardscfg.py: check if the boards.cfg is up to dateMasahiro Yamada1-2/+56
2014-08-28tools/genboardscfg.py: fix minor problems on terminationMasahiro Yamada1-66/+90
2014-08-28tools/genboardscfg.py: wait for unfinished subprocesses before error-outMasahiro Yamada1-0/+3
2014-08-28tools/genboardscfg.py: be tolerant of insane KconfigMasahiro Yamada1-2/+9
2014-08-28tools/genboardscfg.py: be tolerant of missing MAINTAINERSMasahiro Yamada1-1/+11
2014-08-28tools/genboardscfg.py: ignore defconfigs starting with a dotMasahiro Yamada1-0/+2
2014-08-28buildman: run genboardscfg.py all the timeMasahiro Yamada1-6/+4
2014-08-28tools/genboardscfg.py: fix a bug of MAINTAINERS handlingMasahiro Yamada1-1/+1
2014-08-28patman: Support the 'reverse' option for 'git log'Simon Glass1-0/+2
2014-08-25Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini3-3/+6
2014-08-22buildman: refactor help messageMasahiro Yamada1-1/+1
2014-08-22patman: refactor help messageMasahiro Yamada1-1/+1
2014-08-22Makefile: remove generated boards.cfg within make distcleanRoger Meier2-4/+4
2014-08-21tools/genboardscfg.py: no exception if columns undetectableRoger Meier1-3/+1
2014-08-21tools/genboardscfg.py: Do not output SPLCPU fieldMasahiro Yamada1-4/+2
2014-08-21tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada4-26/+13
2014-08-14mkimage: fix compilation issues on OpenBSDLuka Perkov1-0/+2
2014-08-14tools, fit_info: increase buffer for command nameHeiko Schocher1-2/+3
2014-08-14tools: fix typo in tools/image-host.cHeiko Schocher1-1/+1
2014-08-13patman: Only use git's --no-decorate when availableSimon Glass1-1/+8
2014-08-13patman: Move the 'git log' command into a functionSimon Glass2-13/+31
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