mb/system76/mtl: Enable EnableTcssCovTypeA configs
Change-Id: Ide0d313257e6778664a9d5dc2efb38264e5cac69 Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
df4d2004e7
commit
beb8d7b318
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user