We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec0852 commit dac7646Copy full SHA for dac7646
1 file changed
src/mainboard/novacustom/mtl-h/ramstage.c
@@ -283,4 +283,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
283
284
params->PortResetMessageEnable[1] = 1;
285
params->PortResetMessageEnable[5] = 1;
286
+
287
+ params->PmcPdEnable = 1;
288
+ params->TcCstateLimit = 10;
289
}
0 commit comments