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