1. 2bb4acf Various cometic and coding-style fixes (trivial). by Uwe Hermann · 14 years ago
  2. 800379f by Stefan Reinauer · 14 years ago
  3. 55259bd assert.h: have the same information on asserts in romcc and non-romcc code. by Stefan Reinauer · 14 years ago
  4. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 14 years ago
  5. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
  6. 881a553 mini update SMM: by Stefan Reinauer · 14 years ago
  7. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  8. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  9. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  10. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  11. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  12. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  13. 67fed69 http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html by Stefan Reinauer · 15 years ago
  14. 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 15 years ago
  15. e696942c Drop remainder of PPC port by Stefan Reinauer · 15 years ago
  16. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  17. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  18. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  19. 3b31402 by Stefan Reinauer · 15 years ago
  20. c81a12a drop src/include/stream/ as the source files from src/stream were dropped a by Stefan Reinauer · 15 years ago
  21. 52fc6b1 re-order console output functions, add proper prototypes, by Stefan Reinauer · 15 years ago
  22. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  23. c6aadbe Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. (forgotten in last check in.) by Myles Watson · 15 years ago
  24. 2c1bf62 Remove this, we no longer need it. by Ronald G. Minnich · 15 years ago
  25. 0bc6154 Remove CONFIG_ from #defines that aren't config variables. Trivial. by Myles Watson · 15 years ago
  26. 0364618 Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. by Myles Watson · 15 years ago
  27. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  28. 86bf679 Move the ulzma prototype out of the function to make the code easier to read. by Myles Watson · 15 years ago
  29. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  30. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  31. 00003ae If no pci access method has been set for the device tree so far (e.g. by Carl-Daniel Hailfinger · 15 years ago
  32. 6c36305 coreboot was still using an old set (obsolete since yabel) of x86emu includes by Stefan Reinauer · 15 years ago
  33. 1825be2 Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity:: by Jon Harrison · 15 years ago
  34. f5c38c0 Fix a redundant declaration warning (trivial) by Stefan Reinauer · 15 years ago
  35. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  36. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  37. 0001a7f Example how simple it is to use printk instead of printk_something in by Stefan Reinauer · 15 years ago
  38. bb01f60 Some USB debug updates, mostly comments fixing, license header updates by Stefan Reinauer · 15 years ago
  39. 85a94f6 Rename some preprocessor symbols. I have no idea why by Patrick Georgi · 15 years ago
  40. 951f588 The file string.h is also included in romcc code, which has no malloc(). by Stefan Reinauer · 15 years ago
  41. f107538 strdup the input of dirname, as dirname is free by Patrick Georgi · 15 years ago
  42. bd4f2f8 Fix many things for via/epia-m700 to build. by Myles Watson · 15 years ago
  43. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  44. 1a692d8 Add support for the Intel Eagle Heights development board. by Thomas Jourdan · 15 years ago
  45. 9a7368d I missed three files. by Jon Harrison · 15 years ago
  46. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  47. c263b44 Fix for Erratum 343 for AMD Fam10h CPUs. by Marco Schmidt · 15 years ago
  48. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  49. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  50. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  51. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  52. 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
  53. cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 15 years ago
  54. bb3d812 Bring v3-style debug output to v2. Fix a minor typo. by Myles Watson · 15 years ago
  55. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  56. d9b1c4f This patch adds support for the BCM21000 (aka HT-2100) PCIe bridge. by Mondrian nuessle · 15 years ago
  57. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  58. 7e16bf3 - function prototypes do not need "extern" by Stefan Reinauer · 15 years ago
  59. 4855f56 add define for Role-Based Error Reporting to PCIe defines (trivial) by Stefan Reinauer · 15 years ago
  60. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  61. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  62. 56c51bd This needed to be removed. by Ronald G. Minnich · 15 years ago
  63. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  64. 8d9f932 unify spd_ddr2.h (trivial) by Stefan Reinauer · 15 years ago
  65. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  66. d7a709a These are some cleanups and changes. These are build and boot tested on qemu. by Ronald G. Minnich · 15 years ago
  67. 90e0271 forgot this. by Ronald G. Minnich · 15 years ago
  68. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  69. efab4ba This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  70. 6d07c93 Fix all build problems on PPC except the _SDA_BASE issues caused by the by Stefan Reinauer · 15 years ago
  71. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  72. 3b38745 * fix a minor power state issue in the ich7 smm handler by Stefan Reinauer · 15 years ago
  73. 43b29cf Fix mmconf (PCIe memory mapped config space access) support in v2. It was by Stefan Reinauer · 15 years ago
  74. 36c8340 Some changes required to get yabel working on v2 (and they generally make by Stefan Reinauer · 15 years ago
  75. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  76. 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 15 years ago
  77. a175533 Change Log: Bellongs to r3947 by Rudolf Marek · 16 years ago
  78. a829bfe add a header file for i8259.h (trivial) by Stefan Reinauer · 16 years ago
  79. 5833f7c Backport all x86emu fixes from Pattrick Hueper to coreboot v2 (acked in v2, by Stefan Reinauer · 16 years ago
  80. c598330 fix compiler warnings (trivial) by Stefan Reinauer · 16 years ago
  81. 90308bb Check the printk format string against the matching arguments. We have by Carl-Daniel Hailfinger · 16 years ago
  82. 79e5325 The attached patch adds missing bits to ACPI to make Windows XP and Windows Vista happy. by Rudolf Marek · 16 years ago
  83. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  84. 43bb9cd This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. by Myles Watson · 16 years ago
  85. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  86. 81af3d4 [PATCH] coreboot-v2: Add multiboot support by Robert Millan · 16 years ago
  87. 5d7a1c8 Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines. by Uwe Hermann · 16 years ago
  88. bddc693 i945/ICH7: Use #defines from pci_ids.h (trivial). by Uwe Hermann · 16 years ago
  89. debb11f Support for the Intel ICH7 southbridge. by Stefan Reinauer · 16 years ago
  90. b7d781d Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be. by Uwe Hermann · 16 years ago
  91. 06755e4 Patch for AMD RS690 chipset. by Michael Xie · 16 years ago
  92. d9f29c8 This patch adds support for the VIA VT8237S south bridge. The VT8237R programming remains unchanged (tested by Rudolf Marek · 16 years ago
  93. d39aad9 Add definitions for DDR2 SPD registers. by Ed Swierk · 16 years ago
  94. 6adfaa69 This patch adds PCI device IDs for the Intel EP80579 Integrated Processor, by Ed Swierk · 16 years ago
  95. 6852406 Go back to SIPI WAIT state for those CPUS defining the newly introduced by Stefan Reinauer · 16 years ago
  96. 951c62f add some SPD values from specs. (trivial) by Stefan Reinauer · 16 years ago
  97. a91e0fe function prototypes don't need extern. (trivial) by Stefan Reinauer · 16 years ago
  98. c2e8fd4 Adds a field to the serial port descriptor about the configured line speed. by Patrick Georgi · 16 years ago
  99. 316e07f Following patch adds K8M890 support. It initializes the AGP and graphics UMA. by Rudolf Marek · 16 years ago
  100. c221349 Following patch will setup KT890 HT automatically. It will find the by Rudolf Marek · 16 years ago