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:
parent
f37f67f532
commit
696391a763
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue