Anshul Bansal has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62961 )
Change subject: [offset, rth, and energy report] ......................................................................
[offset, rth, and energy report]
Reported-by: Bansal, Anshul anshul.bansal@intel.com Signed-off-by: Bansal, Anshul anshul.bansal@intel.com Change-Id: I332f0da1ec7257c80aefdce146d5dd8b44bf300c --- M src/soc/intel/alderlake/fsp_params.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/62961/1
diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c index 51af6e0..299d864 100755 --- a/src/soc/intel/alderlake/fsp_params.c +++ b/src/soc/intel/alderlake/fsp_params.c @@ -722,12 +722,12 @@ s_cfg->PsysPmax = config->platform_pmax * 8; }
- s_cfg->C1StateAutoDemotion = !config->disable_c1_state_auto_demotion; + s_cfg->C1StateAutoDemotion = !config->disable_c1_state_auto_demotion; s_cfg->PchPmDisableEnergyReport = 0x0; s_cfg->RaceToHalt = 0x1; s_cfg->ImonSlope[0] = 143; s_cfg->ImonSlope[1] = 103; - s_cfg->VccInAuxImonSlope = 111; + s_cfg->VccInAuxImonSlope = 111; }
static void fill_fsps_irq_params(FSP_S_CONFIG *s_cfg,