Michał Kopeć has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82684?usp=email )
Change subject: soc/intel/mtl/fsp_params.c: Sync Usb4CmMode with Kconfig ......................................................................
soc/intel/mtl/fsp_params.c: Sync Usb4CmMode with Kconfig
The ACPI is adjusted based on SOFTWARE_CONNECTION_MANAGER, so set the UPD to match this to avoid the connection type being mismatched.
Same as https://review.coreboot.org/c/coreboot/+/80486 but for Meteor Lake.
Change-Id: I2c894ecefe06435ca899132c040c8eb68d364443 Signed-off-by: Michał Kopeć michal.kopec@3mdeb.com --- M src/soc/intel/meteorlake/fsp_params.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/82684/1
diff --git a/src/soc/intel/meteorlake/fsp_params.c b/src/soc/intel/meteorlake/fsp_params.c index a02d4b9..d472122 100644 --- a/src/soc/intel/meteorlake/fsp_params.c +++ b/src/soc/intel/meteorlake/fsp_params.c @@ -442,6 +442,8 @@ if (is_dev_enabled(tcss_port_arr[i])) s_cfg->UsbTcPortEn |= BIT(i); } + + s_cfg->Usb4CmMode = CONFIG(SOFTWARE_CONNECTION_MANAGER); }
static void fill_fsps_chipset_lockdown_params(FSP_S_CONFIG *s_cfg,