From 2c8ac228739373f6f03c70ffcc263bd23ba01ac6 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 26 Aug 2017 04:53:35 -0500 Subject: soc/intel/braswell: Add USB2 phy setting override Adapted from Chromium commit 9756af8. Create hook function to override USB2 phy setting from board level. Original-Change-Id: Ic736dd945f01cf9f24af4ce3bd3f2757abfdeb2e Original-Reviewed-by: Aaron Durbin Original-Tested-by: Keith Tzeng Change-Id: If2ac687f6fc44e4c022a72eea7f08cb6385f0380 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/21372 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/braswell/include/soc/ramstage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/braswell/include') diff --git a/src/soc/intel/braswell/include/soc/ramstage.h b/src/soc/intel/braswell/include/soc/ramstage.h index e67cc3b2f6..3f8249bbbb 100644 --- a/src/soc/intel/braswell/include/soc/ramstage.h +++ b/src/soc/intel/braswell/include/soc/ramstage.h @@ -101,6 +101,7 @@ void set_max_freq(void); void southcluster_enable_dev(device_t dev); void scc_enable_acpi_mode(device_t dev, int iosf_reg, int nvs_index); int SocStepping(void); +void board_silicon_USB2_override(SILICON_INIT_UPD *params); extern struct pci_operations soc_pci_ops; -- cgit v1.2.3