From 62a6188da5080d17afe33a2de9218c7313c2e64b Mon Sep 17 00:00:00 2001 From: Tony Huang Date: Mon, 20 May 2024 16:50:56 +0800 Subject: soc/intel/meteorlake: Add PsysPL2 configuration psys_pl2_watts is configured in SoC node of devicetree. Value represents Watts. BUG=b:320410462 BRANCH=firmware-rex-15709.B TEST=emerge-ovis coreboot Change-Id: I9c4d62b93fc751db9e0ea04e475acb8861a844f8 Signed-off-by: Tony Huang Reviewed-on: https://review.coreboot.org/c/coreboot/+/82553 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/soc/intel/meteorlake/chip.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/soc/intel/meteorlake/chip.h b/src/soc/intel/meteorlake/chip.h index 1b08ccdbd6..0c76b7cda0 100644 --- a/src/soc/intel/meteorlake/chip.h +++ b/src/soc/intel/meteorlake/chip.h @@ -515,6 +515,9 @@ struct soc_intel_meteorlake_config { /* Platform Power Pmax in Watts. Zero means automatic. */ uint16_t psys_pmax_watts; + /* Platform Power Limit 2 in Watts. */ + uint16_t psys_pl2_watts; + /* Enable or Disable Acoustic Noise Mitigation feature */ uint8_t enable_acoustic_noise_mitigation; /* Disable Fast Slew Rate for Deep Package C States for VR domains */ -- cgit v1.2.3