1. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  2. afa5985 no duplicate names in cmos.layout allowed. (fixes a bunch of boards) by Stefan Reinauer · 15 years ago
  3. 953253f This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a by Stefan Reinauer · 15 years ago
  4. 507d843 CONFIG_CHIP_NAME is dead (trivial) by Stefan Reinauer · 15 years ago
  5. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  6. dbda3a9 Fix implicit declarations of done_cache_as_ram_main by adding a by Carl-Daniel Hailfinger · 15 years ago
  7. 1458228 Add support for the ASUS P2B-D mainboard. by Uwe Hermann · 15 years ago
  8. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  9. f9fab37 I deleted mptable.c in my patch, but forgot to svn rm it. by Myles Watson · 15 years ago
  10. 472f3ff This patch cleans up mpspec.h and allows it to be included when HAVE_MP_TABLE=0 by Myles Watson · 15 years ago
  11. 8214457 r4097 broke the tree and it remains unfixed :-( by Stefan Reinauer · 15 years ago
  12. 57f6c08 EPIA-CN does not have any ACPI tables. Fixes manual and auto build here. by Peter Stuge · 15 years ago
  13. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  14. 743b635 I need to do uses HAVE_ACPI_RESUME for each board. Here we go. by Rudolf Marek · 15 years ago
  15. 6bb6e03 Following patch adds support for the ACPI resume on Asus M2V-MX SE. The ACPI by Rudolf Marek · 15 years ago
  16. 3f04dad Fix the following errors: by Carl-Daniel Hailfinger · 15 years ago
  17. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  18. 7845fb5 Bring S2912 and S2912_Fam10 Config.lb in line with each other. by Carl-Daniel Hailfinger · 15 years ago
  19. ebdc7c7 Kill remaining unneeded CAR/ROMCC if-blocks. by Carl-Daniel Hailfinger · 15 years ago
  20. d367037 fix sandpointx3_altimus_mpc7410 target. We're back at all boards compiling. by Stefan Reinauer · 15 years ago
  21. 0de8b91 This tested ok, but qemu can't really handle c0000 as RAM. (trivial) by Ronald G. Minnich · 15 years ago
  22. 4a8523a This is a bit of an emergency fix for qemu. Ethernet routing has not been by Ronald G. Minnich rminnich · 15 years ago
  23. 308312c Some changes for option roms: by Ronald G. Minnich · 15 years ago
  24. da6d92b Daniel Toussaint wrote: by Daniel Toussaint · 15 years ago
  25. 38891ab cross compilation fix for motorola sandpoint based boards by Stefan Reinauer · 15 years ago
  26. 85107f2 two more totalimpact briq fixes. Gets us back to the romfs breakage on PPC by Stefan Reinauer · 15 years ago
  27. 2ddacb6 fix configuration step of totalimpact briq and embeddedplanet ep405pc. by Stefan Reinauer · 15 years ago
  28. 7b6ea25 Fix up the incomplete commit in r4055. by Carl-Daniel Hailfinger · 15 years ago
  29. f7116c3 There are more than a dozen targets in the v2 tree which refer to ROMCC by Carl-Daniel Hailfinger · 15 years ago
  30. 11f054a Next step. Kill auto.c and failover.c and clean up Config.lb for by Carl-Daniel Hailfinger · 15 years ago
  31. 73ad326 There are more than a dozen targets in the v2 tree which refer to ROMCC by Carl-Daniel Hailfinger · 15 years ago
  32. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  33. 77cf008 Forgot CONFIG_ROMFS for supermicro/h8dme. by Patrick Georgi · 15 years ago
  34. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  35. decdb3c cosmetic fix for function definition. by Stefan Reinauer · 15 years ago
  36. 4b10ab3 To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves by Rudolf Marek · 15 years ago
  37. 9e9fa82 To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves by Rudolf Marek · 15 years ago
  38. 5dd4a20 Add Supermicro h8dm3 mainboard. This is mostly a copy from the h8dmr. by Marc Jones · 15 years ago
  39. 5d6645a - TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in the by Carl-Daniel Hailfinger · 15 years ago
  40. 6d07c93 Fix all build problems on PPC except the _SDA_BASE issues caused by the by Stefan Reinauer · 15 years ago
  41. cb2de68 This patch reverts SuperIO changes that I was too hasty with. Even though the by Myles Watson · 15 years ago
  42. 65e9bc1 This one is an example on how to drop vgabios.c from the mainboard or chipset by Stefan Reinauer · 15 years ago
  43. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  44. cc46e73 ACPI implementation for i945, ICH7, Kontron 986LCD-M by Stefan Reinauer · 15 years ago
  45. e1025d0 Kontron 986LCD-M updates: by Stefan Reinauer · 15 years ago
  46. a8e1168 This patch contains some significant updates to the i82801gx component and will by Stefan Reinauer · 15 years ago
  47. 34b1d4e This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still by Myles Watson · 15 years ago
  48. 210b83e This patch adds empty acpi_fill_slit functions so they build again. by Myles Watson · 15 years ago
  49. 0b4c9f0 This patch makes the boards use a single amdk8_util.asl. There are only by Myles Watson · 15 years ago
  50. 3b38745 * fix a minor power state issue in the ich7 smm handler by Stefan Reinauer · 15 years ago
  51. 1894463 clean up qemu target config (trivial) by Stefan Reinauer · 15 years ago
  52. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  53. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  54. 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 15 years ago
  55. fe849b2f This patch is for AMD boards which can do the P state generation. This just by Rudolf Marek · 16 years ago
  56. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 16 years ago
  57. 5389c7f - Fix up amd pistachio and dbm690t. by Stefan Reinauer · 16 years ago
  58. f997b55 Following patch adds dynamically generated P-States infrastructure as well as by Rudolf Marek · 16 years ago
  59. 66948f7 This target is dead. by Ronald G. Minnich · 16 years ago
  60. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  61. e755bc1 Fix typo in PCI ID (1914 should have been 7914). by Carl-Daniel Hailfinger · 16 years ago
  62. d64b244 Remove dead lines. Trivial. by Carl-Daniel Hailfinger · 16 years ago
  63. d76d579 Rename TOM to TOM1 and refer to the SSDT value with an External(TOM1) clause. by Carl-Daniel Hailfinger · 16 years ago
  64. 6a20878 Improve mainboard.c comments for DBM690T and Pistachio. by Carl-Daniel Hailfinger · 16 years ago
  65. 9dff094 Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929. by Carl-Daniel Hailfinger · 16 years ago
  66. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  67. 8db0cfe Following patch converts the run-time SSDT patching via update_ssdt funtion to by Rudolf Marek · 16 years ago
  68. 293b5f5 Following patch adds dynamic ACPI AML code generator which can be used to by Rudolf Marek · 16 years ago
  69. fe53c76 Correct FDAT->FADT typo. by Carl-Daniel Hailfinger · 16 years ago
  70. 54309d6 Update Kontron board by Stefan Reinauer · 16 years ago
  71. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  72. d8aaeaa1 The DBM90T code sets bit 10 in _PSS as part of the control value, but by Carl-Daniel Hailfinger · 16 years ago
  73. 6ef8e0f Check to see if K8 processor is capable of changing FIDVID otherwise it will throw a GP# when reading FIDVID_STATUS by Dan Lykowski · 16 years ago
  74. 505aaf5 The ACPI PSS CPU Pstate table was calculating the frequency incorrectly for by Marc Jones · 16 years ago
  75. 098d590 Fix AMD Pistachio implicit declarations in the same way as with AMD by Zheng Bao · 16 years ago
  76. a2f722a Fix implicit declarations in the AMD DBM690T target by using the right by Carl-Daniel Hailfinger · 16 years ago
  77. 1cced2f This belongs to changeset: 3840 by Rudolf Marek · 16 years ago
  78. da3d5df Following patch fixes error code 12 in Windows XP and Vista. The function field of _PRT entry must be always 0xffff (any function). by Rudolf Marek · 16 years ago
  79. 79e5325 The attached patch adds missing bits to ACPI to make Windows XP and Windows Vista happy. by Rudolf Marek · 16 years ago
  80. 33f9633 Handle RS690 quirks for 1 GHz noncoherent HyperTransport. by Carl-Daniel Hailfinger · 16 years ago
  81. 5a3c846 Remove a unneccessary typedef from acpi_tables.c in the AMD Pistachio by Carl-Daniel Hailfinger · 16 years ago
  82. a5436c6 Fix implicit declarations of get_bus_conf. by Carl-Daniel Hailfinger · 16 years ago
  83. bfa009f Fix implicit declarations of pci_read_config8 and pci_write_config8 in by Carl-Daniel Hailfinger · 16 years ago
  84. 93159bf In the process of trying to debug some HT sync problems I added lots of by Carl-Daniel Hailfinger · 16 years ago
  85. da416f8 Fix dell/s1850 broken in r3822, and prepare it for implicit declaration by Corey Osgood · 16 years ago
  86. 48994e1 This adds a mptable for the VIA pc2500e. I've tested with the devices by Jonathan A. Kollasch · 16 years ago
  87. b1fc0ba Add some comments to make it easier to enable onboard VGA for by Uwe Hermann · 16 years ago
  88. 40e51fd This patch fixes the build for asus/m2v-mx_se. Its hard_reset function is not by Myles Watson · 16 years ago
  89. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  90. 716e567 I honestly have no idea if the previous use of the vt8235's serial functions by Corey Osgood · 16 years ago
  91. cc44730 Add initial support for the ASUS P2B-DS (dual-CPU) mainboard. by Uwe Hermann · 16 years ago
  92. e65dcfa oops. there went a new mainboard into the tree and i missed it. Add mainboard by Stefan Reinauer · 16 years ago
  93. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  94. 8eaafbf Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards. by Uwe Hermann · 16 years ago
  95. 19ead96 AMD PISTACHIO mainboard support. by Maggie Li · 16 years ago
  96. f82a077 The TALERT of ADT7461 should be pull back high if the temperature is within the limit. It is done by reading the register whose device address is 0xC. It is not trivial as it looks. by Maggie Li · 16 years ago
  97. c73fca3 Add initial support for the NEC PowerMate 2000 board. by Uwe Hermann · 16 years ago
  98. e94e2e3 This belongs to changeset 3795. by Rudolf Marek · 16 years ago
  99. 31e52e6 The patch changes the LDTSTOP length as well mostly default content of 0xec, by Rudolf Marek · 16 years ago
  100. 806def8 I missed the svn add on r3787. These are the additional files. by Joe Bao · 16 years ago