diff options
author | Damien Zammit <damien@zamaudio.com> | 2016-05-21 01:56:53 +1000 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-05-31 20:02:55 +0200 |
commit | 2abd3f9e1ce054aef415d59c48dc5e763b2f613e (patch) | |
tree | 6760753ce73675207084807ea6cadd673aac7b8e /src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | |
parent | a090ae04c285c4086973e826a36fe87dfeb74d9e (diff) |
mb/gigabyte/ga-g41m-es2l: Use x4x_late_init()
This patch adds DMI/EP init to the board and fixes
a couple of minor things.
Change-Id: I10d0f6ce747b60499680e4dc229b7fcbb16cc039
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: https://review.coreboot.org/14926
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/gigabyte/ga-g41m-es2l/Kconfig')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig index 0a26f83ed5..31b29bb6f9 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig +++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig @@ -26,6 +26,9 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_1024 select INTEL_EDID select MAINBOARD_HAS_NATIVE_VGA_INIT + select PCIEXP_ASPM + select PCIEXP_CLK_PM + select PCIEXP_L1_SUB_STATE config MMCONF_BASE_ADDRESS hex |