1. 23d89cc Make CLANG selectable in Kconfig by Patrick Georgi · 14 years ago
  2. c6b0e7e back out r5212 and r5210; Follow the thread of by Stefan Reinauer · 14 years ago
  3. 8f4546f Use copy_triple only on non-flattened nodes. by Patrick Georgi · 14 years ago
  4. f761aef Fix segfault of romcc when complex assignment operators by Patrick Georgi · 14 years ago
  5. 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
  6. 9493bfb Remove redundant run_bios prototype. Trivial. by Myles Watson · 14 years ago
  7. b025911 1. Move run_bios prototype to device.h by Myles Watson · 14 years ago
  8. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  9. 800379f by Stefan Reinauer · 14 years ago
  10. c89c4d4 Add attribute((noreturn)) to romcc by Stefan Reinauer · 14 years ago
  11. 44ca39f drop empty x86emu Makefile by Stefan Reinauer · 14 years ago
  12. 0484481 Inteltool: Add i830/Tolapai/Ich4 support by Stefan Reinauer · 14 years ago
  13. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  14. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  15. 8e9234f 1. Change CONFIG_DEBUG to DEBUG in util/x86emu/* by Myles Watson · 14 years ago
  16. 01708ca romcc: Fix a few (harmless) warnings by Peter Stuge · 14 years ago
  17. 78fbb51 romcc: Ignore empty string tokens. So far, romcc emitted a single double-quote for them. by Patrick Georgi · 14 years ago
  18. b4d3af8 separate build.h and config.h usage (now possible because newconfig is gone) by Stefan Reinauer · 14 years ago
  19. e82f475 Improve compiler detection and configuration in xcompile. by Patrick Georgi · 14 years ago
  20. 942a40d Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). by Uwe Hermann · 14 years ago
  21. 68882a3 Remove two perl calls with sed, and adds an alternative by Patrick Georgi · 14 years ago
  22. 94f5f70 python is no longer used in abuild. by Stefan Reinauer · 14 years ago
  23. f64b42e I took Rob Landley's nice "menuconfig2html.py" script from by Stefan Reinauer · 14 years ago
  24. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  25. 04d74b1 Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. by Stefan Reinauer · 14 years ago
  26. 52da560 Add dump support for the Winbond W83877AF (trivial). by Uwe Hermann · 14 years ago
  27. a6c337d Guards against errors that are hard to track down: by Patrick Georgi · 14 years ago
  28. 15b0354 compareboard: by Stefan Reinauer · 14 years ago
  29. 588d166 Add detection support for the Winbond W83877AF (trivial). by Uwe Hermann · 14 years ago
  30. b8a89da These lines slipped in. Sorry for the inconvenience. by Stefan Reinauer · 14 years ago
  31. 68003b8 add Kbuild support to abuild and enable it per default; by Stefan Reinauer · 14 years ago
  32. 6bba29f Add the BSD-licensed getopt tool to crossgcc, to use by Patrick Georgi · 14 years ago
  33. c6d3ff6 use stdint types for structures, and don't use pointers by Stefan Reinauer · 14 years ago
  34. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 14 years ago
  35. 480b37f Document CONFIG_PCI usage in the README (trivial). by Uwe Hermann · 14 years ago
  36. 2ca9491 Update list of superiotool contributors to r5048 (trivial). by Uwe Hermann · 14 years ago
  37. 622fb79 Add missing files from the last commit (trivial). by Uwe Hermann · 14 years ago
  38. bb38f32 Add VIA VT82C686A/VT82C686B detection support to superiotool. by Carl-Daniel Hailfinger · 14 years ago
  39. 5142dcd Add detection support for the Winbond W83667HG Super I/O. by David Bartley · 14 years ago
  40. b850eb8 Add detection support for ITE IT8510E/TE/G and IT8511E/TE/G. by Anders Juel Jensen · 14 years ago
  41. 775a766 by Stefan Reinauer · 14 years ago
  42. 8ed1b6d drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3 by Stefan Reinauer · 14 years ago
  43. 85bb83a msrtool: Fix typo by Paul Menzel · 14 years ago
  44. cba6169 msrtool: Read both MSR values from file in diff mode by Peter Stuge · 14 years ago
  45. 34f2907 msrtool: Add endptr to str2msr() showing how many characters were parsed by Peter Stuge · 14 years ago
  46. e6cf7c0 msrtool: More trivial rearrangement by Peter Stuge · 14 years ago
  47. 984e0f3 ectool: Support for dumping EC "index ram" by Stefan Reinauer · 14 years ago
  48. 350ca4a msrtool: Remove indent by using continue inside for() to avoid an if block by Peter Stuge · 14 years ago
  49. 6ade161 Update reference toolchain to by Stefan Reinauer · 14 years ago
  50. 42944c3 nvramtool: Consider a string with non-printable characters a "bad value". by Stefan Reinauer · 14 years ago
  51. fb333c4 (missing svn add) by Nils Jacobs · 14 years ago
  52. 58a901f Support for the AMD Geode GX2 by Nils Jacobs · 14 years ago
  53. 90b96b6 indent all of nvramtool to make it fit into coreboot's coding style by Stefan Reinauer · 14 years ago
  54. 07684e6 - Makefile.romccboard.inc supports tinybootblock romcc boards, too. by Patrick Georgi · 15 years ago
  55. f44eb78 Print (empty) instead of nothing at all for empty by Maciej Pijanka · 15 years ago
  56. a0c68f8 by Stefan Reinauer · 15 years ago
  57. 1bb6828 romcc: by Patrick Georgi · 15 years ago
  58. c143693 Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functions: int15 getting LCD panel ID. by Libra Li · 15 years ago
  59. 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 15 years ago
  60. 336daa7 make strcmp happy by including string.h (trivial) by Stefan Reinauer · 15 years ago
  61. 467b12a Allow user to specify the size of a newly created cbfs image by Patrick Georgi · 15 years ago
  62. f3662fc CONFIG_K8_MEM_BANK_B_ONLY and CONFIG_PCIE_CONFIGSPACE_HOLE aren't used _anywhere_, so drop by Patrick Georgi · 15 years ago
  63. 99cf349 Filter out some more K8/Fam10 specific options on unrelated boards. Trivial. by Patrick Georgi · 15 years ago
  64. 50b5b2b - speed up board comparison by only building abuild configs, not the whole by Stefan Reinauer · 15 years ago
  65. 1a4d900 Make "KBuild report" a bit happier by Stefan Reinauer · 15 years ago
  66. 85e6870 crossgcc: Fix MPFR download location by Peter Stuge · 15 years ago
  67. f4aca1d cbfstool: Fill memory allocated in create_cbfs_file() with 0xff by Peter Stuge · 15 years ago
  68. eb097aa Eliminate some noise in the output of compareboard on non-K8/Fam10h boards by Patrick Georgi · 15 years ago
  69. f30a2220 msrtool: Fix simple breakage in r4964 by Peter Stuge · 15 years ago
  70. d80e57c msrtool: Add FreeBSD support using /dev/cpuctl ioctl interface by Andriy Gapon · 15 years ago
  71. 7df17af msrtool: Make configure more POSIX sh friendly by Andriy Gapon · 15 years ago
  72. be89c41 msrtool: Actually do PREFIX substitution in Makefile by Peter Stuge · 15 years ago
  73. 13250d1 Remove commented out example MSR definitions by Peter Stuge · 15 years ago
  74. 226280c Add the following GeodeLX memory controller MSRs by Nathan Williams · 15 years ago
  75. 46c920e msrtool: Fix Geode LX probe function, Family/Model were swapped by Peter Stuge · 15 years ago
  76. 26774f2 Make the kconfig-style build work in mingw: by Patrick Georgi · 15 years ago
  77. b198a47 Add GLCP_SYS_RSTPLL MSR defines for GeodeLX by Peter Stuge · 15 years ago
  78. 61c6aec Initialize memory before using it. put_bits wants it that way. Trivial. by Patrick Georgi · 15 years ago
  79. 34b876c msrtool: Add comment with DirectIO URL to the code where it is used. by Peter Stuge · 15 years ago
  80. 6a3ca4e Cosmetics (trivial). by Uwe Hermann · 15 years ago
  81. 0d082d5 Print size of file on cbfs_add_file failure. The size of the file after by Myles Watson · 15 years ago
  82. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  83. f9a7260 Trivial debug print format string fix for romcc. by Myles Watson · 15 years ago
  84. 6056b97 Rework bootblock size handling: by Patrick Georgi · 15 years ago
  85. a0141f0 Add detection and dump support for the Winbond WPCD376I. by Sean Young · 15 years ago
  86. 0da38dd Add a "locate" function cbfstool, which helps you find by Patrick Georgi · 15 years ago
  87. 4172efc biosemu (non-yabel) cleanup by Stefan Reinauer · 15 years ago
  88. 46634e7 fix Qemu by Stefan Reinauer · 15 years ago
  89. 448509b by Mark Marshall · 15 years ago
  90. d08e69d Use more care when implementing the PCI BIOS functions. by Mark Marshall · 15 years ago
  91. 7110d40 x86emu: Add support for the following opcodes: by Stefan Reinauer · 15 years ago
  92. 8429de7 Add 82Q35/P35/Q33/G33/G31/P31 support to inteltool. by Loïc Grenié · 15 years ago
  93. dc32148 Only remove .xcompile with distclean. Look for crossgcc in util. by Myles Watson · 15 years ago
  94. 3f3a5f6 ADLO has long been replaced by SeaBIOS, and it's also in v1 if someone needs by Stefan Reinauer · 15 years ago
  95. 3d83cff by Ward Vandewege · 15 years ago
  96. 6c73b441 Remove all build/ prefixes in the build output. by Uwe Hermann · 15 years ago
  97. 7782319 Prefix all build output file names of files which end up in the build by Uwe Hermann · 15 years ago
  98. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  99. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  100. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago