soc/intel/skylake: Add FSP 2.0 support in ramstage
Add FSP 2.0 support in ramstage. Populate required Fsp Silicon Init params and configure mainboard specific GPIOs. Define function fsp_soc_get_igd_bar needed by fsp2.0 driver for pre OS screens. Change-Id: Ib38ca7547b5d5ec2b268698b8886d5caa28d6497 Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/16592 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
committed by
Martin Roth
parent
21130c6508
commit
a2d4062d42
@@ -273,6 +273,19 @@ struct soc_intel_skylake_config {
|
||||
u16 PchConfigSubSystemVendorId;
|
||||
/* Subsystem ID of the PCH devices*/
|
||||
u16 PchConfigSubSystemId;
|
||||
|
||||
/*
|
||||
* Determine if WLAN wake from Sx, corresponds to the
|
||||
* HOST_WLAN_PP_EN bit in the PWRM_CFG3 register.
|
||||
*/
|
||||
u8 PchPmWoWlanEnable;
|
||||
|
||||
/*
|
||||
* Determine if WLAN wake from DeepSx, corresponds to
|
||||
* the DSX_WLAN_PP_EN bit in the PWRM_CFG3 register.
|
||||
*/
|
||||
u8 PchPmWoWlanDeepSxEnable;
|
||||
|
||||
/*
|
||||
* Corresponds to the "WOL Enable Override" bit in the General PM
|
||||
* Configuration B (GEN_PMCON_B) register
|
||||
|
Reference in New Issue
Block a user