1. 711a6fd Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot binary by Ronald G. Minnich · 11 years ago
  2. 1009907 abuild: Select correct cross compiler for ARMV7 architecture by Stefan Reinauer · 12 years ago
  3. 17b24d3 abuild: produce valid junit files by Stefan Reinauer · 12 years ago
  4. 1a5301d abuild: only rebuild boards if requested or after a broken build by Patrick Georgi · 12 years ago
  5. 7a12a32 Fix abuild output in Jenkins by Stefan Reinauer · 12 years ago
  6. c31e3ac abuild: allow building with no payload by Patrick Georgi · 12 years ago
  7. 80d2526 abuild: abort if payload.sh failed by Patrick Georgi · 12 years ago
  8. c95da25 Improve parsing of --cpu parameter in abuild script. by Raymond Danks · 12 years ago
  9. 92ff934 abuild: Disable abuild-level parallelism for now by Patrick Georgi · 12 years ago
  10. 64d9a77 abuild: Move configuration handling together by Patrick Georgi · 12 years ago
  11. 2ea8e86 abuild: Remove abuild.info hack by Patrick Georgi · 13 years ago
  12. 43105d6 abuild: Build boards in parallel if possible by Patrick Georgi · 13 years ago
  13. bea8421 abuild: Add option to use binary files by Patrick Georgi · 12 years ago
  14. 92cfe18 Add getopt implementation to abuild by Patrick Georgi · 12 years ago
  15. 7be482b Drop support for BROKEN marker by Patrick Georgi · 13 years ago
  16. 3fd44c3 abuild: Don't try to use files that don't exist by Patrick Georgi · 13 years ago
  17. 3db85f3 abuild: Write XML/JUnit files per board by Patrick Georgi · 13 years ago
  18. f49f7c8 abuild: Refactor parallelization support by Patrick Georgi · 13 years ago
  19. 8e26465 abuild: Avoid race condition when running abuild parallely by Patrick Georgi · 13 years ago
  20. 140a990 Teach abuild to emit JUnit formatted build reports by Patrick Georgi · 13 years ago
  21. f9d19f2 Report build result from abuild (did all requested boards build?) by Patrick Georgi · 13 years ago
  22. 478b77d Fix using custom build configs in abuild by Mathias Krause · 14 years ago
  23. f1939bb Per default, use SeaBIOS payload instead of no payload. by Stefan Reinauer · 14 years ago
  24. bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 14 years ago
  25. e7a30ee Don't skip already built targets anymore, because a recent change could have by Stefan Reinauer · 14 years ago
  26. 89ec376 Allow user to define location for Kconfig config via by Patrick Georgi · 14 years ago
  27. 0cda959 USBDEBUG by default in abuild was committed by mistake and by Patrick Georgi · 14 years ago
  28. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  29. 0e8f204 The commandline parsing for abuild doing a couple of buggy things: by Warren Turkal · 14 years ago
  30. 7f072fe Fix abuild to build all boards. Revision 5754 changed the way vendors and by Myles Watson · 14 years ago
  31. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  32. 1cd76e7 - Make abuild -sb work again by Patrick Georgi · 14 years ago
  33. a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 14 years ago
  34. 7e8c9aa Replace sconfig with a C implementation. by Patrick Georgi · 14 years ago
  35. 0ed0b7c abuild: by Stefan Reinauer · 14 years ago
  36. abdf848 abuild: by Stefan Reinauer · 14 years ago
  37. 002c9ff abuild: fail with dignity if mainboard does not exist. by Stefan Reinauer · 14 years ago
  38. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  39. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  40. 0ab9d12 Make build verbose when requested by abuild by Patrick Georgi · 14 years ago
  41. 09a0eb4 It's really obj=, not O= (see toplevel Makefile) by Patrick Georgi · 14 years ago
  42. 86dbe15 One feature I've been really missing since we switched to by Stefan Reinauer · 14 years ago
  43. 715d6e0 abuild should be using O=, not obj= by Stefan Reinauer · 14 years ago
  44. 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
  45. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  46. 68882a3 Remove two perl calls with sed, and adds an alternative by Patrick Georgi · 15 years ago
  47. 94f5f70 python is no longer used in abuild. by Stefan Reinauer · 15 years ago
  48. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  49. b8a89da These lines slipped in. Sorry for the inconvenience. by Stefan Reinauer · 15 years ago
  50. 68003b8 add Kbuild support to abuild and enable it per default; by Stefan Reinauer · 15 years ago
  51. 6768f39 Remove: by Patrick Georgi · 15 years ago
  52. 0e0655e .. make abuild Kconfig proof for the time being. by Stefan Reinauer · 15 years ago
  53. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  54. 0d4a08e let abuild autodetect the coreboot path a bit better. So in the top level of by Stefan Reinauer · 15 years ago
  55. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  56. 36f230e whoops. missed those two.. by Stefan Reinauer · 15 years ago
  57. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  58. 240ef7c Change the CBFS build process to use coreboot.rom by Patrick Georgi · 15 years ago
  59. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  60. 4760533 Instead of just by Stefan Reinauer · 15 years ago
  61. 18d7320 Remove the requirement for payload.sh files to be executable. This by Patrick Georgi · 15 years ago
  62. 2d3e712 Add an "-l <num>" argument to abuild that sets the LOGLEVEL variables by Patrick Georgi · 15 years ago
  63. 4e00640 Add -r|--remove option to force abuild to remove the output directory by Uwe Hermann · 15 years ago
  64. 1da9a79 move architecture override before cross compiler detection, or the Sandpoint by Stefan Reinauer · 15 years ago
  65. 8e304e6 fix cross compilation in abuild for certain scenarios by Stefan Reinauer · 15 years ago
  66. 8f556be abuild: Don't forget CROSS_COMPILE anymore. by Stefan Reinauer · 15 years ago
  67. 2f110a8 trivial patch for abuild: allow powerpc-elf-gcc, too. by Stefan Reinauer · 15 years ago
  68. 84a1f4e this commit should fix Ticket #122 (proper log files for all builds) by Stefan Reinauer · 15 years ago
  69. d229677 20090310-3-scanbuild: by Patrick Georgi · 15 years ago
  70. cc44b06 abuild: by Stefan Reinauer · 15 years ago
  71. dc65196 Add an abuild command line option for -fno-stack-protect for toolchains that might require it. by Marc Jones · 16 years ago
  72. 39d4e5f abuild: fix gnu getopt detection (trivial) by Stefan Reinauer · 16 years ago
  73. d9ce08d not sure why this ever worked. Add --xml / -x to the supported options (trivial) by Stefan Reinauer · 16 years ago
  74. 02a4e7f sync latest version of abuild (0.6) (trivial patch) by Stefan Reinauer · 16 years ago
  75. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  76. dabbf57 Revert the image size increasing for abuild. It breaks more boards than by Uwe Hermann · 17 years ago
  77. f83c182 Increase image size for abuild. This should fix the build of these boards: by Uwe Hermann · 17 years ago
  78. 6f278ad Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild. by Uwe Hermann · 17 years ago
  79. 24cc7bf increase image size for abuild (trivial) by Stefan Reinauer · 17 years ago
  80. 8bb1dc5 ouch. always abuild with payloads! trivial fix. by Stefan Reinauer · 18 years ago
  81. ca63120 * fix the automatic build system by compressing payloads if possible by Stefan Reinauer · 18 years ago
  82. 918a7cf Fix bug in 'sed' invocation in abuild, which causes build errors in by Uwe Hermann · 18 years ago
  83. 700b38a small tracker test (trivial change). closes #3 by Stefan Reinauer · 18 years ago
  84. 0caddbd Small tracker test (trivial change). closes #3 by Stefan Reinauer · 18 years ago
  85. 7336815 enhance web page (trivial) by Stefan Reinauer · 18 years ago
  86. 3a14057 support submitting tests to the test system in abuild. initial support. by Stefan Reinauer · 18 years ago
  87. 2e3757d rename abuild.sh to abuild. by Stefan Reinauer · 18 years ago
  88. 0bece04 abuild manpage and other fixes from Uwe Hermann. Thank you! by Stefan Reinauer · 18 years ago
  89. 50f84bd run preprocessor on hand-crafted config files in abuild, too by Stefan Reinauer · 18 years ago
  90. 7fe2b7c add option to build autobuild images with real payloads instead of /dev/null. by Stefan Reinauer · 18 years ago
  91. 0a683fa create valid xmlfiles that pass xmllint by Stefan Reinauer · 18 years ago
  92. 192b7bc add full xml logging to abuild to work on the complete information by Stefan Reinauer · 18 years ago
  93. e38a193 oops. no false positives please. by Stefan Reinauer · 19 years ago
  94. d8913a4 add compilation time to abuild.sh by Stefan Reinauer · 19 years ago
  95. 20c6f63 abuild changes to allow ignoring dummy directories and injecting architectures. by Stefan Reinauer · 19 years ago
  96. 57efb8e fix up abuild.sh to new requirements. This might leave some builds broken. by Stefan Reinauer · 19 years ago
  97. b7627bca6 fix ron's issues with abuild.sh (don't hit me for not doing an issue tracker entry) by Stefan Reinauer · 19 years ago
  98. ebc6928 fix so it can use a pre-built test config. by Ronald G. Minnich · 19 years ago
  99. ddab65f set to executable by Stefan Reinauer · 19 years ago
  100. 984bab5 - Fixed fat-finger typo enable - enabled by Jason Schildt · 19 years ago