1. a8111cf nvramtool: Unify nvramtool and build_opt_tbl by Vikram Narayanan · 12 years ago
  2. c3fc4b9 nvramtool: Allow spaces in enumeration names by Patrick Georgi · 12 years ago
  3. 210fa30 lint: tighten whitespace check some more by Patrick Georgi · 12 years ago
  4. 6113c1c kconfig: Fix 'make gconfig'. by Uwe Hermann · 12 years ago
  5. 941158f cbfstool: pretty print cmos layout files by Mathias Krause · 12 years ago
  6. f42c377 hexdump: fix compiler warning by Vikram Narayanan · 12 years ago
  7. 4dd3853 Ignore .exe files in whitespace test by Patrick Georgi · 12 years ago
  8. 92cfe18 Add getopt implementation to abuild by Patrick Georgi · 12 years ago
  9. 4a2daf6 nvramtool: 64bit safe CBFS handling by Patrick Georgi · 12 years ago
  10. 499fc92 Add nvramtool to coreboot build system by Patrick Georgi · 12 years ago
  11. c302d20 Force coreboot mconf to create temp files in the output directory by Vadim Bendebury · 13 years ago
  12. e1bb49e Add a "remove" command to cbfstool by Gabe Black · 13 years ago
  13. 087b24d Update xcompile to search for x86_64 toolchain. by Marc Jones · 12 years ago
  14. cbb648c Enable -Werror for romcc by Stefan Reinauer · 12 years ago
  15. a7b296d Fix warnings in coreboot utilities. by Stefan Reinauer · 13 years ago
  16. bb1177e Allow components smaller than declared size. by Vadim Bendebury · 13 years ago
  17. 5d3438d Revamp cbmem.py to use the coreboot tables. by Gabe Black · 13 years ago
  18. b93f74b Introduce utility for parsing CBMEM contents. by Vadim Bendebury · 13 years ago
  19. c0ea543 gitconfig: Improve commit-msg hook by Patrick Georgi · 12 years ago
  20. d7a75ec tell superiotool about the ITE 8772 by Stefan Reinauer · 13 years ago
  21. 8ebd11e Fix lint-stable checkin hooks on MacOS X by Stefan Reinauer · 12 years ago
  22. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  23. 533ec00 lint: test that labels begin at start-of-line by Patrick Georgi · 12 years ago
  24. 51f6a20 correctly mark code segments as code in SELF by Stefan Reinauer · 13 years ago
  25. 5ec2158 Revert "Use -mno-sse to prevent overzealous gcc optimizations" by Patrick Georgi · 12 years ago
  26. ccf28ba Use -mno-sse to prevent overzealous gcc optimizations by Stefan Reinauer · 13 years ago
  27. 07408e6 gitconfig: Add lint-stable as pre-commit hook by Patrick Georgi · 12 years ago
  28. cb02cb7 lint: create two classes of tests, stable and dev by Patrick Georgi · 12 years ago
  29. 9c7467e Fix lint test for build directories by Patrick Georgi · 12 years ago
  30. 7be482b Drop support for BROKEN marker by Patrick Georgi · 13 years ago
  31. 472efa6 Remove whitespace. by Patrick Georgi · 12 years ago
  32. d13e416 lint: Add test for whitespace issues in the code by Patrick Georgi · 12 years ago
  33. 93dd07f Exit building if romstage.bin is larger than size of XIP by zbao · 12 years ago
  34. f31abe3 romcc: kill gcc warnings and .gitignore generated files by Bernhard Urban · 13 years ago
  35. d2b31bd dumpmmcr: Fix compilation warnings in printf by Vikram Narayanan · 13 years ago
  36. ad6331d Un-perl commit-msg hook by Patrick Georgi · 13 years ago
  37. 4b7b320 inteltool: Add support for dumping AMB registers by Sven Schnelle · 13 years ago
  38. cb34bba Add missing EOT marker. by Jonathan A. Kollasch · 13 years ago
  39. 472d902 Sconfig: parse Kconfig options from devicetree.cb by Kyösti Mälkki · 13 years ago
  40. 74b6599 Respect linker order by Christian Ruppert · 13 years ago
  41. c1a75b1 buildgcc: Add option to use ccache by Patrick Georgi · 13 years ago
  42. 3d1d6bb superiotool: add detection and dump of Infineon SLB9635 TPM by Jonathan A. Kollasch · 13 years ago
  43. 2d7ab4c buildgcc: don't download python and expat if disabled by Jonathan A. Kollasch · 13 years ago
  44. 3fd44c3 abuild: Don't try to use files that don't exist by Patrick Georgi · 13 years ago
  45. 522e9e9 Avoid false detection of SMSC FDC37N972 when Infineon TPM is present by Jonathan A. Kollasch · 13 years ago
  46. 643c9e8 buildgcc: Explicitely state CC everywhere by Patrick Georgi · 13 years ago
  47. f285e04 kconfig: Use more collision resistant temporary filenames by Patrick Georgi · 13 years ago
  48. 3db85f3 abuild: Write XML/JUnit files per board by Patrick Georgi · 13 years ago
  49. f49f7c8 abuild: Refactor parallelization support by Patrick Georgi · 13 years ago
  50. 8e26465 abuild: Avoid race condition when running abuild parallely by Patrick Georgi · 13 years ago
  51. 4ffbe2d buildgcc: Fix wrapper Makefile by Patrick Georgi · 13 years ago
  52. d359061 fix superiotool for NCT6776F by Florian Zumbiehl · 13 years ago
  53. 1200ec5 buildgcc: Update coreboot reference toolchain to gcc 4.6.2 by Stefan Reinauer · 13 years ago
  54. 2c3cd12 Add Python scripting to GDB. by Stefan Reinauer · 13 years ago
  55. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  56. 1861ff7 buildgcc: Fix colors for dash by Patrick Georgi · 13 years ago
  57. 28f6a43 crossgcc: Fix colors with dash by Patrick Georgi · 13 years ago
  58. 54a5aed inteltool: Add Intel i63xx I/O Controller Hub by Sven Schnelle · 13 years ago
  59. 9491b4d Update coreboot cross toolchain to gcc 4.6.1 by Stefan Reinauer · 13 years ago
  60. 113c349 Add support for AMD IMC controller. by Rudolf Marek · 13 years ago
  61. 5e4e229 Add -Werror to xcompile's testcc by Stefan Reinauer · 13 years ago
  62. a1e4824 Various fixes to cbfstool. by Stefan Reinauer · 13 years ago
  63. 616da1e Allow XGCCPATH to be set on the make command line. by Marc Jones · 13 years ago
  64. 1c795ad1 Add ifdtool, utility to read / modify Intel Firmware Descriptor images by Stefan Reinauer · 13 years ago
  65. c31c4de nvramtool: Fix CMOS checksum to match coreboot (and /dev/nvram) by Stefan Reinauer · 13 years ago
  66. 76c44ae sconfig: check whether component directory actually exists by Stefan Reinauer · 13 years ago
  67. fbadc49 cbfstool: improve error messages by Stefan Reinauer · 13 years ago
  68. 8d427ec Fix romstage creation with gcc 4.6 and CAR targets by Stefan Reinauer · 13 years ago
  69. 62ff00e mkelfImage: Use -fno-stack-protector if supported by gcc by Raymond Danks · 13 years ago
  70. 14b67f7 superiotool: Don't compile with -Werror by Mathias Krause · 13 years ago
  71. 9beb5df inteltool: fixed 64 bit build by Mathias Krause · 13 years ago
  72. 5782fee inteltool: Fixed building of position independent executables by Mathias Krause · 13 years ago
  73. 864839a util/crossgcc: Update gdb to 7.3.1 by Peter Stuge · 13 years ago
  74. bb41f50 inteltool: added more device IDs by Ruud Schramp · 13 years ago
  75. 8679e52 Add support utils for tracing by Rudolf Marek · 13 years ago
  76. 0e8ee81 buildgcc: Do not download GDB source code if run with --skip-gdb by Peter Stuge · 13 years ago
  77. 09377b7 buildgcc: Remove all bashisms, making the script run also on BSD by Peter Stuge · 13 years ago
  78. b98dbfb buildgcc: Fix typo in check for failed iasl build by Peter Stuge · 13 years ago
  79. 4b8f779 crossgcc: invoke buildgcc with bash, instead of relying on #!/bin/bash by Jonathan A. Kollasch · 13 years ago
  80. f44bb4f buildgcc: improve portability by Jonathan A. Kollasch · 13 years ago
  81. 2aac3f6 Add iasl to buldgcc and rev the version. by Marc Jones · 13 years ago
  82. ce37765 crossgcc: update w32api by Patrick Georgi · 13 years ago
  83. 68df804 buildgcc: Break if parts of the toolchain are missing by Patrick Georgi · 13 years ago
  84. a71ce0d Fix lint-002-build-dir-handling by Patrick Georgi · 13 years ago
  85. 3b81b9d Add local copy of commit-msg hook by Patrick Georgi · 13 years ago
  86. 7c634ae msrtool: added support for Intel CPUs by Anton Kochkov · 13 years ago
  87. 1866e9c Add SMSC SCH3114 superio register descriptions to superiotool. by Mark Norman · 13 years ago
  88. c55bcde superiotool: Cosmetics and coding style fixes. by Uwe Hermann · 13 years ago
  89. cc5dd98 util/crossgcc: Add build-without-gdb Makefile target by Peter Stuge · 13 years ago
  90. ceacd77 util/crossgcc: Add buildgcc -G and --skip-gdb options by Peter Stuge · 13 years ago
  91. 140a990 Teach abuild to emit JUnit formatted build reports by Patrick Georgi · 13 years ago
  92. f9d19f2 Report build result from abuild (did all requested boards build?) by Patrick Georgi · 13 years ago
  93. 2c19f5d exclude src/vendorcode from GPLv2 license checks. by Stefan Reinauer · 13 years ago
  94. 40ad842 Add regression test for build directory handling to make lint target by Patrick Georgi · 13 years ago
  95. 0b933d4 Add crossgcc target to automatically build reference toolchain by Cristian Magherusan-Stanciu · 13 years ago
  96. a8f0f51 Fix compilation error due to non-unix style line endings in cmos.layout file while generating option_table.h. by Patrick Georgi · 13 years ago
  97. 3187d02 Add (partly) support for Nuvoton NCT6776F by Stefan Reinauer · 13 years ago
  98. 5a4ae82 cosmetic changes to superiotool's nuvoton code by Stefan Reinauer · 13 years ago
  99. 1571dc9 Cast arguments to ctype(3) functions through (int)(unsigned char). by Jonathan Kollasch · 13 years ago
  100. ebc93def Emit unwritten symbols in Kconfig so we don't have to do constructs like by Stefan Reinauer · 13 years ago