diff options
author | Marc Jones <marcj303@gmail.com> | 2011-11-23 17:49:19 -0700 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2011-12-13 01:58:36 +0100 |
commit | 90ca14d7004a3f53a13bdbe6401171b029baaf3d (patch) | |
tree | 6d48a28ebcc744a8c2c6daf04b3d9b02c903993a /src | |
parent | 403d2d697e01f944d9a15892a1fed1d56da88412 (diff) |
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>
Reviewed-on: http://review.coreboot.org/455
Tested-by: build bot (Jenkins)
Reviewed-by: Alec Ari <neotheuser@ymail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/amd/model_10xxx/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index 6aab30a6f2..310f98de91 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,7 @@ 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. + +select MMCONF_SUPPORT_DEFAULT + +endif # CPU_AMD_MODEL_10XXX |