1. da0b456 Added support to ICH9 chipset family by Anton Kochkov · 14 years ago
  2. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  3. ace2dc3 The AMD Fam10 code breaks with coreboot 4.5.0. by Stefan Reinauer · 14 years ago
  4. 5b0280f Fix path for mingw workaround. Trivial. by Patrick Georgi · 14 years ago
  5. 5f1ad89 New buildgcc version. by Stefan Reinauer · 14 years ago
  6. 119c589 drop old patches from crossgcc by Stefan Reinauer · 14 years ago
  7. b1180b4 msrtool: Print hex values using only as many digits as the field needs by Peter Stuge · 14 years ago
  8. 8796486 msrtool: Remove some unneeded casts by Peter Stuge · 14 years ago
  9. 4bdd643 Various superiotool fixes. by Uwe Hermann · 14 years ago
  10. 7b5df5a Begin implementation support to IT8512/IT8513 by Anton Kochkov · 14 years ago
  11. 14db1c0 Add registers for the it8671f chip. by Anders Jenbo · 14 years ago
  12. 8f625f6 Improve the sconfig parser: by Patrick Georgi · 14 years ago
  13. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  14. 68befd5 sconfig: Make cur_bus and cur_parent local to the parser. by Patrick Georgi · 14 years ago
  15. 114e7b2 Split C code in sconfig's parser into a separate file. by Patrick Georgi · 14 years ago
  16. 9ebd65d More "prepare"-dependencies we don't need anymore by Patrick Georgi · 14 years ago
  17. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  18. 0704058 print the known cbfs types in cbfstool "usage" by Stefan Reinauer · 14 years ago
  19. ca3548e This patch adds: by Pat Erley · 14 years ago
  20. 1cd76e7 - Make abuild -sb work again by Patrick Georgi · 14 years ago
  21. a2acbc7 Build utils into their source directory equivalent in by Patrick Georgi · 14 years ago
  22. 4aeff4f enable more warnings for vgabios utility, and enable some debugging by Stefan Reinauer · 14 years ago
  23. c24d383 Avoid strdup(0) in build_opt_tbl by Patrick Georgi · 14 years ago
  24. 73166c7 Update mingw source versions and allow parallel builds in buildgcc by Patrick Georgi · 14 years ago
  25. 71ed353 sconfig should return success when it's successful by Patrick Georgi · 14 years ago
  26. 34ee3cd Rename variable to not confuse gcc on mingw by Patrick Georgi · 14 years ago
  27. 4d68df7 Add support for the SMSC FDC37C932 Super I/O. by Marc Bertens · 14 years ago
  28. e705f9c output cosmetics by Stefan Reinauer · 14 years ago
  29. 05245ec Remove #line statements in processed parser source, by Patrick Georgi · 14 years ago
  30. 2bbd0c2 sconfig: Mangle - to _ for struct names, too. by Patrick Georgi · 14 years ago
  31. 109a1de Remove duplicate registers in digitallogic/adl855pc's device tree by Patrick Georgi · 14 years ago
  32. 7e8c9aa Replace sconfig with a C implementation. by Patrick Georgi · 14 years ago
  33. bed872d Add noreturn attribute to die() in romcc. by Stefan Reinauer · 14 years ago
  34. 0ed0b7c abuild: by Stefan Reinauer · 14 years ago
  35. abdf848 abuild: by Stefan Reinauer · 14 years ago
  36. fd0bef8 build_opt_tbl: error instead of null pointer access if no checksum is defined. by Stefan Reinauer · 14 years ago
  37. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  38. 002c9ff abuild: fail with dignity if mainboard does not exist. by Stefan Reinauer · 14 years ago
  39. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  40. 026476e Make sconfig only complain about real conflicts. by Patrick Georgi · 14 years ago
  41. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  42. 0ab9d12 Make build verbose when requested by abuild by Patrick Georgi · 14 years ago
  43. c2d0b62 Copy argument of -include as it's modified later. by Patrick Georgi · 14 years ago
  44. 09a0eb4 It's really obj=, not O= (see toplevel Makefile) by Patrick Georgi · 14 years ago
  45. 86dbe15 One feature I've been really missing since we switched to by Stefan Reinauer · 14 years ago
  46. 715d6e0 abuild should be using O=, not obj= by Stefan Reinauer · 14 years ago
  47. a2e5f37 Drop unneeded code that checks for CONFIG_ variables in build_opt_tbl. by Stefan Reinauer · 14 years ago
  48. 86051f9 Use coreboot-internal version of x86emu for the vgabios utility. by Stefan Reinauer · 14 years ago
  49. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  50. 27852ab drop dead code. by Stefan Reinauer · 14 years ago
  51. 121f0b8 Don't abuse LDFLAGS and fix linking with -Wl,--as-needed. by Christian Ruppert · 14 years ago
  52. 8483b70 Catch non-static arrays in romcc. Not allowed. by Eric W. Biederman · 14 years ago
  53. 859e94a it was reason for workaround rules already, and it's somewhat ugly: by Stefan Reinauer · 14 years ago
  54. c5f773d Various changes to the buildsystem: by Patrick Georgi patrick.georgi · 14 years ago
  55. 23d89cc Make CLANG selectable in Kconfig by Patrick Georgi · 14 years ago
  56. c6b0e7e back out r5212 and r5210; Follow the thread of by Stefan Reinauer · 14 years ago
  57. 8f4546f Use copy_triple only on non-flattened nodes. by Patrick Georgi · 14 years ago
  58. f761aef Fix segfault of romcc when complex assignment operators by Patrick Georgi · 14 years ago
  59. 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
  60. 9493bfb Remove redundant run_bios prototype. Trivial. by Myles Watson · 14 years ago
  61. b025911 1. Move run_bios prototype to device.h by Myles Watson · 14 years ago
  62. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  63. 800379f by Stefan Reinauer · 14 years ago
  64. c89c4d4 Add attribute((noreturn)) to romcc by Stefan Reinauer · 14 years ago
  65. 44ca39f drop empty x86emu Makefile by Stefan Reinauer · 14 years ago
  66. 0484481 Inteltool: Add i830/Tolapai/Ich4 support by Stefan Reinauer · 14 years ago
  67. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  68. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  69. 8e9234f 1. Change CONFIG_DEBUG to DEBUG in util/x86emu/* by Myles Watson · 14 years ago
  70. 01708ca romcc: Fix a few (harmless) warnings by Peter Stuge · 14 years ago
  71. 78fbb51 romcc: Ignore empty string tokens. So far, romcc emitted a single double-quote for them. by Patrick Georgi · 14 years ago
  72. b4d3af8 separate build.h and config.h usage (now possible because newconfig is gone) by Stefan Reinauer · 14 years ago
  73. e82f475 Improve compiler detection and configuration in xcompile. by Patrick Georgi · 14 years ago
  74. 942a40d Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). by Uwe Hermann · 14 years ago
  75. 68882a3 Remove two perl calls with sed, and adds an alternative by Patrick Georgi · 14 years ago
  76. 94f5f70 python is no longer used in abuild. by Stefan Reinauer · 14 years ago
  77. f64b42e I took Rob Landley's nice "menuconfig2html.py" script from by Stefan Reinauer · 14 years ago
  78. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  79. 04d74b1 Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. by Stefan Reinauer · 15 years ago
  80. 52da560 Add dump support for the Winbond W83877AF (trivial). by Uwe Hermann · 15 years ago
  81. a6c337d Guards against errors that are hard to track down: by Patrick Georgi · 15 years ago
  82. 15b0354 compareboard: by Stefan Reinauer · 15 years ago
  83. 588d166 Add detection support for the Winbond W83877AF (trivial). by Uwe Hermann · 15 years ago
  84. b8a89da These lines slipped in. Sorry for the inconvenience. by Stefan Reinauer · 15 years ago
  85. 68003b8 add Kbuild support to abuild and enable it per default; by Stefan Reinauer · 15 years ago
  86. 6bba29f Add the BSD-licensed getopt tool to crossgcc, to use by Patrick Georgi · 15 years ago
  87. c6d3ff6 use stdint types for structures, and don't use pointers by Stefan Reinauer · 15 years ago
  88. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  89. 480b37f Document CONFIG_PCI usage in the README (trivial). by Uwe Hermann · 15 years ago
  90. 2ca9491 Update list of superiotool contributors to r5048 (trivial). by Uwe Hermann · 15 years ago
  91. 622fb79 Add missing files from the last commit (trivial). by Uwe Hermann · 15 years ago
  92. bb38f32 Add VIA VT82C686A/VT82C686B detection support to superiotool. by Carl-Daniel Hailfinger · 15 years ago
  93. 5142dcd Add detection support for the Winbond W83667HG Super I/O. by David Bartley · 15 years ago
  94. b850eb8 Add detection support for ITE IT8510E/TE/G and IT8511E/TE/G. by Anders Juel Jensen · 15 years ago
  95. 775a766 by Stefan Reinauer · 15 years ago
  96. 8ed1b6d drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3 by Stefan Reinauer · 15 years ago
  97. 85bb83a msrtool: Fix typo by Paul Menzel · 15 years ago
  98. cba6169 msrtool: Read both MSR values from file in diff mode by Peter Stuge · 15 years ago
  99. 34f2907 msrtool: Add endptr to str2msr() showing how many characters were parsed by Peter Stuge · 15 years ago
  100. e6cf7c0 msrtool: More trivial rearrangement by Peter Stuge · 15 years ago