We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cf0b0 commit af90fd7Copy full SHA for af90fd7
1 file changed
src/x86/tgl_fsp.c
@@ -1244,7 +1244,8 @@ static const struct tgl_gpio_conf gpio_table[] = {
1244
.gpio_dir = GPIO_DIR_OUTPUT,
1245
.gpio_interrupt = GPIO_INTERRUPT_DISABLE,
1246
.gpio_reset = GPIO_RESET_PLTRST},
1247
- {.gpio =
+ /* FUSA_DIAGTEST_PCHMODE and FUSA_DIAGTEST_EN, disabled in SBL*/
1248
+/* {.gpio =
1249
{
1250
.comm_port_id = GPIO_COMM_0_PORT_ID,
1251
.cfg_offset = GPIO_GPPC_T2_CFG_OFF,
@@ -1265,7 +1266,7 @@ static const struct tgl_gpio_conf gpio_table[] = {
1265
1266
.gpio_mode = GPIO_MODE_GPIO,
1267
1268
- .gpio_reset = GPIO_RESET_PLTRST},
1269
+ .gpio_reset = GPIO_RESET_PLTRST}, */
1270
/* TPM */
1271
{.gpio =
1272
0 commit comments