aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/fsp_params.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/tigerlake/fsp_params.c')
-rw-r--r--src/soc/intel/tigerlake/fsp_params.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/fsp_params.c b/src/soc/intel/tigerlake/fsp_params.c
index 38f444bbd5..887241b5c2 100644
--- a/src/soc/intel/tigerlake/fsp_params.c
+++ b/src/soc/intel/tigerlake/fsp_params.c
@@ -256,6 +256,14 @@ void platform_fsp_silicon_init_params_cb(FSPS_UPD *supd)
}
}
+ params->AcousticNoiseMitigation = config->AcousticNoiseMitigation;
+ memcpy(&params->SlowSlewRate, &config->SlowSlewRate,
+ ARRAY_SIZE(config->SlowSlewRate) * sizeof(config->SlowSlewRate[0]));
+
+ memcpy(&params->FastPkgCRampDisable, &config->FastPkgCRampDisable,
+ ARRAY_SIZE(config->FastPkgCRampDisable) *
+ sizeof(config->FastPkgCRampDisable[0]));
+
/* Enable TCPU for processor thermal control */
params->Device4Enable = config->Device4Enable;