aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorV Sowmya <v.sowmya@intel.com>2022-10-10 12:46:18 +0530
committerMartin L Roth <gaumless@gmail.com>2022-10-22 16:36:02 +0000
commit036b16b884725c044c82724c005b823a8663c970 (patch)
tree15ccef102c32bd6058e8819712f51f072b7dc274 /src/soc
parent901566597e3afd0181571a4110e96902d93dd820 (diff)
soc/intel/alderlake_n: Enable FIVR VCCST ICCMax Control
Enable the VCCST ICCMax Control for the ADL-N display flicker issue. Please refer the Doc with ID 742988 for more details. BUG=b:248249033 TEST=Verified that the display flicker issue is fixed. Signed-off-by: V Sowmya <v.sowmya@intel.com> Change-Id: I10709ee8653563b397e8408e8e24ef8e656b02e5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68252 Reviewed-by: Reka Norman <rekanorman@chromium.org> Reviewed-by: Baieswara Reddy Sagili <baieswara.reddy.sagili@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/alderlake/fsp_params.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c
index 5346403705..dda2145358 100644
--- a/src/soc/intel/alderlake/fsp_params.c
+++ b/src/soc/intel/alderlake/fsp_params.c
@@ -1068,6 +1068,15 @@ static void fill_fsps_fivr_params(FSP_S_CONFIG *s_cfg,
s_cfg->PchFivrExtVnnRailIccMaximum =
config->ext_fivr_settings.vnn_icc_max_ma;
+
+#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_N)
+ /* Enable the FIVR VCCST ICCMax Control for ADL-N.
+ * TODO:Right now the UPD is update in partial headers for only ADL-N and when its
+ * updated for ADL-P then we will remove the config since this needs to be enabled for
+ * all the Alderlake platforms.
+ */
+ s_cfg->PchFivrVccstIccMaxControl = 1;
+#endif
}
static void fill_fsps_fivr_rfi_params(FSP_S_CONFIG *s_cfg,