| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | buildman: Move the command line code into its own file | Simon Glass | 2014-09-09 | 2 | -71/+87 |
* | | patman: RunPipe() should not pipe stdout/stderr unless asked | Simon Glass | 2014-09-09 | 2 | -3/+7 |
* | | buildman: Enhance basic test to check summary output | Simon Glass | 2014-09-09 | 1 | -5/+96 |
* | | buildman: Send builder output through a function for testing | Simon Glass | 2014-09-09 | 1 | -28/+30 |
* | | patman: Add a way of recording terminal output for testing | Simon Glass | 2014-09-09 | 1 | -0/+72 |
* | | patman: Fix detection of git version | Simon Glass | 2014-09-05 | 1 | -0/+2 |
* | | buildman: Separate out display of warnings and errors | Simon Glass | 2014-09-05 | 2 | -23/+91 |
* | | buildman: Add an option to show which boards caused which errors | Simon Glass | 2014-09-05 | 4 | -13/+50 |
* | | buildman: Remove the directory prefix from each error line | Simon Glass | 2014-09-05 | 1 | -1/+3 |
* | | buildman: Implement an option to exclude boards from the build | Simon Glass | 2014-09-05 | 4 | -8/+41 |
* | | buildman: Allow make-flags variables to include '-' and '_' | Simon Glass | 2014-09-05 | 2 | -2/+4 |
* | | buildman: Set the return code to indicate build result | Simon Glass | 2014-09-05 | 4 | -3/+20 |
* | | patman: Avoid changing the order of tags | Simon Glass | 2014-09-05 | 1 | -13/+1 |
* | | patman: Use --no-pager' to stop git from forking a pager | Simon Glass | 2014-09-05 | 1 | -1/+1 |
* | | patman: Remove the -a option | Simon Glass | 2014-09-05 | 2 | -95/+0 |
* | | patman: Correct unit tests to run correctly | Simon Glass | 2014-09-05 | 4 | -14/+22 |
* | | patman: Fix indentation in terminal.py | Simon Glass | 2014-09-05 | 1 | -53/+55 |
|/ |
|
* | tools/genboardscfg.py: change shebang into /usr/bin/env python2 | Masahiro Yamada | 2014-08-28 | 1 | -1/+3 |
* | tools/genboardscfg.py: improve performance | Masahiro Yamada | 2014-08-28 | 1 | -6/+33 |
* | tools/genboardscfg.py: check if the boards.cfg is up to date | Masahiro Yamada | 2014-08-28 | 1 | -2/+56 |
* | tools/genboardscfg.py: fix minor problems on termination | Masahiro Yamada | 2014-08-28 | 1 | -66/+90 |
* | tools/genboardscfg.py: wait for unfinished subprocesses before error-out | Masahiro Yamada | 2014-08-28 | 1 | -0/+3 |
* | tools/genboardscfg.py: be tolerant of insane Kconfig | Masahiro Yamada | 2014-08-28 | 1 | -2/+9 |
* | tools/genboardscfg.py: be tolerant of missing MAINTAINERS | Masahiro Yamada | 2014-08-28 | 1 | -1/+11 |
* | tools/genboardscfg.py: ignore defconfigs starting with a dot | Masahiro Yamada | 2014-08-28 | 1 | -0/+2 |
* | buildman: run genboardscfg.py all the time | Masahiro Yamada | 2014-08-28 | 1 | -6/+4 |
* | tools/genboardscfg.py: fix a bug of MAINTAINERS handling | Masahiro Yamada | 2014-08-28 | 1 | -1/+1 |
* | patman: Support the 'reverse' option for 'git log' | Simon Glass | 2014-08-28 | 1 | -0/+2 |
* | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging | Tom Rini | 2014-08-25 | 3 | -3/+6 |
|\ |
|
| * | mkimage: fix compilation issues on OpenBSD | Luka Perkov | 2014-08-14 | 1 | -0/+2 |
| * | tools, fit_info: increase buffer for command name | Heiko Schocher | 2014-08-14 | 1 | -2/+3 |
| * | tools: fix typo in tools/image-host.c | Heiko Schocher | 2014-08-14 | 1 | -1/+1 |
* | | buildman: refactor help message | Masahiro Yamada | 2014-08-22 | 1 | -1/+1 |
* | | patman: refactor help message | Masahiro Yamada | 2014-08-22 | 1 | -1/+1 |
* | | Makefile: remove generated boards.cfg within make distclean | Roger Meier | 2014-08-22 | 2 | -4/+4 |
* | | tools/genboardscfg.py: no exception if columns undetectable | Roger Meier | 2014-08-21 | 1 | -3/+1 |
* | | tools/genboardscfg.py: Do not output SPLCPU field | Masahiro Yamada | 2014-08-21 | 1 | -4/+2 |
* | | tools, scripts: refactor error-out statements of Python scripts | Masahiro Yamada | 2014-08-21 | 4 | -26/+13 |
|/ |
|
* | patman: Only use git's --no-decorate when available | Simon Glass | 2014-08-13 | 1 | -1/+8 |
* | patman: Move the 'git log' command into a function | Simon Glass | 2014-08-13 | 2 | -13/+31 |
* | buildman: Allow selection of the number of commits to build | Simon Glass | 2014-08-13 | 1 | -12/+19 |
* | buildman: Introduce an 'and' operator for board selection | Simon Glass | 2014-08-13 | 3 | -17/+184 |
* | buildman: Add a few more toolchain examples to the README | Simon Glass | 2014-08-13 | 1 | -0/+2 |
* | buildman: Add a message indicating there are no errors | Simon Glass | 2014-08-13 | 1 | -0/+7 |
* | buildman: Add an option to specify the buildman config file | Simon Glass | 2014-08-13 | 2 | -1/+3 |
* | buildman: Remove unused non-incremental build method code | Simon Glass | 2014-08-13 | 2 | -35/+0 |
* | buildman: Add verbose option to display errors as they happen | Simon Glass | 2014-08-13 | 5 | -15/+56 |
* | buildman: Refactor output options | Simon Glass | 2014-08-13 | 3 | -26/+34 |
* | buildman: Sort command line options | Simon Glass | 2014-08-13 | 1 | -6/+6 |
* | buildman: Move BuilderThread code to its own file | Simon Glass | 2014-08-13 | 2 | -431/+442 |