Skip to content

Commit 2f3e898

Browse files
committed
src/mainboard/novacustom/mtl-h/ramstage.c: Change FSP-S settings
Enable TCSS to notify the IGD about hot plug events and eventually wake it up from D3 hot state. Disabel PS_ON feature, as it is only available on desktops. In Intel reference code it was involved in inhibiting the power gating of certain IP blocks. Signed-off-by: Michał Żygowski <[email protected]>
1 parent 04cce68 commit 2f3e898

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mainboard/novacustom/mtl-h/ramstage.c

+2
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,6 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
286286

287287
params->PmcPdEnable = 1;
288288
params->TcCstateLimit = 10;
289+
params->TcNotifyIgd = 1;
290+
params->PsOnEnable = 0;
289291
}

0 commit comments

Comments
 (0)