lemp13: disable CPU C10 reporting
Change-Id: I6592f6ebdd949783321a3846bb4c44a693916326 Signed-off-by: Jeremy Soller <jackpot51@gmail.com>
This commit is contained in:
@@ -14,6 +14,6 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
|
||||
params->EnableTcssCovTypeA[1] = 0x81;
|
||||
params->EnableTcssCovTypeA[3] = 0x85;
|
||||
|
||||
// Enable reporting CPU C10 state over eSPI.
|
||||
params->PchEspiHostC10ReportEnable = 1;
|
||||
// Disable reporting CPU C10 state over eSPI (causes LED flicker).
|
||||
params->PchEspiHostC10ReportEnable = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user