Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46139 )
Change subject: [UNTESTED] mb/amd/mandolin: select PCIe power save options in Kconfig ......................................................................
[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
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46139?usp=email )
Change subject: [UNTESTED] mb/amd/mandolin: select PCIe power save options in Kconfig ......................................................................
Abandoned