mb/prodrive/hermes: Deselect PCIEXP_CLK_PM and L1_SUB_STATE
Set default of PCIEXP_CLK_PM and PCIEXP_L1_SUB_STATE to n as this breaks booting Windows with a PCIE NVIDIA. Change-Id: Ie8768b91c27c4159f9b3c7f94699134a82decea0 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43179 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
This commit is contained in:
parent
18d315910a
commit
4a924dce99
|
@ -33,6 +33,14 @@ config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default "prodrive/hermes"
|
default "prodrive/hermes"
|
||||||
|
|
||||||
|
config PCIEXP_L1_SUB_STATE
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
|
config PCIEXP_CLK_PM
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
|
||||||
config VARIANT_DIR
|
config VARIANT_DIR
|
||||||
string
|
string
|
||||||
default "baseboard" if BOARD_PRODRIVE_HERMES_BASEBOARD
|
default "baseboard" if BOARD_PRODRIVE_HERMES_BASEBOARD
|
||||||
|
|
Loading…
Reference in New Issue