mb/novacustom/mtl-h/ramstage.c: Set Port Reset FSP UPDs

Enable Port Reset on USB lanes corresponding to Type-C ports on the
mainboard.

Change-Id: Id9adc8827f3393e419118efda91c06c43ebb2ccb
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86843
Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Michał Kopeć 2025-03-12 12:01:16 +01:00 committed by Matt DeVillier
commit 696391a763

View file

@ -39,4 +39,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
params->CnviClkreqPinMux = 0x394CE605; // GPP_F05
params->LidStatus = dasharo_ec_get_lid_state();
params->PortResetMessageEnable[1] = 1;
params->PortResetMessageEnable[5] = 1;
}