From 9e24f7509a7b40dd6c46bb11922d5dc628087af6 Mon Sep 17 00:00:00 2001 From: David Wu Date: Fri, 24 Feb 2023 12:51:53 +0800 Subject: mb/google/brya/var/osiris: Enable Fast VMode for osiris Fast VMode nmakes the SoC throttle when the current exceeds the I_TRIP threshold. BUG=b:270640775 BRANCH=firmware-brya-14505.B TEST=Verify that the feature is enabled by reading from fsp log Change-Id: I35f577e1bab0f8dda10061903df13730e2c8ee04 Signed-off-by: David Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/73243 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Bob Moragues Reviewed-by: Nick Vaccaro --- src/mainboard/google/brya/variants/osiris/overridetree.cb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/brya/variants/osiris/overridetree.cb b/src/mainboard/google/brya/variants/osiris/overridetree.cb index 4221a04729..7d4672173d 100644 --- a/src/mainboard/google/brya/variants/osiris/overridetree.cb +++ b/src/mainboard/google/brya/variants/osiris/overridetree.cb @@ -9,6 +9,10 @@ fw_config end end chip soc/intel/alderlake + register "domain_vr_config[VR_DOMAIN_IA]" = "{ + .enable_fast_vmode = 1, + }" + register "sagv" = "SaGv_Enabled" # As per Intel Advisory doc#723158, the change is required to prevent possible -- cgit v1.2.3