1. 7798e22 buildman: Fix the logic for the bloat command by Simon Glass · 10 years ago
  2. 9170818 kconfiglib: change SPDX-License-Identifier to ISC by Masahiro Yamada · 10 years ago
  3. f219e01 tools: Import Kconfiglib by Masahiro Yamada · 10 years ago
  4. d0ea61d buildman: fix typos of --dry-run help message by Masahiro Yamada · 10 years ago
  5. f3d015c buildman: Create parent directories as necessary by Thierry Reding · 10 years ago
  6. 950a231 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  7. f7582ce buildman: Permit branch names with an embedded '/' by Simon Glass · 10 years ago
  8. 930c8d4 buildman: Expand output test to cover directory prefixes by Simon Glass · 10 years ago
  9. dfb7e93 buildman: Add additional functional tests by Simon Glass · 10 years ago
  10. 883a321 buildman: Provide an internal option to clean the outpur dir by Simon Glass · 10 years ago
  11. fb3954f buildman: Correct counting of build failures on retry by Simon Glass · 10 years ago
  12. 823e60b buildman: Allow tests to have their own boards by Simon Glass · 10 years ago
  13. 8b985ee buildman: Avoid looking at config file or toolchains in tests by Simon Glass · 10 years ago
  14. fd03d63 buildman: Set up bsettings outside the control module by Simon Glass · 10 years ago
  15. d4144e4 buildman: Add a functional test by Simon Glass · 10 years ago
  16. 48ba585 buildman: Move full help code into the control module by Simon Glass · 10 years ago
  17. d3d5c12 buildman: Move the command line code into its own file by Simon Glass · 10 years ago
  18. 6208fce buildman: Enhance basic test to check summary output by Simon Glass · 10 years ago
  19. 4653a88 buildman: Send builder output through a function for testing by Simon Glass · 10 years ago
  20. e30965d buildman: Separate out display of warnings and errors by Simon Glass · 10 years ago
  21. ed96665 buildman: Add an option to show which boards caused which errors by Simon Glass · 10 years ago
  22. 48c1b6a buildman: Remove the directory prefix from each error line by Simon Glass · 10 years ago
  23. 3cf4ae6 buildman: Implement an option to exclude boards from the build by Simon Glass · 10 years ago
  24. f60c9d4 buildman: Allow make-flags variables to include '-' and '_' by Simon Glass · 10 years ago
  25. 2c3deb9 buildman: Set the return code to indicate build result by Simon Glass · 10 years ago
  26. 390f703 buildman: run genboardscfg.py all the time by Masahiro Yamada · 10 years ago
  27. 7f6b831 buildman: refactor help message by Masahiro Yamada · 10 years ago
  28. fd18a89 Makefile: remove generated boards.cfg within make distclean by Roger Meier · 10 years ago
  29. 31e2141 tools, scripts: refactor error-out statements of Python scripts by Masahiro Yamada · 10 years ago
  30. 3b74ba5 buildman: Allow selection of the number of commits to build by Simon Glass · 10 years ago
  31. 6131bea buildman: Introduce an 'and' operator for board selection by Simon Glass · 10 years ago
  32. e956947 buildman: Add a few more toolchain examples to the README by Simon Glass · 10 years ago
  33. 28370c1 buildman: Add a message indicating there are no errors by Simon Glass · 10 years ago
  34. 0f7c9dd buildman: Add an option to specify the buildman config file by Simon Glass · 10 years ago
  35. d3269ed buildman: Remove unused non-incremental build method code by Simon Glass · 10 years ago
  36. e5a0e5d buildman: Add verbose option to display errors as they happen by Simon Glass · 10 years ago
  37. b2ea7ab buildman: Refactor output options by Simon Glass · 10 years ago
  38. c1de501 buildman: Sort command line options by Simon Glass · 10 years ago
  39. 190064b buildman: Move BuilderThread code to its own file by Simon Glass · 10 years ago
  40. fea5858 buildman: Allow building of current source tree by Simon Glass · 10 years ago
  41. 6eede34 buildman: Add some notes about moving from MAKEALL by Simon Glass · 10 years ago
  42. cec83c3 buildman: Fix a few typos by Simon Glass · 10 years ago
  43. 73f30b9 buildman: adjust for Kconfig by Masahiro Yamada · 10 years ago
  44. 9979692 buildman: make sure to invoke GNU Make by Masahiro Yamada · 10 years ago
  45. 189a496 buildman: Support in-tree builds by Simon Glass · 10 years ago
  46. 97e9152 buildman: Add -C option to force a reconfigure for each commit by Simon Glass · 10 years ago
  47. 21fe8ec buildman: Avoid retrying a build if it definitely failed by Simon Glass · 10 years ago
  48. 4266dc2 buildman: Add -F flag to retry failed builds by Simon Glass · 10 years ago
  49. 8708267 buildman: fix toolchain priority_list by Masahiro Yamada · 10 years ago
  50. 1826a18 buildman: fix to display warning message for missing [toolchain] section by Masahiro Yamada · 10 years ago
  51. e0ba929 buildman: make output dir configurable by Daniel Schwierzeck · 10 years ago
  52. 8426d8b buildman: make board selector argument a regex by Stephen Warren · 11 years ago
  53. 61242ac buildman: fix README by Andreas Bießmann · 11 years ago
  54. a707b3d buildman: Use env to pick the python from $PATH by Jagannadha Sutradharudu Teki · 11 years ago
  55. 9cc1804 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  56. 16641d5 Coding Style cleanup: drop some excessive empty lines by Wolfgang Denk · 11 years ago
  57. 8bb2bdd buildman: don't fail --list-toolchains when toolchains fail by Stephen Warren · 11 years ago
  58. 4281ad8 buildman: Allow make flags to be specified for each board by Simon Glass · 11 years ago
  59. e19d578 buildman: Adjust tests for new boards.cfg format by Simon Glass · 11 years ago
  60. 03c1bb2 buildman: fix boards.cfg parsing by Andreas Bießmann · 11 years ago
  61. 27af930 Merge and reformat boards.cfg and MAINTAINERS by Albert ARIBAUD · 11 years ago
  62. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  63. cce717a buildman: Produce a sensible error message when branch is missing by Simon Glass · 11 years ago
  64. f0b739f buildman: Allow conflicting tags to avoid spurious errors by Simon Glass · 11 years ago
  65. fc3fe1c buildman - U-Boot multi-threaded builder and summary tool by Simon Glass · 12 years ago