Felix Held has uploaded this change for review.

View Change

[UNTESTED] mb/amd/mandolin: select PCIe power save options in Kconfig

Haven't verified this, since I currently don't have PCIe devices to test
against; all devices I have here to test against won't work without
reworking the board, since the EC that controls the rest on those
connectors has no coreboot driver to deassert the reset lines.

Change-Id: Ib94e165c0ba1d16f6df9bb3cf95f0eb5067a3b82
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
---
M src/mainboard/amd/mandolin/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/46139/1
diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig
index 8e2bd8b..be1c2bc 100644
--- a/src/mainboard/amd/mandolin/Kconfig
+++ b/src/mainboard/amd/mandolin/Kconfig
@@ -13,6 +13,10 @@
select HAVE_ACPI_RESUME
select DRIVERS_UART_ACPI
select PICASSO_CONSOLE_UART if !AMD_LPC_DEBUG_CARD
+ select PCIEXP_ASPM
+ select PCIEXP_CLK_PM
+ select PCIEXP_COMMON_CLOCK
+ select PCIEXP_L1_SUB_STATE

config FMDFILE
string

To view, visit change 46139. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib94e165c0ba1d16f6df9bb3cf95f0eb5067a3b82
Gerrit-Change-Number: 46139
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de>
Gerrit-MessageType: newchange