Marc Jones (marcj303@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/455
-gerrit
commit e50d8e9242f0eadfe24d6a5f1f3fe8247c8f3afa Author: Marc Jones marcj303@gmail.com Date: Wed Nov 23 17:49:19 2011 -0700
Use MMCONF for all AMD family 10 CPUs.
This fixes problems in AP init when multiple APs are trying to access PCI config space. All Fam10 CPUs setup and support MMCONF.
Change-Id: I00a25bbf4e4152c89024f14a3c4c1c36b48d0128 Signed-off-by: Marc Jones marcj303@gmail.com --- src/cpu/amd/model_10xxx/Kconfig | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index 6aab30a..6c00243 100644 --- a/src/cpu/amd/model_10xxx/Kconfig +++ b/src/cpu/amd/model_10xxx/Kconfig @@ -48,8 +48,7 @@ config SET_FIDVID_CORE_RANGE int default 0
-endif -endif +endif # SET_FIDVID
config UPDATE_CPU_MICROCODE bool @@ -82,3 +81,9 @@ config UPDATE_CPU_MICROCODE Note that some operating system include these same microcode patches, so you may need to also disable microcode updates in your operating system in order for this option to matter. + +config MMCONF_SUPPORT_DEFAULT + bool + default y + +endif # CPU_AMD_MODEL_10XXX