Sync galp5 with lemp10
Change-Id: I0596f182021758b6013733429a7a810963b09995
This commit is contained in:
@@ -214,10 +214,6 @@ chip soc/intel/tigerlake
|
|||||||
#TODO Disable ME and HECI
|
#TODO Disable ME and HECI
|
||||||
register "HeciEnabled" = "1"
|
register "HeciEnabled" = "1"
|
||||||
end
|
end
|
||||||
device ref uart2 on
|
|
||||||
# Debug console
|
|
||||||
register "SerialIoUartMode[PchSerialIoIndexUART2]" = "PchSerialIoPci"
|
|
||||||
end
|
|
||||||
device ref pcie_rp5 on
|
device ref pcie_rp5 on
|
||||||
# PCIe root port #5 x4, Clock 2 (NVIDIA GPU)
|
# PCIe root port #5 x4, Clock 2 (NVIDIA GPU)
|
||||||
register "PcieRpEnable[4]" = "1"
|
register "PcieRpEnable[4]" = "1"
|
||||||
|
@@ -14,10 +14,6 @@
|
|||||||
|
|
||||||
/* Pad configuration in romstage. */
|
/* Pad configuration in romstage. */
|
||||||
static const struct pad_config early_gpio_table[] = {
|
static const struct pad_config early_gpio_table[] = {
|
||||||
// UART2_RXD
|
|
||||||
PAD_NC(GPP_C20, NONE),
|
|
||||||
// UART2_TXD
|
|
||||||
PAD_CFG_NF(GPP_C21, UP_20K, DEEP, NF1),
|
|
||||||
// DGPU_RST#_PCH
|
// DGPU_RST#_PCH
|
||||||
PAD_CFG_TERM_GPO(GPP_U4, 0, NONE, DEEP),
|
PAD_CFG_TERM_GPO(GPP_U4, 0, NONE, DEEP),
|
||||||
// DGPU_PWR_EN
|
// DGPU_PWR_EN
|
||||||
@@ -97,7 +93,7 @@ static const struct pad_config gpio_table[] = {
|
|||||||
// NC
|
// NC
|
||||||
PAD_NC(GPP_A22, NONE),
|
PAD_NC(GPP_A22, NONE),
|
||||||
// GPPC_A23_TBT_FORCE_PWR
|
// GPPC_A23_TBT_FORCE_PWR
|
||||||
PAD_CFG_TERM_GPO(GPP_A23, 1, NONE, PLTRST),
|
PAD_CFG_TERM_GPO(GPP_A23, 0, NONE, PLTRST),
|
||||||
// VCCIN_AUX_VID0
|
// VCCIN_AUX_VID0
|
||||||
PAD_CFG_NF(GPP_B0, NONE, DEEP, NF1),
|
PAD_CFG_NF(GPP_B0, NONE, DEEP, NF1),
|
||||||
// VCCIN_AUX_VID1
|
// VCCIN_AUX_VID1
|
||||||
@@ -189,7 +185,7 @@ static const struct pad_config gpio_table[] = {
|
|||||||
// UART2_RXD
|
// UART2_RXD
|
||||||
PAD_NC(GPP_C20, NONE),
|
PAD_NC(GPP_C20, NONE),
|
||||||
// UART2_TXD
|
// UART2_TXD
|
||||||
PAD_CFG_NF(GPP_C21, UP_20K, DEEP, NF1),
|
PAD_NC(GPP_C21, NONE),
|
||||||
// LAN_PLT_RST#
|
// LAN_PLT_RST#
|
||||||
PAD_CFG_TERM_GPO(GPP_C22, 1, NONE, PLTRST),
|
PAD_CFG_TERM_GPO(GPP_C22, 1, NONE, PLTRST),
|
||||||
// PCH_GPP_C23 - 4.7k pull-down
|
// PCH_GPP_C23 - 4.7k pull-down
|
||||||
@@ -270,9 +266,9 @@ static const struct pad_config gpio_table[] = {
|
|||||||
// NC
|
// NC
|
||||||
PAD_NC(GPP_E17, NONE),
|
PAD_NC(GPP_E17, NONE),
|
||||||
// GPP_E18_TBT_LSX0_TXD
|
// GPP_E18_TBT_LSX0_TXD
|
||||||
PAD_CFG_NF(GPP_E18, NATIVE, DEEP, NF4),
|
_PAD_CFG_STRUCT(GPP_E18, 0x44001700, 0x3c00),
|
||||||
// GPP_E19_TBT_LSX0_RXD
|
// GPP_E19_TBT_LSX0_RXD
|
||||||
PAD_CFG_NF(GPP_E19, NATIVE, DEEP, NF4),
|
_PAD_CFG_STRUCT(GPP_E19, 0x44001600, 0x3c00),
|
||||||
// NC
|
// NC
|
||||||
PAD_NC(GPP_E20, NONE),
|
PAD_NC(GPP_E20, NONE),
|
||||||
// NC
|
// NC
|
||||||
|
Reference in New Issue
Block a user