Skip to content

Commit dac7646

Browse files
committed
src/mainboard/novacustom/mtl-h/ramstage.c: Add required TCSS UPDs
Document #741494 says to set these options. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent 7ec0852 commit dac7646

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
283283

284284
params->PortResetMessageEnable[1] = 1;
285285
params->PortResetMessageEnable[5] = 1;
286+
287+
params->PmcPdEnable = 1;
288+
params->TcCstateLimit = 10;
286289
}

0 commit comments

Comments
 (0)