1. 1e642d7 kconfiglib: update to the latest version by Ulf Magnusson · 9 years ago
  2. 05a5092 buildman: Correct '--fetch-arch' command documentation by Bin Meng · 9 years ago
  3. 6793aa8 builderthread.py: Keep 'SPL' by Tom Rini · 10 years ago
  4. 48386dd kconfiglib: sync with the latest in Kconfiglib project by Masahiro Yamada · 10 years ago
  5. e0e31f3 buildman: Add gcc 4.9.0 with Microblaze toolchain by Michal Simek · 10 years ago
  6. f06dd81 buildman: Make -V (verbose_build) really be verbose by Tom Rini · 10 years ago
  7. 4a42de4 buildman: Keep more outputs with the --keep-outputs flag by Tom Rini · 10 years ago
  8. db17fb8 buildman: Allow comparison of build configuration by Simon Glass · 10 years ago
  9. 4b14c53 buildman: Store build config files by Simon Glass · 10 years ago
  10. fd3eea1 buildman: Adjust the 'aborted' heuristic for writing output by Simon Glass · 10 years ago
  11. 413f91a buildman: Show 'make' command line when -V is used by Simon Glass · 10 years ago
  12. cad18b8 ARM: tegra: rename colibri_t20 board/configuration/device-tree by Marcel Ziswiler · 10 years ago
  13. 26f7237 buildman: Add a space before the list of boards by Simon Glass · 10 years ago
  14. f675750 buildman: Correct toolchain download feature by Simon Glass · 10 years ago
  15. d4f22cf buildman: allow multiple toolchains in a single path by Albert ARIBAUD · 10 years ago
  16. 655b610 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  17. 7e803e1 buildman: Add the option to download toolchains from kernel.org by Simon Glass · 10 years ago
  18. c1528c1 buildman: Allow architecture to alias to multiple toolchains by Simon Glass · 10 years ago
  19. 4bea81e buildman: Don't use the local settings when running tests by Simon Glass · 10 years ago
  20. e03e944 buildman: Don't complain about missing sections in ~/.buildman by Simon Glass · 10 years ago
  21. 3cb033e buildman: Add documentation about the .buildman file by Simon Glass · 10 years ago
  22. 9107571 buildman: Add a note about Python pre-requisites by Simon Glass · 10 years ago
  23. d48a46c buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago
  24. 3831455 buildman: Put the toolchain path first instead of last in PATH by Simon Glass · 10 years ago
  25. 28ed006 buildman: Try to avoid hard-coded string parsing by Simon Glass · 10 years ago
  26. 5eeef46 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  27. 30a664d buildman: Don't remove entire output directory when testing by Simon Glass · 10 years ago
  28. e87bde1 buildman: Add an option to flatten output directory trees by Simon Glass · 10 years ago
  29. f204ab1 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  30. b9a9b7c buildman: Don't prune output space for 'current source' build by Simon Glass · 10 years ago
  31. dbc01c7 buildman: Put build in 'current', not 'current/current' by Simon Glass · 10 years ago
  32. 2e1646c buildman: Add tests that check the correct output directory is used by Simon Glass · 10 years ago
  33. 07df0c7 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  34. 5f01c7a buildman: Fix some typos in README by Dirk Behme · 10 years ago
  35. d8158f9 buildman: Don't default to -e when building current source by Simon Glass · 10 years ago
  36. 85620bb buildman: Fix repeating board list with -l by Simon Glass · 10 years ago
  37. baec684 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  38. 4e36531 buildman: Save *.img files too by Tom Rini · 10 years ago
  39. e2fb419 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  40. d1f0056 buildman: Don't default to -e when using -s by Simon Glass · 10 years ago
  41. 68b69b6 buildman: Fix repeating board list with -l by Simon Glass · 10 years ago
  42. 232d850 buildman: Fix the logic for the bloat command by Simon Glass · 10 years ago
  43. 7255643 kconfiglib: change SPDX-License-Identifier to ISC by Masahiro Yamada · 10 years ago
  44. c908bc8 tools: Import Kconfiglib by Masahiro Yamada · 10 years ago
  45. f11c606 buildman: fix typos of --dry-run help message by Masahiro Yamada · 10 years ago
  46. 336d5bd buildman: Create parent directories as necessary by Thierry Reding · 10 years ago
  47. 359b55a6 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  48. 4aeceb9 buildman: Permit branch names with an embedded '/' by Simon Glass · 10 years ago
  49. a8b7b1b buildman: Expand output test to cover directory prefixes by Simon Glass · 10 years ago
  50. 8e95956 buildman: Add additional functional tests by Simon Glass · 10 years ago
  51. a10ebe1 buildman: Provide an internal option to clean the outpur dir by Simon Glass · 10 years ago
  52. 09f1fe5 buildman: Correct counting of build failures on retry by Simon Glass · 10 years ago
  53. cbd3658 buildman: Allow tests to have their own boards by Simon Glass · 10 years ago
  54. 5e0441d buildman: Avoid looking at config file or toolchains in tests by Simon Glass · 10 years ago
  55. c88c895 buildman: Set up bsettings outside the control module by Simon Glass · 10 years ago
  56. ed098bb buildman: Add a functional test by Simon Glass · 10 years ago
  57. ca9b06e buildman: Move full help code into the control module by Simon Glass · 10 years ago
  58. 04bac6b buildman: Move the command line code into its own file by Simon Glass · 10 years ago
  59. 7fb8aa2 buildman: Enhance basic test to check summary output by Simon Glass · 10 years ago
  60. 4433aa9 buildman: Send builder output through a function for testing by Simon Glass · 10 years ago
  61. 03749d4 buildman: Separate out display of warnings and errors by Simon Glass · 10 years ago
  62. 3394c9f buildman: Add an option to show which boards caused which errors by Simon Glass · 10 years ago
  63. e309625 buildman: Remove the directory prefix from each error line by Simon Glass · 10 years ago
  64. 924c73a buildman: Implement an option to exclude boards from the build by Simon Glass · 10 years ago
  65. 53e189d buildman: Allow make-flags variables to include '-' and '_' by Simon Glass · 10 years ago
  66. c2f9107 buildman: Set the return code to indicate build result by Simon Glass · 10 years ago
  67. 739cd99 buildman: run genboardscfg.py all the time by Masahiro Yamada · 10 years ago
  68. 83713b6 buildman: refactor help message by Masahiro Yamada · 10 years ago
  69. e0a0e55 Makefile: remove generated boards.cfg within make distclean by Roger Meier · 10 years ago
  70. 880828d tools, scripts: refactor error-out statements of Python scripts by Masahiro Yamada · 10 years ago
  71. 16a5288 buildman: Allow selection of the number of commits to build by Simon Glass · 10 years ago
  72. aa40f9a buildman: Introduce an 'and' operator for board selection by Simon Glass · 10 years ago
  73. 9a01639 buildman: Add a few more toolchain examples to the README by Simon Glass · 10 years ago
  74. bb4dffb buildman: Add a message indicating there are no errors by Simon Glass · 10 years ago
  75. 4d1a47f buildman: Add an option to specify the buildman config file by Simon Glass · 10 years ago
  76. 8457bb4 buildman: Remove unused non-incremental build method code by Simon Glass · 10 years ago
  77. 78e418e buildman: Add verbose option to display errors as they happen by Simon Glass · 10 years ago
  78. eb48bbc buildman: Refactor output options by Simon Glass · 10 years ago
  79. a590624 buildman: Sort command line options by Simon Glass · 10 years ago
  80. 4a1e88b buildman: Move BuilderThread code to its own file by Simon Glass · 10 years ago
  81. d326ad7 buildman: Allow building of current source tree by Simon Glass · 10 years ago
  82. 3ec03d4 buildman: Add some notes about moving from MAKEALL by Simon Glass · 10 years ago
  83. fa1cfee buildman: Fix a few typos by Simon Glass · 10 years ago
  84. e9bc8d2 buildman: adjust for Kconfig by Masahiro Yamada · 10 years ago
  85. 1fe610d buildman: make sure to invoke GNU Make by Masahiro Yamada · 10 years ago
  86. 38df2e2 buildman: Support in-tree builds by Simon Glass · 10 years ago
  87. f3018b7a buildman: Add -C option to force a reconfigure for each commit by Simon Glass · 10 years ago
  88. 804b63e buildman: Avoid retrying a build if it definitely failed by Simon Glass · 10 years ago
  89. 7041c39 buildman: Add -F flag to retry failed builds by Simon Glass · 10 years ago
  90. fa25e1f buildman: fix toolchain priority_list by Masahiro Yamada · 10 years ago
  91. 73c1267 buildman: fix to display warning message for missing [toolchain] section by Masahiro Yamada · 10 years ago
  92. a42bc30 buildman: make output dir configurable by Daniel Schwierzeck · 11 years ago
  93. 0844763 buildman: make board selector argument a regex by Stephen Warren · 11 years ago
  94. b5c56e3 buildman: fix README by Andreas Bießmann · 11 years ago
  95. 5a8911e buildman: Use env to pick the python from $PATH by Jagannadha Sutradharudu Teki · 11 years ago
  96. 1dc96a5 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  97. de71152 Coding Style cleanup: drop some excessive empty lines by Wolfgang Denk · 11 years ago
  98. 288d767 buildman: don't fail --list-toolchains when toolchains fail by Stephen Warren · 11 years ago
  99. cc246fb buildman: Allow make flags to be specified for each board by Simon Glass · 11 years ago
  100. 584cf86 buildman: Adjust tests for new boards.cfg format by Simon Glass · 11 years ago