[coreboot] New patch to review for coreboot: e86d9b4 Use MMCONF for all AMD family 10 CPUs.

Marc Jones (marcj303@gmail.com) gerrit at coreboot.org
Thu Nov 24 01:53:33 CET 2011


Marc Jones (marcj303 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/455

-gerrit

commit e86d9b43328f703f2b67c8555ba74d905f8579e9
Author: Marc Jones <marcj303 at 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 at gmail.com>
---
 src/cpu/amd/model_10xxx/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig
index 6aab30a..35fa069 100644
--- a/src/cpu/amd/model_10xxx/Kconfig
+++ b/src/cpu/amd/model_10xxx/Kconfig
@@ -82,3 +82,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.
+
+config MMCONF_SUPPORT_DEFAULT
+	bool
+	default y




More information about the coreboot mailing list