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>
This commit is contained in:
Marc Jones 2011-11-23 17:49:19 -07:00
parent 403d2d697e
commit 90ca14d700
1 changed files with 5 additions and 2 deletions

View File

@ -48,8 +48,7 @@ config SET_FIDVID_CORE_RANGE
int int
default 0 default 0
endif endif # SET_FIDVID
endif
config UPDATE_CPU_MICROCODE config UPDATE_CPU_MICROCODE
bool bool
@ -82,3 +81,7 @@ config UPDATE_CPU_MICROCODE
Note that some operating system include these same microcode Note that some operating system include these same microcode
patches, so you may need to also disable microcode updates in patches, so you may need to also disable microcode updates in
your operating system in order for this option to matter. your operating system in order for this option to matter.
select MMCONF_SUPPORT_DEFAULT
endif # CPU_AMD_MODEL_10XXX