1. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  2. dbda3a9 Fix implicit declarations of done_cache_as_ram_main by adding a by Carl-Daniel Hailfinger · 15 years ago
  3. b5843ff There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_DIMM_SUPPORT in line 2208, which caused the protected code fragment never to be included for compilation. by Ronald Hoogenboom · 15 years ago
  4. 1458228 Add support for the ASUS P2B-D mainboard. by Uwe Hermann · 15 years ago
  5. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  6. 56c51bd This needed to be removed. by Ronald G. Minnich · 15 years ago
  7. e4be46b Following patch flushes the instruction queue when we set PE=0. This is normally by Rudolf Marek · 15 years ago
  8. f9fab37 I deleted mptable.c in my patch, but forgot to svn rm it. by Myles Watson · 15 years ago
  9. 13e1921 v2/src romfs->cbfs rename by Peter Stuge · 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. 3935b19 fix up the tree. by Stefan Reinauer · 15 years ago
  15. 299a00f Fix the build. This error was introduced by change in acpi.c, the acpi_slp_type exists only conditionally. by Rudolf Marek · 15 years ago
  16. c824b58 Emergency fix. Most targets now build. by Ronald G. Minnich · 15 years ago
  17. 743b635 I need to do uses HAVE_ACPI_RESUME for each board. Here we go. by Rudolf Marek · 15 years ago
  18. 0fb21c4 The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on this file. by Rudolf Marek · 15 years ago
  19. 6bb6e03 Following patch adds support for the ACPI resume on Asus M2V-MX SE. The ACPI by Rudolf Marek · 15 years ago
  20. 15bf50d Following patch adds resume (exit from self refresh) support for AMD K8 revF by Rudolf Marek · 15 years ago
  21. 33cafe5 Following patch implements ACPI resume support for coreboot. The hardware main by Rudolf Marek · 15 years ago
  22. 497c8ef Following patch adds support for resume on VT8237 based motherboards. The NB by Rudolf Marek · 15 years ago
  23. a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
  24. 3f04dad Fix the following errors: by Carl-Daniel Hailfinger · 15 years ago
  25. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  26. e86c65b The IT8712F needs to have the configuration bits changed to handle the power for by Rudolf Marek · 15 years ago
  27. 7845fb5 Bring S2912 and S2912_Fam10 Config.lb in line with each other. by Carl-Daniel Hailfinger · 15 years ago
  28. a3ec56c by Ward Vandewege · 15 years ago
  29. ebdc7c7 Kill remaining unneeded CAR/ROMCC if-blocks. by Carl-Daniel Hailfinger · 15 years ago
  30. 8d9f932 unify spd_ddr2.h (trivial) by Stefan Reinauer · 15 years ago
  31. 013c7cf * commit previously forgotten romfs.txt by Stefan Reinauer · 15 years ago
  32. d367037 fix sandpointx3_altimus_mpc7410 target. We're back at all boards compiling. by Stefan Reinauer · 15 years ago
  33. 0de8b91 This tested ok, but qemu can't really handle c0000 as RAM. (trivial) by Ronald G. Minnich · 15 years ago
  34. 4a8523a This is a bit of an emergency fix for qemu. Ethernet routing has not been by Ronald G. Minnich rminnich · 15 years ago
  35. b3b7db7 This fixes a bug in romfs code; see comment. If we add the pci rom by Ronald G. Minnich · 15 years ago
  36. 308312c Some changes for option roms: by Ronald G. Minnich · 15 years ago
  37. 662d52d Add support for romfs to option rom loading. by Ronald G. Minnich · 15 years ago
  38. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  39. da6d92b Daniel Toussaint wrote: by Daniel Toussaint · 15 years ago
  40. 38891ab cross compilation fix for motorola sandpoint based boards by Stefan Reinauer · 15 years ago
  41. 85107f2 two more totalimpact briq fixes. Gets us back to the romfs breakage on PPC by Stefan Reinauer · 15 years ago
  42. 9f243a1 fix this warning: by Stefan Reinauer · 15 years ago
  43. dd0b6ff fix this warning for the embedded planet ep405pc by Stefan Reinauer · 15 years ago
  44. 16e34b9 small workaround for romtool incompatibility with ppc ports by Stefan Reinauer · 15 years ago
  45. 6e244da fix variable shadowing in lzmadecode.c (trivial) by Stefan Reinauer · 15 years ago
  46. 2ddacb6 fix configuration step of totalimpact briq and embeddedplanet ep405pc. by Stefan Reinauer · 15 years ago
  47. d7a709a These are some cleanups and changes. These are build and boot tested on qemu. by Ronald G. Minnich · 15 years ago
  48. ace2dc5 Add u64 typedef to ppc (trivial) by Patrick Georgi · 15 years ago
  49. 7b6ea25 Fix up the incomplete commit in r4055. by Carl-Daniel Hailfinger · 15 years ago
  50. edf4807 drop unused variables in generic smm handler. (trivial) by Stefan Reinauer · 15 years ago
  51. 2fd2c79 drop another shadow variable (trivial) by Stefan Reinauer · 15 years ago
  52. f7116c3 There are more than a dozen targets in the v2 tree which refer to ROMCC by Carl-Daniel Hailfinger · 15 years ago
  53. f16fb73 I thought that romfs infrastructure is done now, but there were some by Patrick Georgi · 15 years ago
  54. d107831 The attached patch tries new style compression first and runs old by Patrick Georgi · 15 years ago
  55. 48e8c3c Print a pointer as pointer, it's really trivial. by Patrick Georgi · 15 years ago
  56. 11f054a Next step. Kill auto.c and failover.c and clean up Config.lb for by Carl-Daniel Hailfinger · 15 years ago
  57. aed1f92 the attached patch is the last infrastructure change necessary for by Patrick Georgi · 15 years ago
  58. 73ad326 There are more than a dozen targets in the v2 tree which refer to ROMCC by Carl-Daniel Hailfinger · 15 years ago
  59. 5cbdc1e Fix typo. trivial. by Marc Jones · 15 years ago
  60. 4ca5902 Updated microcode for for AMD Fam10 DR-B2 and B3. by Zheng Bao · 15 years ago
  61. 90e0271 forgot this. by Ronald G. Minnich · 15 years ago
  62. 61dc06c (trivial) add filo call back for those few mainboards that still (need to) by Stefan Reinauer · 15 years ago
  63. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  64. 77cf008 Forgot CONFIG_ROMFS for supermicro/h8dme. by Patrick Georgi · 15 years ago
  65. c779889 Add copyright notices to two files, src/boot/elfboot.c by ebiederm · 15 years ago
  66. ae63126 This code adds support for coreboot images that use ROMFS. by Ronald G. Minnich · 15 years ago
  67. f834e20 fix typo by Stefan Reinauer · 15 years ago
  68. ac36906 fix typo by Stefan Reinauer · 15 years ago
  69. 45dffef fix shadow variable in compute_ip_checksum.c by Stefan Reinauer · 15 years ago
  70. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  71. 420593e This fixes a shadowed declaration in multiboot.c. by Robert Millan · 15 years ago
  72. decdb3c cosmetic fix for function definition. by Stefan Reinauer · 15 years ago
  73. 3a8565a During the suspend/resume programming I came to an issue that first 4KB of by Rudolf Marek · 15 years ago
  74. 951c63f The latest ucode patches for Family 10h: by Zeng Bao · 15 years ago
  75. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 15 years ago
  76. 4b10ab3 To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves by Rudolf Marek · 15 years ago
  77. 9e9fa82 To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves by Rudolf Marek · 15 years ago
  78. 2a63ea5 Kevin O'Connor said: by Myles Watson · 15 years ago
  79. 5dd4a20 Add Supermicro h8dm3 mainboard. This is mostly a copy from the h8dmr. by Marc Jones · 15 years ago
  80. 2f4979f Fix CPUID typo. This caused fid to memory speed calculations to be off. by Marc Jones · 15 years ago
  81. d0db8f9 fix the following warning on all boards that don't have PIRQ_ROUTE enabled by Stefan Reinauer · 15 years ago
  82. c675955 fix totalimpact briq compilation. the target had a cpu specific and a mainboard by Stefan Reinauer · 15 years ago
  83. 1233054 add YABEL flag to options to decide wether access to devices other than the one yabel is running for is possible by Pattrick Hueper · 15 years ago
  84. b743885 Don't know if this is the correct fix, but it fixes compilation of the PPC by Stefan Reinauer · 15 years ago
  85. efab4ba This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  86. 5d6645a - TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in the by Carl-Daniel Hailfinger · 15 years ago
  87. ec75a57 fix typo in pci_device.c (trivial) by Stefan Reinauer · 15 years ago
  88. 6d07c93 Fix all build problems on PPC except the _SDA_BASE issues caused by the by Stefan Reinauer · 15 years ago
  89. 2075dbe add YABEL Debug Flags to Options by Pattrick Hueper · 15 years ago
  90. cb2de68 This patch reverts SuperIO changes that I was too hasty with. Even though the by Myles Watson · 15 years ago
  91. 65e9bc1 This one is an example on how to drop vgabios.c from the mainboard or chipset by Stefan Reinauer · 15 years ago
  92. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  93. cc46e73 ACPI implementation for i945, ICH7, Kontron 986LCD-M by Stefan Reinauer · 15 years ago
  94. 47e42e5 Fix HIGH_TABLES introduced error when compiling without MP table by Myles Watson · 15 years ago
  95. 30140a5 i945 northbridge update by Stefan Reinauer · 15 years ago
  96. 118c100 20090310-2-gcc-for-real: by Patrick Georgi · 15 years ago
  97. 2539934 20090310-1-paths: by Patrick Georgi · 15 years ago
  98. e1025d0 Kontron 986LCD-M updates: by Stefan Reinauer · 15 years ago
  99. a8e1168 This patch contains some significant updates to the i82801gx component and will by Stefan Reinauer · 15 years ago
  100. 34b1d4e This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still by Myles Watson · 15 years ago