soc/intel/skylake: Hook up S0ix setting to option API
Hook up the s0ix_enable setting to the option API, so it can be changed at runtime without recompilation. Default to the value set by the mainboard. Change-Id: I1684439755db9d8194ac5533513e65c9ba8f0768 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87391 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
This commit is contained in:
parent
73b095d5ea
commit
32c78b7e22
1 changed files with 1 additions and 0 deletions
|
|
@ -417,6 +417,7 @@ void platform_fsp_silicon_init_params_cb(FSPS_UPD *supd)
|
|||
params->PchPmWolEnableOverride = config->WakeConfigWolEnableOverride;
|
||||
params->PchPmPcieWakeFromDeepSx = config->WakeConfigPcieWakeFromDeepSx;
|
||||
params->PchPmDeepSxPol = config->PmConfigDeepSxPol;
|
||||
config->s0ix_enable = get_uint_option("s0ix_enable", config->s0ix_enable);
|
||||
params->PchPmSlpS0Enable = config->s0ix_enable;
|
||||
params->PchPmSlpS3MinAssert = config->PmConfigSlpS3MinAssert;
|
||||
params->PchPmSlpS4MinAssert = config->PmConfigSlpS4MinAssert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue