diff options
author | Simon Glass <sjg@chromium.org> | 2018-07-12 12:51:36 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-07-18 20:10:36 +0000 |
commit | 82eb80cc8c08d2f676e7cb20b3b9bdf45b91d214 (patch) | |
tree | 81811bcbc70bd69b4f4310c107e4b4e11eddad67 /src/mainboard/google/kahlee | |
parent | 35da319b725805482e4d57571d92cccf65384d63 (diff) |
mainboard/google/kahlee: Enable ASPM on PCI express
We should use active-state power management where possible to reduce
power consumption during normal operation. Enable these options.
Linux does not seem to enable this for AMD, and the Intel code in coreboot
does enable these options.
PCIEXP_COMMON_CLOCK is enabled also, to follow how Intel does it.
BUG=b:110041917
TEST=boot on grunt, see that WiFi and eMMC still run OK
Change-Id: Ia7c711304ffe460a9fb0d4f654a51485958239ea
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-on: https://review.coreboot.org/27464
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 2e44a72865..d16838f57b 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -39,6 +39,10 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE select DRIVERS_GENERIC_ADAU7002 select DRIVERS_GENERIC_MAX98357A select DRIVERS_I2C_DA7219 + select PCIEXP_ASPM + select PCIEXP_CLK_PM + select PCIEXP_COMMON_CLOCK + select PCIEXP_L1_SUB_STATE select HAVE_EM100_SUPPORT if BOARD_GOOGLE_BASEBOARD_KAHLEE |