1. d24fe7e i810: Add support for multiple DIMMs, both single-sided and double-sided, by Elia Yehuda · 16 years ago
  2. 4cf5ecf Get rid of the unnecessary indirection by 'struct mem_controller' for the by Uwe Hermann · 16 years ago
  3. 8c558d3 OK, people, watch this. by Stefan Reinauer · 16 years ago
  4. 86c9b88 Coding-style and whitespace fixes (also to make the code more similar by Uwe Hermann · 16 years ago
  5. f31ca16 Add support for the LiPPERT Cool RoadRunner-LX embedded PC board: by Jens Rottmann · 16 years ago
  6. 8ab91d8 i810: Add some more comments, and especially add a list of tested BUFF_SC by Uwe Hermann · 16 years ago
  7. e35d5e3 drop dead code in sb600 hda by Stefan Reinauer · 16 years ago
  8. a04b107 Add another AM2 cpuid to the name string. Also, colapse the cases for duplicate strings to save some space. by Marc Jones · 16 years ago
  9. 3bb2628 Thanks to Uwe Hermann for spotting this typo. by Stefan Reinauer · 16 years ago
  10. 1ec5094 Add support for the Winbond W83627DHG Super I/O. by Uwe Hermann · 16 years ago
  11. 81af3d4 [PATCH] coreboot-v2: Add multiboot support by Robert Millan · 16 years ago
  12. 3b6c527 Always enable serial before SMBus (or as early as possible), as the SMBus by Uwe Hermann · 16 years ago
  13. 779b3e3 Merge some parts of the i945 review (trivial): by Stefan Reinauer · 16 years ago
  14. a163729 i945.h: Add some more comments, align data for better readability (trivial). by Uwe Hermann · 16 years ago
  15. 160361a The POST_CODE macro had the outb() argument order backwards. by Carl-Daniel Hailfinger · 16 years ago
  16. c1c207f Re-add "based on" lines. by Uwe Hermann · 16 years ago
  17. 65ebc79 Drop #defines for registers that are not existant on the ICH7. by Uwe Hermann · 16 years ago
  18. 556801e The enable_hpet() code in intel/i82801gx will not work with the by Uwe Hermann · 16 years ago
  19. 98afd9b Fix compile errors if CONFIG_FS_PAYLOAD=1: by Jens Rottmann · 16 years ago
  20. 632f865 Add the missing I/O resources for IT8712F GPIOs. (E.g. some LiPPERT by Jens Rottmann · 16 years ago
  21. 9cc49b2 Set asus/a8v-3_se to use printk in CAR. (trivial) by Marc Jones · 16 years ago
  22. c87ddd9 Update K8 FID/VID setup. Add support for 100MHz FIDs (revG). by Marc Jones · 16 years ago
  23. d4ef054 modify pirq tables for epia-cn. by Ronald G. Minnich · 16 years ago
  24. 91df561 Trim down the list of southbridges supported by the i82801xx driver by Uwe Hermann · 16 years ago
  25. 5d7a1c8 Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines. by Uwe Hermann · 16 years ago
  26. 429d6b6 Here's a patch towards r3690 upping the ROM size for the S2912 Fam10 target to 1M. by Arne Georg Gleditsch · 16 years ago
  27. edc7ef2 Add support for the LiPPERT Cool SpaceRunner-LX embedded PC board: by Jens Rottmann · 16 years ago
  28. bddc693 i945/ICH7: Use #defines from pci_ids.h (trivial). by Uwe Hermann · 16 years ago
  29. 36a2268 Support for the Kontron 986LCD-M mainboard series. by Stefan Reinauer · 16 years ago
  30. 278534d Support for the Intel 945 northbridge. by Stefan Reinauer · 16 years ago
  31. 00a889c Support for Intel Core Duo and Core 2 Duo (tm) CPUs. by Stefan Reinauer · 16 years ago
  32. debb11f Support for the Intel ICH7 southbridge. by Stefan Reinauer · 16 years ago
  33. b70d199 Implement support for the Winbond W83627THG. by Stefan Reinauer · 16 years ago
  34. 532fd2d Changes required to the device allocator: by Stefan Reinauer · 16 years ago
  35. 13be848 Add initial support for the MSI MS-6147 mainboard. by Mats Erik Andersson · 16 years ago
  36. c811a1c Made await_ide(), which polls for an ide status change, check the status by Jens Rottmann · 16 years ago
  37. f6fa12d Changed RAM speed calculation to fix RAM modules getting rejected only by Jens Rottmann · 16 years ago
  38. 5e5bef5 Speed up copying coreboot to ram by using "movsl" instead of "movsb". by Jens Rottmann · 16 years ago
  39. 9a9e61b Fixes a off-by-one error when routing the IRQs. This led to IRQ15 not by Jens Rottmann · 16 years ago
  40. 039255c I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'. by Uwe Hermann · 16 years ago
  41. 97f56a4 Add missing license header. by Uwe Hermann · 16 years ago
  42. 71a2fbf One more little fix for the Jetway J7F[24], option tables can only be by Corey Osgood · 16 years ago
  43. 01a9c1b Final fix for C7 boards, which are still using ROMCC, to be able to by Corey Osgood · 16 years ago
  44. 8829c7d ROMCC chokes on vt8237_early_network_init(). Since that function is only by Carl-Daniel Hailfinger · 16 years ago
  45. 8a3ad59 Revision 3564 improved compilation time, but it also introduced a by Carl-Daniel Hailfinger · 16 years ago
  46. b1b071f * Add a new board, the BCom WinNET P680 by Alex Mauer · 16 years ago
  47. ca11e7c Revision 3567 introduced __attribute__((packed)) for a structured which by Carl-Daniel Hailfinger · 16 years ago
  48. b8e53eb Add support for the Intel EP80579 (Tolapai) Development Kit mainboard (Truxton). by Ed Swierk · 16 years ago
  49. b7d781d Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be. by Uwe Hermann · 16 years ago
  50. 28401bd Drop unused (or commented / #if 0) reset.c files. by Uwe Hermann · 16 years ago
  51. 598ba43 Drop tons of duplicated debug.c files, move common file to by Uwe Hermann · 16 years ago
  52. 8ce164d Remove an extra bracket left by the vt8237r cleanup patch (trivial) by Corey Osgood · 16 years ago
  53. 0a20c41 VIA VT8237R cleanups (trivial). by Uwe Hermann · 16 years ago
  54. 2e5a9d9 Add support for the VIA pc2500e mainboard (CN700 + VT8237R). by Uwe Hermann · 16 years ago
  55. 3be4bc8 Drop a number of duplicated failover.c files (they have the same content by Uwe Hermann · 16 years ago
  56. 32965d8 by Ward Vandewege · 16 years ago
  57. ea7b518 Indent-based + manual cleanups for CN700 (trivial). As this will be ported by Uwe Hermann · 16 years ago
  58. c1d06b7 Added comment about sb600 wideio setting for clarity and a minor witespace cleanup. (trivial) by Marc Jones · 16 years ago
  59. 964f066 [PATCH] coreboot: Don't loop forever waiting for HDA codecs by Jordan Crouse · 16 years ago
  60. a643ea3 Whitespace fixes. by Myles Watson · 16 years ago
  61. 69e9cc4 Fix obviously (syntactically) broken cmos.layout (trivial). by Uwe Hermann · 16 years ago
  62. cf762a4 Ron has been doing really good work over in v3. The problem is that the work got checked into v2. This should get us back to where we were. (trivial) by Marc Jones · 16 years ago
  63. 6c0b6d7 Fix/amend the incorrect pnp_dev_info[] items for the ITE IT8712F Super I/O. by Uwe Hermann · 16 years ago
  64. 92f3eda Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have tried by Carl-Daniel Hailfinger · 16 years ago
  65. cee9438 Whitespace cleanup (trivial). by Myles Watson · 16 years ago
  66. d61ada6 Whitespace cleanup (trivial). by Myles Watson · 16 years ago
  67. 7f3d48c CK804 coding-style fixed based on an 'indent' run (trivial). by Uwe Hermann · 16 years ago
  68. 5107174 This is so that people can see it. This is the sb600 for v3. It almost by Ronald G. Minnich · 16 years ago
  69. 248a7df Fix a typo. by Carl-Daniel Hailfinger · 16 years ago
  70. bdb96f8 Use easily readable macros to setup interrupt routing. by Carl-Daniel Hailfinger · 16 years ago
  71. 5263b01 Missed a CONFIG_USE_PRINTK_IN_CAR define for the Asus m2v-mx_se. by Marc Jones · 16 years ago
  72. b816d33 Enable all available devices on the ASUS A8N-E (trivial). by Uwe Hermann · 16 years ago
  73. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  74. 336935c Coding-style fixes and simplifications for the ASUS A8N-E (trivial). by Uwe Hermann · 16 years ago
  75. 45db366 A duplicate register address is incremented in table register_values. by Mats Erik Andersson · 16 years ago
  76. 2080bd9 AMD K8 platforms must use CAR so it makes sense to use the PRINK_IN_CAR by Marc Jones · 16 years ago
  77. b5623d1 This patch for the AMD K8 allows a single DIMM to be populated in the by Marc Jones · 16 years ago
  78. 830b17d fix ppc mainboards (trivial) by Stefan Reinauer · 16 years ago
  79. ecd176f This patch fixes the dbm690t keyboard not working issue. It should also by Marc Jones · 16 years ago
  80. 96bcc53 Add IRQ12 to the dbm690t mptable for mouse interrupt support. by Marc Jones · 16 years ago
  81. f69d5ee Support for the memory controller and PCIe interface of the Intel by Ed Swierk · 16 years ago
  82. 4590ce2 by Rudolf Marek · 16 years ago
  83. 3aca4b5 The AMD dbm690t mainboard uses the it8712f SIO with the by Marc Jones · 16 years ago
  84. 0f4282b Attached patch removes HPET info from ACPI tables. HPET does not work fine on by Rudolf Marek · 16 years ago
  85. 0583997 Following patch adds support for Asus M2V-E SE. Works pretty well, the only by Rudolf Marek · 16 years ago
  86. 80d7c85 Patch for AMD DBM690T board. by Michael Xie · 16 years ago
  87. 7586cef Patch for AMD SB600 chipset. by Michael Xie · 16 years ago
  88. 06755e4 Patch for AMD RS690 chipset. by Michael Xie · 16 years ago
  89. 0b0771d Attached patch fixes at least one issue ;) During the PCI BAR sizing must be the by Rudolf Marek · 16 years ago
  90. c4128cf Whitespace and style cleanup. (trivial) by Marc Jones · 16 years ago
  91. 8d183c5 Add AMD K8 S1G1 socket support. by Michael Xie Michael.Xie · 16 years ago
  92. 64caf36 ck804 whitespace fixes by Myles Watson · 16 years ago
  93. a67c354c Fix whitespace in tyan s289{1,2,5} files. Also removes some #if 0 and #if 1 by Myles Watson · 16 years ago
  94. 229c20f For the jetway jf2/4 series of mainboards: by Alex Mauer · 16 years ago
  95. f657d75 From Vincent Legoll: by Stefan Reinauer · 16 years ago
  96. 9196dd5 Add the "jetway j7f[24]*" mainboard. As compared to the Via Epia CN, this by Alex Mauer · 16 years ago
  97. d9f29c8 This patch adds support for the VIA VT8237S south bridge. The VT8237R programming remains unchanged (tested by Rudolf Marek · 16 years ago
  98. 00809eb This changes the python generated makefiles by Carl-Daniel Hailfinger · 16 years ago
  99. 1149a36 Tidy up identifiers, per Uwe's suggestion. Trivial. by Ed Swierk · 16 years ago
  100. d4759d0 This patch gets the Epia-CN working without ACPI or APIC. by Bari Ari · 16 years ago