Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3767
-gerrit
commit e7b74ae9730ec19f3732e3d8397e7ed2cde632f6 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Sat Jul 13 21:00:36 2013 +0200
cpu/amd/agesa/Kconfig: Add MMCONF_SUPPORT_DEFAULT
Tested on ASRock E350M1.
Change-Id: I6dfd9809a74eb498182511c76434512c655c173f Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/cpu/amd/agesa/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index c660470..baf8e02 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -28,6 +28,7 @@ config CPU_AMD_AGESA select TSC_SYNC_LFENCE select UDELAY_LAPIC select LAPIC_MONOTONIC_TIMER + select MMCONF_SUPPORT_DEFAULT
if CPU_AMD_AGESA