mb/system76: Enable C10 reporting on systems using eSPI
Report CPU C10 state over eSPI so that the EC can use Virtual Wires to detect if PECI can be used. Change-Id: If3410cc15b0e41ca98e3cfce324e9bcb315116d9
This commit is contained in:
committed by
Jeremy Soller
parent
9b115ee72c
commit
e92ae5d705
@@ -23,6 +23,9 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
|
|||||||
params->SataPortDevSlpPinMux[1] = 0x5967400d; // GPP_H13
|
params->SataPortDevSlpPinMux[1] = 0x5967400d; // GPP_H13
|
||||||
|
|
||||||
params->SataPortsSolidStateDrive[1] = 1;
|
params->SataPortsSolidStateDrive[1] = 1;
|
||||||
|
|
||||||
|
// Enable reporting CPU C10 state over eSPI
|
||||||
|
params->PchEspiHostC10ReportEnable = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void mainboard_init(void *chip_info)
|
static void mainboard_init(void *chip_info)
|
||||||
|
@@ -18,4 +18,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
|
|||||||
|
|
||||||
// Remap PEG2 as PEG1
|
// Remap PEG2 as PEG1
|
||||||
params->CpuPcieRpFunctionSwap = 1;
|
params->CpuPcieRpFunctionSwap = 1;
|
||||||
|
|
||||||
|
// Enable reporting CPU C10 state over ESPI
|
||||||
|
params->PchEspiHostC10ReportEnable = 1;
|
||||||
}
|
}
|
||||||
|
@@ -15,4 +15,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
|
|||||||
params->CpuPcieRpAdvancedErrorReporting[1] = 0;
|
params->CpuPcieRpAdvancedErrorReporting[1] = 0;
|
||||||
params->CpuPcieRpLtrEnable[1] = 1;
|
params->CpuPcieRpLtrEnable[1] = 1;
|
||||||
params->CpuPcieRpPtmEnabled[1] = 0;
|
params->CpuPcieRpPtmEnabled[1] = 0;
|
||||||
|
|
||||||
|
// Enable reporting CPU C10 state over ESPI
|
||||||
|
params->PchEspiHostC10ReportEnable = 1;
|
||||||
}
|
}
|
||||||
|
@@ -21,4 +21,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
|
|||||||
|
|
||||||
// Low latency legacy I/O
|
// Low latency legacy I/O
|
||||||
params->PchLegacyIoLowLatency = 1;
|
params->PchLegacyIoLowLatency = 1;
|
||||||
|
|
||||||
|
// Enable reporting CPU C10 state over ESPI
|
||||||
|
params->PchEspiHostC10ReportEnable = 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user