[coreboot-gerrit] New patch to review for coreboot: northbridge/amd/amdfam10: Enable advanced PCIe setup options

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sun Oct 25 02:40:28 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12188

-gerrit

commit e079627ba196bc0e5fa35b46af0a1cc9118441ca
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Sat Oct 24 20:39:32 2015 -0500

    northbridge/amd/amdfam10: Enable advanced PCIe setup options
    
    TEST: Booted ASUS KGPE-D16 and verified device functionality.
    
    Change-Id: Ic6f5b3ca86eb55dc04291be0db67d06c34c6a6dc
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/northbridge/amd/amdfam10/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig
index 4d7147d..839ec2d 100644
--- a/src/northbridge/amd/amdfam10/Kconfig
+++ b/src/northbridge/amd/amdfam10/Kconfig
@@ -25,6 +25,10 @@ config NORTHBRIDGE_AMD_AMDFAM10
 	select HAVE_DEBUG_CAR
 	select HYPERTRANSPORT_PLUGIN_SUPPORT
 	select MMCONF_SUPPORT
+	select PCIEXP_ASPM
+	select PCIEXP_COMMON_CLOCK
+	select PCIEXP_CLK_PM
+	select PCIEXP_L1_SUB_STATE
 
 if NORTHBRIDGE_AMD_AMDFAM10
 config AGP_APERTURE_SIZE



More information about the coreboot-gerrit mailing list