1. 6fc7d27 fix typo by Stefan Reinauer · 14 years ago
  2. d73c505 devicetree.cb: Only add as many entries as there are DIMM slots. by Uwe Hermann · 14 years ago
  3. e87c38e After finding the missing bit poweroff works now. by Tobias Diedrich · 14 years ago
  4. 39124dd Broadcom BCM5785: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  5. e89d8a5 AMD SB600: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  6. 1f7d3c5 AMD-8111: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  7. df323fc MCP55: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  8. 48ae608 S3 support for ASUS M2V by Tobias Diedrich · 14 years ago
  9. ba9f0b3 With low serial console loglevels a pcie graphics card is not by Tobias Diedrich · 14 years ago
  10. 88dc531 This patch solves crashes and BSODs that occur when booting Win7 with by Scott Duplichan · 14 years ago
  11. 612fcc3 Make smp_write_bus static (local scope), to prevent new boards from by Patrick Georgi patrick · 14 years ago
  12. bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 14 years ago
  13. 9b5295f Drop unused ACPI_WRITE_MADT_IOAPIC #define. by Uwe Hermann · 14 years ago
  14. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  15. 7411eab Final set of smp_write_bus -> mptable_write_buses changes. by Patrick Georgi · 14 years ago
  16. 394965d Workaround to get die.c to work with romcc. by Patrick Georgi · 14 years ago
  17. 6e9ab97 i855: Remove useless memctrl indirection. by Uwe Hermann · 14 years ago
  18. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  19. e9c4473 acpi.h: Small fixes and adding comments. by Uwe Hermann · 14 years ago
  20. fae0d6c Move CK804_PCI_E_X and CK804B_PCI_E_X defines (which have been 4 by by Jonathan Kollasch · 14 years ago
  21. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  22. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  23. 5244e1b Convert more boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  24. 8cda969 Convert boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  25. d8a789f Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were by Patrick Georgi · 14 years ago
  26. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  27. 86a5717 Build fix. by Uwe Hermann · 14 years ago
  28. 26535d6 Merge all spd_addr.h into the resp. romstage.c files. by Uwe Hermann · 14 years ago
  29. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  30. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  31. 622824c Cosmetic fixes and comment additions in acpi.c. by Uwe Hermann · 14 years ago
  32. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  33. 24f324c Drop unused and incorrect RTC_DEV for Winbond W83627EHG. by Uwe Hermann · 14 years ago
  34. 8c107bc Move DIMM_MAP_LOGICAL to Kconfig. by Patrick Georgi · 14 years ago
  35. 9e18038 Move register block definitions out of board code into by Patrick Georgi · 14 years ago
  36. d491769 For completeness sake: License header. by Patrick Georgi · 14 years ago
  37. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  38. 361bd10 Move Intel power management related defines to some central location. by Patrick Georgi · 14 years ago
  39. 0fe6e9a Dynamically generate PNP0C02 mainboard resources in SSDT by Tobias Diedrich · 14 years ago
  40. 8520e01 Linux also needs the MMCONF area to be reserved either in E820 or by Tobias Diedrich · 14 years ago
  41. e0c0a82 This problem was introduced with by Tobias Diedrich · 14 years ago
  42. 8a71dcd The only southbridge having a pirq_assign_irqs function (needed for by Tobias Diedrich · 14 years ago
  43. 2b6e93b Drop W83627THF, it's the same device as W83627THG. by Uwe Hermann · 14 years ago
  44. 3226cf8 Drop commented out debug defines by Patrick Georgi · 14 years ago
  45. 5876d06 Forgot to remove one set of SET_FIDVID defines by Patrick Georgi · 14 years ago
  46. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  47. 0f02daf back out parts of #6073 by Stefan Reinauer · 14 years ago
  48. 20c3d77 fix random breakage by Stefan Reinauer · 14 years ago
  49. c2bf26d Move RCBA defines to northbridge (instead of mainboard) by Patrick Georgi · 14 years ago
  50. a69d978 C and other Super I/O cosmetic fixes. by Uwe Hermann · 14 years ago
  51. 2e9323e Add a target for the ASUS A8V-E Deluxe (trivial). by Uwe Hermann · 14 years ago
  52. 0675d5c CK804/MCP55 devicetree.cb cosmetic and indentation fixes. by Uwe Hermann · 14 years ago
  53. 727edb0 Return 0, (as for 40pin cable if SB not found) by Rudolf Marek · 14 years ago
  54. 5d72eb5 Move cable detect logic to a weak function in vt8237r_ide.c and add by Tobias Diedrich · 14 years ago
  55. d441afd Currently the by Tobias Diedrich · 14 years ago
  56. f3cce2f MTRR related improvements for AMD family 10h and family 0Fh systems by Scott Duplichan · 14 years ago
  57. 5960fb3 mainboard/asus/m2v: Set DDR2 voltage to 1.8V by Tobias Diedrich · 14 years ago
  58. ab940df Add support for Fintek F71872 superio. by Jonathan Kollasch · 14 years ago
  59. 5330dd9 Remove superfluous Super I/O res0/res1 lines. by Uwe Hermann · 14 years ago
  60. 1dcd26c Add VT8237A id to src/southbridge/via/vt8237r/bootblock.c by Tobias Diedrich · 14 years ago
  61. e080bca Add pci id and ops for VT8237A SATA controller by Tobias Diedrich · 14 years ago
  62. 5f00e0c Use the new mptable_write_buses() on the ASUS M2V. by Tobias Diedrich · 14 years ago
  63. ca03331 Add mptable for ASUS M2V. by Tobias Diedrich · 14 years ago
  64. d1a1d57 Restructure i3100 Super I/O driver to match the rest of the codebase. by Uwe Hermann · 14 years ago
  65. 340fa93 Random Winbond Super I/O cosmetic and coding-style fixes. by Uwe Hermann · 14 years ago
  66. 02d66fd1b Make amdk8 printk_raminit() accept just a single string parameter by Peter Stuge · 14 years ago
  67. 5015f79 Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() by Peter Stuge · 14 years ago
  68. a953f37 Debugging facility improvements. by Uwe Hermann · 14 years ago
  69. f228a6c ITE IT8661F changes to match the common code structure. by Uwe Hermann · 14 years ago
  70. c292467 This fixes a FIXME in src/cpu/amd/mtrr/amd_mtrr.c and shuts up the by Tobias Diedrich · 14 years ago
  71. 8b3cac2 Add acpi tables and dsdt. by Tobias Diedrich · 14 years ago
  72. 6222fe0 Add pirq table for ASUS M2V. by Tobias Diedrich · 14 years ago
  73. 7fa0819 Add #include guards to all Super I/O header files (trivial). by Uwe Hermann · 14 years ago
  74. f648d61 by Ward Vandewege · 14 years ago
  75. 5c6bae2 Random ITE Super I/O fixes. by Uwe Hermann · 14 years ago
  76. 6018e1b DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4 by Scott Duplichan · 14 years ago
  77. 4e6305f Should be part of 6044. I forgot to add the directory :/ by Tobias Diedrich · 14 years ago
  78. 4a6dfeb This adds the m2v directory and necessary files to src/mainboards/asus and by Tobias Diedrich · 14 years ago
  79. a151f27 Depends on the "Introduce get_vt8237_lpc() function" and by Tobias Diedrich · 14 years ago
  80. 7714cd0 This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.c by Tobias Diedrich · 14 years ago
  81. e165d41 Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too. by Tobias Diedrich · 14 years ago
  82. ef2928e Instead of duplicating the pci_locate_device calls multiple times, by Tobias Diedrich · 14 years ago
  83. 6953eeb Add pointer to public PCIe bridge documentation on by Tobias Diedrich · 14 years ago
  84. 113b29f This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.c by Tobias Diedrich · 14 years ago
  85. b9e16df Remove empty files added by accident. Sorry about that. Rudolf by Rudolf Marek · 14 years ago
  86. 7bbd7f2 Move K8_ALLOCATE_IO_RANGE to Kconfig. by Patrick Georgi · 14 years ago
  87. 2210135 This adds the VT8237A LPC device id and the pci_driver struct in vt8237r_lpc.c by Tobias Diedrich · 14 years ago
  88. 9fb2e3a FIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in one by Patrick Georgi · 14 years ago
  89. 168acf9 Fix a few incorrect GIGABYTE board names (trivial). by Uwe Hermann · 14 years ago
  90. fbd85a1 ECS P6IWP-Fe: Fix typo, add missing license header. by Uwe Hermann · 14 years ago
  91. 68854f3 Remove unused defines (UART_*) by Patrick Georgi · 14 years ago
  92. 8c02368 Various Super I/O fixes and corrections. by Uwe Hermann · 14 years ago
  93. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  94. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  95. d51122d Various PIRQ/MPTABLE/ACPI Kconfig fixes. by Uwe Hermann · 14 years ago
  96. adc9750 Follow-up for r6025, do 0x87 twice in superio.c, too. by Uwe Hermann · 14 years ago
  97. 27770c9 According to the description in datasheet of f71889, by Zheng Bao · 14 years ago
  98. eca3280 Add Kconfig CPU speed selection to Geode GX2 boards. by Nils Jacobs · 14 years ago
  99. f29b3b6 GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value. by Nils Jacobs · 14 years ago
  100. a1e2c56 Remove banner wrapper function and unify print(k) usage. by Nils Jacobs · 14 years ago