soc/intel/alderlake: Skip setting D0I3 bit for HECI devices
This patch skips setting D0I3 bit for all HECI devices by FSP. BUG=b:200644229 TEST=FSP-S UPD dump suggested `DisableD0I3SettingForHeci` UPD is set to `1`. Change-Id: I86d61c49b8f187611efd495712ad901184665f31 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57815 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
78e66ad63b
commit
d6da4ef69e
|
@ -599,6 +599,8 @@ static void fill_fsps_pcie_params(FSP_S_CONFIG *s_cfg,
|
|||
static void fill_fsps_misc_power_params(FSP_S_CONFIG *s_cfg,
|
||||
const struct soc_intel_alderlake_config *config)
|
||||
{
|
||||
/* Skip setting D0I3 bit for all HECI devices */
|
||||
s_cfg->DisableD0I3SettingForHeci = 1;
|
||||
/*
|
||||
* Power Optimizer for DMI
|
||||
* DmiPwrOptimizeDisable is default to 0.
|
||||
|
|
Loading…
Reference in New Issue