1. 3949e37 Drop CONFIG_AP_CODE_IN_CAR by Stefan Reinauer · 11 years ago
  2. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  3. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  4. 12d6024 AMD boards: ACPI DSDT: Use COREBOOT for the OEM Table ID field by Paul Menzel · 11 years ago
  5. 528640d mainboard.c: Name enable_dev function uniformly `mainboard_enable` by Paul Menzel · 11 years ago
  6. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 12 years ago
  7. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 12 years ago
  8. 9824328 Drop empty mainboard.c by Kyösti Mälkki · 12 years ago
  9. 897aeeb Drop empty mainboard_ops by Kyösti Mälkki · 12 years ago
  10. bbc880e amdk8/amdfam10: Use CAR_GLOBAL for sysinfo by Patrick Georgi · 12 years ago
  11. e135ac5 Remove AMD special case for LAPIC based udelay() by Patrick Georgi · 12 years ago
  12. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  13. bf5a7dc Drop CONFIG_HAVE_BUS_CONFIG, clean up Kconfig by Stefan Reinauer · 12 years ago
  14. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  15. cf8e466 Cleanup coreboot memory table includes by Kyösti Mälkki · 12 years ago
  16. 1c5071d Drop HAVE_MAINBOARD_RESOURCES by Kyösti Mälkki · 12 years ago
  17. 6b5eb1c AMD and GFXUMA: move setup_uma_memory() to northbridge by Kyösti Mälkki · 12 years ago
  18. a2701c6 Revert "remove CONFIG_SERIAL_CPU_INIT" by Sven Schnelle · 12 years ago
  19. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  20. 505414a AMD and GFXUMA: drop redundant use of lb_add_memory_range() by Kyösti Mälkki · 12 years ago
  21. 231f261 Move setup_uma_memory() to AMDFAM10 northbridge by Kyösti Mälkki · 12 years ago
  22. cc55b9b Define global uma_memory variables by Kyösti Mälkki · 12 years ago
  23. 78efc4c remove CONFIG_SERIAL_CPU_INIT by Sven Schnelle · 12 years ago
  24. 5db1f46 Integrate MA785GM-US2H to Kconfig by Alec Ari · 12 years ago
  25. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  26. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  27. 02c2047 Fix whitespace for ma785gm by Alec Ari · 12 years ago
  28. 8a527cf Update MA785GM code by Alec Ari · 12 years ago
  29. 0a19ddc Add support for MA785GM-US2H by Alec Ari · 13 years ago
  30. 26b00e6 Refactor some alignment handling by Patrick Georgi · 12 years ago
  31. d1edb17 Fix the blank in acpi_tables.c by zbao · 12 years ago
  32. c8feedd Unify Local APIC address definitions by Patrick Georgi · 13 years ago
  33. 91bd306 ACPI: More ../../.. removal by Patrick Georgi · 13 years ago
  34. fff8cdf Remove old AMD fam10 fixme comment by Marc Jones · 12 years ago
  35. a22f78b nvidia/mcp55: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 13 years ago
  36. 0e992be amd/sb700: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 13 years ago
  37. e0ddbc7 sis/sis966: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 13 years ago
  38. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  39. 4c2bfb6 remove usbdebug.h include from mainboard/romstage code by Sven Schnelle · 13 years ago
  40. a251dee Use default table creator macro for all SSDTs by Stefan Reinauer · 13 years ago
  41. b0a9c5c mptable: Refactor mptable generation some more by Patrick Georgi · 13 years ago
  42. c75c79b mptable: Get rid of fixup_virtual_wire by Patrick Georgi · 13 years ago
  43. 6eb7a53 mptable: Refactor lintsrc generation by Patrick Georgi · 13 years ago
  44. 03f82bd Use ACPI text fields consistently with all other boards by Stefan Reinauer · 13 years ago
  45. f6e3731 Disable dev3 on ma78gm-us2h by Wang Qing Pei · 14 years ago
  46. bc081cd Minor ma785gmt clean-up by Alec Ari · 13 years ago
  47. e1562bd Fix up various dsdt.asl files by Alec Ari · 13 years ago
  48. 00c8c4a Update AMD SR5650 and SB700 by efdesign98 · 13 years ago
  49. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  50. b3ae186 * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value by Stefan Reinauer · 13 years ago
  51. 61aee5f In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. by Stefan Reinauer · 13 years ago
  52. c342223 SP5100's code is based on SB700. Change the legacy sb700 of sb7xx_51xx. by Zheng Bao · 13 years ago
  53. 314dd0b Enable mahogany_fam10 and Kino family 10h to run the SB HT link at the expected HT3 frequency and width by matching the BUID swap list to the production BIOS. In addition, the BUID swap list has been moved into the project-specific file romstage.c for the other 13 AMD family 10h projects as well. For projects using a desktop AMD family 10h processor, pasting in the mahogany_fam10 swap list will likely allow HT3 operation. This should be confirmed on real hardware before commiting any swap list change. A different swap list will be needed for server projects. For serengeti_cheetah_fam10, a reference BIOS swap list to try is: 0x00, 0x0A, 0x00, 0x06, 0xFF, 0x0A, 0x06, 0xFF. by Scott Duplichan · 13 years ago
  54. 8241941 Fix some subsystemid statements in r6421 by Sylvain "ythier" Hitier · 13 years ago
  55. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  56. 4c28a6f Make AMD Fam10h CPU microcode updates optional in Expert mode by Xavi Drudis Ferran · 13 years ago
  57. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  58. 397ff68 Remove some more unused/incorrect hda_verb.h files. by Uwe Hermann · 14 years ago
  59. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  60. b9c224e Add TINY_BOOTBLOCK support for the SiS966 southbridge. by Uwe Hermann · 14 years ago
  61. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  62. 41dc1c0 Cleanup up HD audio codec / hda_verb.h files. by Uwe Hermann · 14 years ago
  63. 3310934 Following patch makes just one fadt.c file. For SB700. by Rudolf Marek · 14 years ago
  64. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  65. 6e7efb7 Add TINY_BOOTBLOCK support for AMD SB700. by Uwe Hermann · 14 years ago
  66. f8ba64d Deduplicate various ACPI .asl files. by Uwe Hermann · 14 years ago
  67. d351925 Move "select CACHE_AS_RAM" lines from boards into CPU socket. by Uwe Hermann · 14 years ago
  68. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  69. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  70. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  71. 7f20d73 Trivial. Fix typo. sh> find -name "acpi_tables.c" | xargs sed -i "s/FDAT/FADT/g" by Zheng Bao · 14 years ago
  72. d421c81 Drop unused/obsolete CONFIG_COMPRESS from a few board Kconfigs. by Uwe Hermann · 14 years ago
  73. d73c505 devicetree.cb: Only add as many entries as there are DIMM slots. by Uwe Hermann · 14 years ago
  74. df323fc MCP55: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  75. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  76. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  77. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  78. 5244e1b Convert more boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  79. 8cda969 Convert boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  80. d8a789f Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were by Patrick Georgi · 14 years ago
  81. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  82. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  83. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  84. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  85. e0c0a82 This problem was introduced with by Tobias Diedrich · 14 years ago
  86. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  87. 0675d5c CK804/MCP55 devicetree.cb cosmetic and indentation fixes. by Uwe Hermann · 14 years ago
  88. 6018e1b DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4 by Scott Duplichan · 14 years ago
  89. 7bbd7f2 Move K8_ALLOCATE_IO_RANGE to Kconfig. by Patrick Georgi · 14 years ago
  90. 168acf9 Fix a few incorrect GIGABYTE board names (trivial). by Uwe Hermann · 14 years ago
  91. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  92. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  93. d51122d Various PIRQ/MPTABLE/ACPI Kconfig fixes. by Uwe Hermann · 14 years ago
  94. e5b60bc Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway. by Uwe Hermann · 14 years ago
  95. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  96. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  97. 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
  98. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  99. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  100. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago