1. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  2. 5244e1b Convert more boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  3. 8cda969 Convert boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  4. d8a789f Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were by Patrick Georgi · 14 years ago
  5. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  6. 86a5717 Build fix. by Uwe Hermann · 14 years ago
  7. 26535d6 Merge all spd_addr.h into the resp. romstage.c files. by Uwe Hermann · 14 years ago
  8. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  9. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  10. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  11. 24f324c Drop unused and incorrect RTC_DEV for Winbond W83627EHG. by Uwe Hermann · 14 years ago
  12. 8c107bc Move DIMM_MAP_LOGICAL to Kconfig. by Patrick Georgi · 14 years ago
  13. 9e18038 Move register block definitions out of board code into by Patrick Georgi · 14 years ago
  14. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  15. 361bd10 Move Intel power management related defines to some central location. by Patrick Georgi · 14 years ago
  16. 0fe6e9a Dynamically generate PNP0C02 mainboard resources in SSDT by Tobias Diedrich · 14 years ago
  17. 8520e01 Linux also needs the MMCONF area to be reserved either in E820 or by Tobias Diedrich · 14 years ago
  18. e0c0a82 This problem was introduced with by Tobias Diedrich · 14 years ago
  19. 8a71dcd The only southbridge having a pirq_assign_irqs function (needed for by Tobias Diedrich · 14 years ago
  20. 2b6e93b Drop W83627THF, it's the same device as W83627THG. by Uwe Hermann · 14 years ago
  21. 3226cf8 Drop commented out debug defines by Patrick Georgi · 14 years ago
  22. 5876d06 Forgot to remove one set of SET_FIDVID defines by Patrick Georgi · 14 years ago
  23. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  24. 20c3d77 fix random breakage by Stefan Reinauer · 14 years ago
  25. c2bf26d Move RCBA defines to northbridge (instead of mainboard) by Patrick Georgi · 14 years ago
  26. 2e9323e Add a target for the ASUS A8V-E Deluxe (trivial). by Uwe Hermann · 14 years ago
  27. 0675d5c CK804/MCP55 devicetree.cb cosmetic and indentation fixes. by Uwe Hermann · 14 years ago
  28. 727edb0 Return 0, (as for 40pin cable if SB not found) by Rudolf Marek · 14 years ago
  29. 5d72eb5 Move cable detect logic to a weak function in vt8237r_ide.c and add by Tobias Diedrich · 14 years ago
  30. 5960fb3 mainboard/asus/m2v: Set DDR2 voltage to 1.8V by Tobias Diedrich · 14 years ago
  31. 5f00e0c Use the new mptable_write_buses() on the ASUS M2V. by Tobias Diedrich · 14 years ago
  32. ca03331 Add mptable for ASUS M2V. by Tobias Diedrich · 14 years ago
  33. d1a1d57 Restructure i3100 Super I/O driver to match the rest of the codebase. by Uwe Hermann · 14 years ago
  34. 8b3cac2 Add acpi tables and dsdt. by Tobias Diedrich · 14 years ago
  35. 6222fe0 Add pirq table for ASUS M2V. by Tobias Diedrich · 14 years ago
  36. 6018e1b DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4 by Scott Duplichan · 14 years ago
  37. 4e6305f Should be part of 6044. I forgot to add the directory :/ by Tobias Diedrich · 14 years ago
  38. 4a6dfeb This adds the m2v directory and necessary files to src/mainboards/asus and by Tobias Diedrich · 14 years ago
  39. b9e16df Remove empty files added by accident. Sorry about that. Rudolf by Rudolf Marek · 14 years ago
  40. 7bbd7f2 Move K8_ALLOCATE_IO_RANGE to Kconfig. by Patrick Georgi · 14 years ago
  41. 2210135 This adds the VT8237A LPC device id and the pci_driver struct in vt8237r_lpc.c by Tobias Diedrich · 14 years ago
  42. 9fb2e3a FIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in one by Patrick Georgi · 14 years ago
  43. 168acf9 Fix a few incorrect GIGABYTE board names (trivial). by Uwe Hermann · 14 years ago
  44. fbd85a1 ECS P6IWP-Fe: Fix typo, add missing license header. by Uwe Hermann · 14 years ago
  45. 68854f3 Remove unused defines (UART_*) by Patrick Georgi · 14 years ago
  46. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  47. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  48. d51122d Various PIRQ/MPTABLE/ACPI Kconfig fixes. by Uwe Hermann · 14 years ago
  49. eca3280 Add Kconfig CPU speed selection to Geode GX2 boards. by Nils Jacobs · 14 years ago
  50. f29b3b6 GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value. by Nils Jacobs · 14 years ago
  51. 305e886 Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.c by Uwe Hermann · 14 years ago
  52. 76890dd Change Geode GX2 to use the auto DRAM detect code from Geode LX. by Nils Jacobs · 14 years ago
  53. e5b60bc Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway. by Uwe Hermann · 14 years ago
  54. f9892166 Remove incorrect IOAPIC lines from some mptable.c files. by Uwe Hermann · 14 years ago
  55. da22d21 Mptable related fixes for ASUS P2B-DS. by Uwe Hermann · 14 years ago
  56. bb42300 Drop duplicate HAVE_ACPI_TABLES (trivial). by Uwe Hermann · 14 years ago
  57. 7718054 Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D. by Uwe Hermann · 14 years ago
  58. 706b350 Enable CK804 AC'97 audio interface and explicitly enable NIC on A8N-E. by Jonathan Kollasch · 14 years ago
  59. 2585d2d Drop referenced-yet-does-nothing static function from ms7135 romstage. by Jonathan Kollasch · 14 years ago
  60. d8bed0a Convert ck804_early_smbus.c to a separately compiled unit. by Jonathan Kollasch · 14 years ago
  61. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  62. 4a8d993 Convert all ck804-based boards to tiny bootblock. by Jonathan Kollasch · 14 years ago
  63. 9d4212f Move bcm5785_enable_rom.c include to where it's used. by Patrick Georgi · 14 years ago
  64. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  65. 7c1fb7b Running a checked build of Windows is needed for understanding its various BIOS related BSODs. Win7 checked build complains when running coreboot+seabios: by Scott Duplichan · 14 years ago
  66. 115e660 Drop duplicate SB_HT_CHAIN_ON_BUS0 in Kconfig for MS-7135. Trivial. by Jonathan Kollasch · 14 years ago
  67. 6f566b7 Use the correct (W83627THF, not W83627HF) superio code in MS-7135 romstage. by Jonathan Kollasch · 14 years ago
  68. d208c1a Use mptable_write_buses(). Remove unhelpful comment. by Jonathan Kollasch · 14 years ago
  69. 6b0ade7 Modernize socket_754 Kconfig with CAR and address bits information. by Jonathan Kollasch · 14 years ago
  70. 212d0a2 Remove various .c #includes from Intel i810/i82801ax/i82801bx boards. by Uwe Hermann · 14 years ago
  71. ab50d62 Convert all Intel i810 boards to CAR. by Uwe Hermann · 14 years ago
  72. 51eafde Enable or disable the power button in Kconfig by Peter Stuge · 14 years ago
  73. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  74. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  75. c4f98b6 don't include unused code, we only need the header. by Stefan Reinauer · 14 years ago
  76. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  77. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  78. 6798b47 Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK. by Uwe Hermann · 14 years ago
  79. 6f2d20e Convert all Intel 440BX boards to Cache-as-RAM (CAR). by Uwe Hermann · 14 years ago
  80. 5f89d0a Add second CK804 for tyan/s2895 and sunw/ultra40. by Myles Watson · 14 years ago
  81. abc0c77 attached patch moves a couple more config flags out of romstage: by Patrick Georgi · 14 years ago
  82. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  83. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  84. ae3f2b3 Allow selecting the physical USB Debug Port on AMD SB700. by Uwe Hermann · 14 years ago
  85. df67c67 Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it. by Jonathan Kollasch · 14 years ago
  86. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  87. 6c05bf4 ICS951462_ADDRESS defined but _never_ used. Drop it. by Patrick Georgi · 14 years ago
  88. 6f56ad2 Remove a couple of defines that seem to be the result of by Patrick Georgi · 14 years ago
  89. e4bc0f6 Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM by Peter Stuge · 14 years ago
  90. 77d6683 Move several i945 config #defines from romstage.c to Kconfig. by Patrick Georgi · 14 years ago
  91. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  92. d4d0a45 fix Kontron KT690 and clean up socket S1G1 boards accordingly. by Stefan Reinauer · 14 years ago
  93. 011d0d8 drop unneeded earlymtrr.c include by Stefan Reinauer · 14 years ago
  94. 98a8c0c Move CAR settings to board config for socket 940 boards. by Warren Turkal · 14 years ago
  95. 7a59a44 Move VIA C7 board CAR config to VIA C7 instead of boards. by Warren Turkal · 14 years ago
  96. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  97. 3bd79294 I missed these boards in a previous commit. by Warren Turkal · 14 years ago
  98. c0bde28 Good bye, OLPC... by Stefan Reinauer · 14 years ago
  99. e0afe73 All these boards already had the CACHE_AS_RAM option in their individual by Warren Turkal · 14 years ago
  100. 768d8ea Move CAR config from mainboard to CPU config for AMD GX2 boards. by Warren Turkal · 14 years ago