summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-09-08 11:44:32 -0400
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-09-12 18:41:28 +0000
commitbec412156af23603289e56944bcda2df94af15e9 (patch)
tree1d434f100a283f2944d5afbd3676a68243e5a8f5 /src/mainboard/google
parentef79e77c58b2c7003c1ef895b96a2ae57bdba49d (diff)
downloadcoreboot-bec412156af23603289e56944bcda2df94af15e9.tar.gz
coreboot-bec412156af23603289e56944bcda2df94af15e9.tar.bz2
coreboot-bec412156af23603289e56944bcda2df94af15e9.zip
mb/google/skyrim: Enable ASPM
Enable Kconfig options for ASPM. TEST=Verify ASPM is enabled with `lspci -vvv`, `suspend_stress_test -c 10` passed all 10 times BUG=b:243771794 Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: I54071d9c9607da4561d745d152924d56904c0fee Reviewed-on: https://review.coreboot.org/c/coreboot/+/67444 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/skyrim/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig
index 03c9dfa3cea4..390aa7b9a6a8 100644
--- a/src/mainboard/google/skyrim/Kconfig
+++ b/src/mainboard/google/skyrim/Kconfig
@@ -38,6 +38,10 @@ config BOARD_SPECIFIC_OPTIONS
select SOC_AMD_MENDOCINO
select SOC_AMD_COMMON_BLOCK_USE_ESPI
select TPM_GOOGLE_TI50
+ select PCIEXP_ASPM
+ select PCIEXP_CLK_PM
+ select PCIEXP_COMMON_CLOCK
+ select PCIEXP_L1_SUB_STATE
config CHROMEOS
select EC_GOOGLE_CHROMEEC_SWITCHES