Attention is currently required from: Avi Uday, Jayvik Desai, Kapil Porwal, Pranava Y N, Subrata Banik.
Hello Avi Uday, Jayvik Desai, Kapil Porwal, Pranava Y N, Subrata Banik,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/87505?usp=email
to look at the new patch set (#2).
Change subject: mb/google/fatcat: Disable EnableFastVmode on Panther Lake H SoC ......................................................................
mb/google/fatcat: Disable EnableFastVmode on Panther Lake H SoC
This commit addresses a performance issue on the Panther Lake H SoC by disabling the EnableFastVmode setting in addition to the CepEnable setting. It was discovered that merely disabling CepEnable was insufficient, as the FSP continued to program IccLimit, causing performance degradation under high-stress conditions. By also disabling EnableFastVmode, the I_TRIP value is prevented from being set lower than the device's actual capability.
TEST=Verified that IccLimit limit is not programmed at all in the FSP logs.
Change-Id: I2974f1311b69f283d7fa4982c28a9037a8ab23f7 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/mainboard/google/fatcat/romstage.c 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/87505/2