From df1aea1f2a13ea3fbee6ea2c9d4137ba3ee762b8 Mon Sep 17 00:00:00 2001 From: Ravi Sarawadi Date: Mon, 31 Oct 2022 13:06:47 -0700 Subject: soc/intel/meteorlake: Remove PM Energy Report WA Disable Pch PM Energy Report WA was added to enhance boot time with HFPGA only. SoC needs reporting enabled. BUG=None TEST=Build and Boot Google, Rex and Intel, MTLRVP without any boot time regression.. Signed-off-by: Ravi Sarawadi Change-Id: If5f1f9c6ab31652977d436a49a3531edffbd60c5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69042 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Sridhar Siricilla --- src/soc/intel/meteorlake/fsp_params.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/meteorlake/fsp_params.c b/src/soc/intel/meteorlake/fsp_params.c index 4fd8f79533..4fe2f63ddf 100644 --- a/src/soc/intel/meteorlake/fsp_params.c +++ b/src/soc/intel/meteorlake/fsp_params.c @@ -375,14 +375,6 @@ static void fill_fsps_misc_power_params(FSP_S_CONFIG *s_cfg, s_cfg->PsOnEnable = 1; /* Enable the energy efficient turbo mode */ s_cfg->EnergyEfficientTurbo = 1; - - /* - * UPDATEME: This is WA for HFPGA - * Disable Pch Pm Energy Report - * Energy Report is disabled to enhance boottime with HFPGA. - */ - s_cfg->PchPmDisableEnergyReport = 1; - s_cfg->PmcLpmS0ixSubStateEnableMask = get_supported_lpm_mask(); } -- cgit v1.2.3