1. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  2. 6841ce6 Trivial fix for tyan/s2735: a newly used option wasn't defined as "used" by Patrick Georgi · 15 years ago
  3. 94875b3 Add "printk" support to all CAR targets by Stefan Reinauer · 15 years ago
  4. c7757f2 * Use latest version of intel microcodes from their Linux drivers page for by Stefan Reinauer · 15 years ago
  5. 9cf95bf And add the new file I forgot to "svn add" in the last commit. by Patrick Georgi · 15 years ago
  6. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  7. b8a939e dd the family10h Rev C0-C2 support to coreboot. by Vincent Lim vincent.lim · 15 years ago
  8. 870f013 fix warning: no return statement in function returning non-void by Stefan Reinauer · 15 years ago
  9. 1b04403 Only add ACPI tables if ACPI is enabled for the board. by Patrick Georgi · 15 years ago
  10. a19f644 Enable HAVE_HIGH_TABLES by default for northbridges with by Patrick Georgi · 15 years ago
  11. bccaafc add_mainboard_resources is necessary for some boards (eg. kontron), but by Patrick Georgi · 15 years ago
  12. d107593 Add high table support to via vt8454c. by Patrick Georgi · 15 years ago
  13. 55faef3 by Ward Vandewege · 15 years ago
  14. 2d0b93b by Ward Vandewege · 15 years ago
  15. 1670857 Migrate via/vt8454c to CBFS. by Patrick Georgi · 15 years ago
  16. 9322578 Create a valid stack pointer after leaving CAR, so function calls don't by Patrick Georgi · 15 years ago
  17. bc9de2f Revert 4099 patch that causes an ECC error. Memory has to be written while ECC by Myles Watson · 15 years ago
  18. b61bc7c Enable CBFS for qemu and kontron. Both are builds-and-runs by Patrick Georgi · 15 years ago
  19. dcce521 Make the CBFS file lookup skip file data instead of brute-forcing by Patrick Georgi · 15 years ago
  20. 369bc78 Move decompression further down the code flow, so that - where by Patrick Georgi · 15 years ago
  21. 7994164 Remove the inclusion of lzma.c (which really contains code) by Patrick Georgi · 15 years ago
  22. 2895c45 Another v3-style #ifdef in v2 to kill by Patrick Georgi · 15 years ago
  23. 7d0ff4c These are some really horrible bugs that got through. by Ronald G. Minnich · 15 years ago
  24. cec6dc4 Change the behaviour of the ACPI generating code so it only by Patrick Georgi · 15 years ago
  25. e914903 Remove duplicate code. by Patrick Georgi · 15 years ago
  26. 4940ab7 This patch hooks up git mirrored svn revisions and adds some by Carl-Daniel Hailfinger · 15 years ago
  27. 9f0f105 Sometimes when we debug the code, we need to know which version we are by Zheng Bao · 15 years ago
  28. 554fce6 makes the smi handler a little bit less verbose by Stefan Reinauer · 15 years ago
  29. 6315274 This patch fixes the parser. '|' has special meaning so [|] is used. by Myles Watson · 15 years ago
  30. 85b851a Convert 12 more boards to use include statements in Config.lb. by Carl-Daniel Hailfinger · 15 years ago
  31. 723bf0c Trivial patch. I forgot to update K8_SET_FIDVID. by Myles Watson · 15 years ago
  32. 5b34bdd This patch adds the target hp/dl145_g3 together with by Mondrian nuessle · 15 years ago
  33. 21da019 This patch add rudimentary support for the superio functionality of by Mondrian nuessle · 15 years ago
  34. d9b1c4f This patch adds support for the BCM21000 (aka HT-2100) PCIe bridge. by Mondrian nuessle · 15 years ago
  35. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  36. 4d59eaa - printed CBFS rom address was always 0 - drop dead code. by Stefan Reinauer · 15 years ago
  37. f96c2d9 fix warnings, shadowed declarations and style guide violations (all trivial) by Stefan Reinauer · 15 years ago
  38. 8afdb1c drop unused variable. by Stefan Reinauer · 15 years ago
  39. afa5985 no duplicate names in cmos.layout allowed. (fixes a bunch of boards) by Stefan Reinauer · 15 years ago
  40. 570933c remove some style guide breaks and warnings from raminit_f_dqs.c by Stefan Reinauer · 15 years ago
  41. 38c49fd argh... never redo parts of the original patch on the fly. This fixes the tree by Stefan Reinauer · 15 years ago
  42. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  43. 953253f This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a by Stefan Reinauer · 15 years ago
  44. da65fbf Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. by Stefan Reinauer · 15 years ago
  45. 7e9771c * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 by Stefan Reinauer · 15 years ago
  46. 6af0cb6 Trivial removal of a freudian slip. by Patrick Georgi · 15 years ago
  47. 7e16bf3 - function prototypes do not need "extern" by Stefan Reinauer · 15 years ago
  48. 6fa0317 remove a few warnings, and comments á la #include <foo.h> // include file foo.h by Stefan Reinauer · 15 years ago
  49. 4855f56 add define for Role-Based Error Reporting to PCIe defines (trivial) by Stefan Reinauer · 15 years ago
  50. 5bba752 fix a warning for a misnamed define, and make a debug message printk_debug by Stefan Reinauer · 15 years ago
  51. 507d843 CONFIG_CHIP_NAME is dead (trivial) by Stefan Reinauer · 15 years ago
  52. df444bf Add a helper function to acpigen to create _PSD tables. by Patrick Georgi · 15 years ago
  53. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  54. b266f6f Somehow svn add didn't work for the include files. Commit the remainder by Carl-Daniel Hailfinger · 15 years ago
  55. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  56. dbda3a9 Fix implicit declarations of done_cache_as_ram_main by adding a by Carl-Daniel Hailfinger · 15 years ago
  57. 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
  58. 1458228 Add support for the ASUS P2B-D mainboard. by Uwe Hermann · 15 years ago
  59. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  60. 56c51bd This needed to be removed. by Ronald G. Minnich · 15 years ago
  61. e4be46b Following patch flushes the instruction queue when we set PE=0. This is normally by Rudolf Marek · 15 years ago
  62. f9fab37 I deleted mptable.c in my patch, but forgot to svn rm it. by Myles Watson · 15 years ago
  63. 13e1921 v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  64. 472f3ff This patch cleans up mpspec.h and allows it to be included when HAVE_MP_TABLE=0 by Myles Watson · 15 years ago
  65. 8214457 r4097 broke the tree and it remains unfixed :-( by Stefan Reinauer · 15 years ago
  66. 57f6c08 EPIA-CN does not have any ACPI tables. Fixes manual and auto build here. by Peter Stuge · 15 years ago
  67. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  68. 3935b19 fix up the tree. by Stefan Reinauer · 15 years ago
  69. 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
  70. c824b58 Emergency fix. Most targets now build. by Ronald G. Minnich · 15 years ago
  71. 743b635 I need to do uses HAVE_ACPI_RESUME for each board. Here we go. by Rudolf Marek · 15 years ago
  72. 0fb21c4 The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on this file. by Rudolf Marek · 15 years ago
  73. 6bb6e03 Following patch adds support for the ACPI resume on Asus M2V-MX SE. The ACPI by Rudolf Marek · 15 years ago
  74. 15bf50d Following patch adds resume (exit from self refresh) support for AMD K8 revF by Rudolf Marek · 15 years ago
  75. 33cafe5 Following patch implements ACPI resume support for coreboot. The hardware main by Rudolf Marek · 15 years ago
  76. 497c8ef Following patch adds support for resume on VT8237 based motherboards. The NB by Rudolf Marek · 15 years ago
  77. a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
  78. 3f04dad Fix the following errors: by Carl-Daniel Hailfinger · 15 years ago
  79. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  80. e86c65b The IT8712F needs to have the configuration bits changed to handle the power for by Rudolf Marek · 15 years ago
  81. 7845fb5 Bring S2912 and S2912_Fam10 Config.lb in line with each other. by Carl-Daniel Hailfinger · 15 years ago
  82. a3ec56c by Ward Vandewege · 15 years ago
  83. ebdc7c7 Kill remaining unneeded CAR/ROMCC if-blocks. by Carl-Daniel Hailfinger · 15 years ago
  84. 8d9f932 unify spd_ddr2.h (trivial) by Stefan Reinauer · 15 years ago
  85. 013c7cf * commit previously forgotten romfs.txt by Stefan Reinauer · 15 years ago
  86. d367037 fix sandpointx3_altimus_mpc7410 target. We're back at all boards compiling. by Stefan Reinauer · 15 years ago
  87. 0de8b91 This tested ok, but qemu can't really handle c0000 as RAM. (trivial) by Ronald G. Minnich · 15 years ago
  88. 4a8523a This is a bit of an emergency fix for qemu. Ethernet routing has not been by Ronald G. Minnich rminnich · 15 years ago
  89. b3b7db7 This fixes a bug in romfs code; see comment. If we add the pci rom by Ronald G. Minnich · 15 years ago
  90. 308312c Some changes for option roms: by Ronald G. Minnich · 15 years ago
  91. 662d52d Add support for romfs to option rom loading. by Ronald G. Minnich · 15 years ago
  92. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  93. da6d92b Daniel Toussaint wrote: by Daniel Toussaint · 15 years ago
  94. 38891ab cross compilation fix for motorola sandpoint based boards by Stefan Reinauer · 15 years ago
  95. 85107f2 two more totalimpact briq fixes. Gets us back to the romfs breakage on PPC by Stefan Reinauer · 15 years ago
  96. 9f243a1 fix this warning: by Stefan Reinauer · 15 years ago
  97. dd0b6ff fix this warning for the embedded planet ep405pc by Stefan Reinauer · 15 years ago
  98. 16e34b9 small workaround for romtool incompatibility with ppc ports by Stefan Reinauer · 15 years ago
  99. 6e244da fix variable shadowing in lzmadecode.c (trivial) by Stefan Reinauer · 15 years ago
  100. 2ddacb6 fix configuration step of totalimpact briq and embeddedplanet ep405pc. by Stefan Reinauer · 15 years ago