1. 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
  2. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  3. 4c28a6f Make AMD Fam10h CPU microcode updates optional in Expert mode by Xavi Drudis Ferran · 13 years ago
  4. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  5. 3310934 Following patch makes just one fadt.c file. For SB700. by Rudolf Marek · 14 years ago
  6. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  7. 6e7efb7 Add TINY_BOOTBLOCK support for AMD SB700. by Uwe Hermann · 14 years ago
  8. f8ba64d Deduplicate various ACPI .asl files. by Uwe Hermann · 14 years ago
  9. d351925 Move "select CACHE_AS_RAM" lines from boards into CPU socket. by Uwe Hermann · 14 years ago
  10. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  11. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  12. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  13. 7f20d73 Trivial. Fix typo. sh> find -name "acpi_tables.c" | xargs sed -i "s/FDAT/FADT/g" by Zheng Bao · 14 years ago
  14. d421c81 Drop unused/obsolete CONFIG_COMPRESS from a few board Kconfigs. by Uwe Hermann · 14 years ago
  15. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  16. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  17. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  18. 8cda969 Convert boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  19. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  20. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  21. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  22. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  23. e0c0a82 This problem was introduced with by Tobias Diedrich · 14 years ago
  24. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  25. 6018e1b DSDT.asl should not report the AMD SB600/SB700 RTC as Intel PIIX4 by Scott Duplichan · 14 years ago
  26. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  27. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  28. d51122d Various PIRQ/MPTABLE/ACPI Kconfig fixes. by Uwe Hermann · 14 years ago
  29. e5b60bc Remove definitions of ACPI_SSDTX_NUM to 0, that's the default anyway. by Uwe Hermann · 14 years ago
  30. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  31. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  32. 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
  33. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  34. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  35. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  36. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  37. ae3f2b3 Allow selecting the physical USB Debug Port on AMD SB700. by Uwe Hermann · 14 years ago
  38. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  39. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  40. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  41. b015d02 Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure. by Uwe Hermann · 14 years ago
  42. 6ea2115 Move memory type information out of some AMD sockets. by Myles Watson · 14 years ago
  43. 625a0cb Remove unused ide0_enable and sata0_enable entries from SB7xx and SB600. by Rudolf Marek · 14 years ago
  44. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  45. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  46. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  47. 543f767 Tilapila supports both dual slot and single slot. The difference should be by Wang Qing Pei · 14 years ago
  48. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  49. e3fb1c2 Make include paths more consistent. Fixes compilation errors for me. by Myles Watson · 14 years ago
  50. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  51. 36de042 Add "reasonable" values in ASL at places we overwrite from by Stefan Reinauer · 14 years ago
  52. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  53. c928a29 Remove another set of includes from Fam10 romstages: by Patrick Georgi · 14 years ago
  54. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  55. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  56. 7d2a396 Trivial. The comment also need to modify. by Zheng Bao · 14 years ago
  57. b6128b6 The device number of SATA SB700 is 0x11, while the one of SB600 is 0x12. by Zheng Bao · 14 years ago
  58. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  59. e46c1c8 remove more warnings. move ROOT_COMPLEX selection to fam10 by Stefan Reinauer · 14 years ago
  60. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  61. 075fbe8 Remove a few more warnings from fam10. by Myles Watson · 14 years ago
  62. f4cc089 Remove few more warnings and some dead code. by Myles Watson · 14 years ago
  63. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  64. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  65. ae60855 Copy acpi blobs in two parts to make sure gcc does the right thing. by Myles Watson · 14 years ago
  66. 9b43afd Clean up fidvid files using indent. Remove some special print statements. by Myles Watson · 14 years ago
  67. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  68. e9de1e2 move amd K8/Fam10 "bus detection" function prototypes to a common place. by Stefan Reinauer · 14 years ago
  69. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  70. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  71. 495b92b - drop unneeded Makefile.inc by Stefan Reinauer · 14 years ago
  72. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  73. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  74. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  75. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  76. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  77. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  78. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  79. 9417cc0 Remove dead code and make white space more consistent for acpi_tables.c by Myles Watson · 14 years ago
  80. 0735142 1. Remove warnings and multiple blank lines. by Zheng Bao · 14 years ago
  81. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  82. 93a69b8 mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boards by Stefan Reinauer · 14 years ago
  83. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  84. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  85. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  86. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  87. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  88. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  89. 584ab84 The code can run on the Mahogany board, which is one of sample boards by Zheng Bao · 14 years ago