Age | Commit message (Expand) | Author |
2014-09-05 | buildman: Implement an option to exclude boards from the build | Simon Glass |
2014-09-05 | buildman: Allow make-flags variables to include '-' and '_' | Simon Glass |
2014-09-05 | buildman: Set the return code to indicate build result | Simon Glass |
2014-08-28 | buildman: run genboardscfg.py all the time | Masahiro Yamada |
2014-08-22 | buildman: refactor help message | Masahiro Yamada |
2014-08-22 | Makefile: remove generated boards.cfg within make distclean | Roger Meier |
2014-08-21 | tools, scripts: refactor error-out statements of Python scripts | Masahiro Yamada |
2014-08-13 | buildman: Allow selection of the number of commits to build | Simon Glass |
2014-08-13 | buildman: Introduce an 'and' operator for board selection | Simon Glass |
2014-08-13 | buildman: Add a few more toolchain examples to the README | Simon Glass |
2014-08-13 | buildman: Add a message indicating there are no errors | Simon Glass |
2014-08-13 | buildman: Add an option to specify the buildman config file | Simon Glass |
2014-08-13 | buildman: Remove unused non-incremental build method code | Simon Glass |
2014-08-13 | buildman: Add verbose option to display errors as they happen | Simon Glass |
2014-08-13 | buildman: Refactor output options | Simon Glass |
2014-08-13 | buildman: Sort command line options | Simon Glass |
2014-08-13 | buildman: Move BuilderThread code to its own file | Simon Glass |
2014-08-13 | buildman: Allow building of current source tree | Simon Glass |
2014-08-13 | buildman: Add some notes about moving from MAKEALL | Simon Glass |
2014-08-13 | buildman: Fix a few typos | Simon Glass |
2014-07-30 | buildman: adjust for Kconfig | Masahiro Yamada |
2014-07-29 | buildman: make sure to invoke GNU Make | Masahiro Yamada |
2014-07-28 | buildman: Support in-tree builds | Simon Glass |
2014-07-28 | buildman: Add -C option to force a reconfigure for each commit | Simon Glass |
2014-07-23 | buildman: Avoid retrying a build if it definitely failed | Simon Glass |
2014-07-23 | buildman: Add -F flag to retry failed builds | Simon Glass |
2014-07-07 | buildman: fix toolchain priority_list | Masahiro Yamada |
2014-07-07 | buildman: fix to display warning message for missing [toolchain] section | Masahiro Yamada |
2014-04-18 | buildman: make output dir configurable | Daniel Schwierzeck |
2013-11-21 | buildman: make board selector argument a regex | Stephen Warren |
2013-11-21 | buildman: fix README | Andreas Bießmann |
2013-10-15 | buildman: Use env to pick the python from $PATH | Jagannadha Sutradharudu Teki |
2013-10-14 | Merge branch 'buildman' of git://git.denx.de/u-boot-x86 | Tom Rini |
2013-10-14 | Coding Style cleanup: drop some excessive empty lines | Wolfgang Denk |
2013-10-10 | buildman: don't fail --list-toolchains when toolchains fail | Stephen Warren |
2013-10-01 | buildman: Allow make flags to be specified for each board | Simon Glass |
2013-10-01 | buildman: Adjust tests for new boards.cfg format | Simon Glass |
2013-09-20 | buildman: fix boards.cfg parsing | Andreas Bießmann |
2013-09-12 | Merge and reformat boards.cfg and MAINTAINERS | Albert ARIBAUD |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-05-14 | buildman: Produce a sensible error message when branch is missing | Simon Glass |
2013-05-09 | buildman: Allow conflicting tags to avoid spurious errors | Simon Glass |
2013-04-04 | buildman - U-Boot multi-threaded builder and summary tool | Simon Glass |