summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-09-09buildman: Ignore conflicting tagsSimon Glass
2014-09-09buildman: Permit branch names with an embedded '/'Simon Glass
2014-09-09buildman: Expand output test to cover directory prefixesSimon Glass
2014-09-09buildman: Add additional functional testsSimon Glass
2014-09-09patman: Start with a clean series when neededSimon Glass
2014-09-09buildman: Provide an internal option to clean the outpur dirSimon Glass
2014-09-09buildman: Correct counting of build failures on retrySimon Glass
2014-09-09buildman: Allow tests to have their own boardsSimon Glass
2014-09-09buildman: Avoid looking at config file or toolchains in testsSimon Glass
2014-09-09buildman: Set up bsettings outside the control moduleSimon Glass
2014-09-09buildman: Add a functional testSimon Glass
2014-09-09patman: Provide a way to intercept commands for testingSimon Glass
2014-09-09buildman: Move full help code into the control moduleSimon Glass
2014-09-09buildman: Move the command line code into its own fileSimon Glass
2014-09-09patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass
2014-09-09buildman: Enhance basic test to check summary outputSimon Glass
2014-09-09buildman: Send builder output through a function for testingSimon Glass
2014-09-09patman: Add a way of recording terminal output for testingSimon Glass
2014-09-09imximage: Fix imximage IVT bug for EIM-NOR bootYe.Li
2014-09-09tools: imximage: Fix the maximum DCD size for mx53/mx6Fabio Estevam
2014-09-05patman: Fix detection of git versionSimon Glass
2014-09-05buildman: Separate out display of warnings and errorsSimon Glass
2014-09-05buildman: Add an option to show which boards caused which errorsSimon Glass
2014-09-05buildman: Remove the directory prefix from each error lineSimon Glass
2014-09-05buildman: Implement an option to exclude boards from the buildSimon Glass
2014-09-05buildman: Allow make-flags variables to include '-' and '_'Simon Glass
2014-09-05buildman: Set the return code to indicate build resultSimon Glass
2014-09-05patman: Avoid changing the order of tagsSimon Glass
2014-09-05patman: Use --no-pager' to stop git from forking a pagerSimon Glass
2014-09-05patman: Remove the -a optionSimon Glass
2014-09-05patman: Correct unit tests to run correctlySimon Glass
2014-09-05patman: Fix indentation in terminal.pySimon Glass
2014-08-28tools/genboardscfg.py: change shebang into /usr/bin/env python2Masahiro Yamada
2014-08-28tools/genboardscfg.py: improve performanceMasahiro Yamada
2014-08-28tools/genboardscfg.py: check if the boards.cfg is up to dateMasahiro Yamada
2014-08-28tools/genboardscfg.py: fix minor problems on terminationMasahiro Yamada
2014-08-28tools/genboardscfg.py: wait for unfinished subprocesses before error-outMasahiro Yamada
2014-08-28tools/genboardscfg.py: be tolerant of insane KconfigMasahiro Yamada
2014-08-28tools/genboardscfg.py: be tolerant of missing MAINTAINERSMasahiro Yamada
2014-08-28tools/genboardscfg.py: ignore defconfigs starting with a dotMasahiro Yamada
2014-08-28buildman: run genboardscfg.py all the timeMasahiro Yamada
2014-08-28tools/genboardscfg.py: fix a bug of MAINTAINERS handlingMasahiro Yamada
2014-08-28patman: Support the 'reverse' option for 'git log'Simon Glass
2014-08-25Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2014-08-22buildman: refactor help messageMasahiro Yamada
2014-08-22patman: refactor help messageMasahiro Yamada
2014-08-22Makefile: remove generated boards.cfg within make distcleanRoger Meier
2014-08-21tools/genboardscfg.py: no exception if columns undetectableRoger Meier
2014-08-21tools/genboardscfg.py: Do not output SPLCPU fieldMasahiro Yamada
2014-08-21tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada