aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_broadwell_de/fsp/chipset_fsp_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/fsp_broadwell_de/fsp/chipset_fsp_util.c')
-rw-r--r--src/soc/intel/fsp_broadwell_de/fsp/chipset_fsp_util.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/fsp/chipset_fsp_util.c b/src/soc/intel/fsp_broadwell_de/fsp/chipset_fsp_util.c
index 0f9ffa9494..148ffdc367 100644
--- a/src/soc/intel/fsp_broadwell_de/fsp/chipset_fsp_util.c
+++ b/src/soc/intel/fsp_broadwell_de/fsp/chipset_fsp_util.c
@@ -105,6 +105,17 @@ static void ConfigureDefaultUpdData(UPD_DATA_REGION *UpdData)
UpdData->HyperThreading = 1;
else
UpdData->HyperThreading = 0;
+
+ /* Enable USB */
+ if (IS_ENABLED(CONFIG_FSP_EHCI1_ENABLE))
+ UpdData->Ehci1Enable = 1;
+ else
+ UpdData->Ehci1Enable = 0;
+
+ if (IS_ENABLED(CONFIG_FSP_EHCI2_ENABLE))
+ UpdData->Ehci2Enable = 1;
+ else
+ UpdData->Ehci2Enable = 0;
}
/* Set up the Broadwell-DE specific structures for the call into the FSP */