mb/system76/mtl: Enable EnableTcssCovTypeA configs

Change-Id: Ide0d313257e6778664a9d5dc2efb38264e5cac69
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2024-08-30 11:36:46 -06:00
parent df4d2004e7
commit beb8d7b318
No known key found for this signature in database
GPG Key ID: 68E558D2BBD856E3
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
// BIT 4:5 is reserved
// BIT 6 is orientational
// BIT 7 is enable
//params->EnableTcssCovTypeA[1] = 0x82;
params->EnableTcssCovTypeA[1] = 0x82;
// XXX: Enabling C10 reporting causes system to constantly enter and
// exit opportunistic suspend when idle.

View File

@ -11,8 +11,8 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
// BIT 4:5 is reserved
// BIT 6 is orientational
// BIT 7 is enable
//params->EnableTcssCovTypeA[1] = 0x81;
//params->EnableTcssCovTypeA[3] = 0x85;
params->EnableTcssCovTypeA[1] = 0x81;
params->EnableTcssCovTypeA[3] = 0x85;
// Disable reporting CPU C10 state over eSPI (causes LED flicker).
params->PchEspiHostC10ReportEnable = 0;