From a6b7fa54742189fde9d278754c0f7958faa469a5 Mon Sep 17 00:00:00 2001 From: Kenneth Chan Date: Tue, 17 Mar 2026 12:04:58 +0800 Subject: [PATCH] mb/google/brask/var/moxoe: Disable SAGV Since moxoe is a box product using DDR5 SODIMM, remove SAGV enable to use the default disabled state for better memory stability. BUG=b:481186489 TEST=Build and boot, verify SaGv is disabled via FSP logs. Change-Id: I1e07f7cb32b7387a7b96c9666eb809983559f7f4 Signed-off-by: Kenneth Chan Reviewed-on: https://review.coreboot.org/c/coreboot/+/91696 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/google/brya/variants/moxoe/overridetree.cb | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/google/brya/variants/moxoe/overridetree.cb b/src/mainboard/google/brya/variants/moxoe/overridetree.cb index 71268f88ac..b91970bcec 100644 --- a/src/mainboard/google/brya/variants/moxoe/overridetree.cb +++ b/src/mainboard/google/brya/variants/moxoe/overridetree.cb @@ -28,8 +28,6 @@ chip soc/intel/alderlake .enable_fast_vmode = 1, }" - register "sagv" = "SaGv_Enabled" - register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2 Port 1 register "usb2_ports[2]" = "USB2_PORT_EMPTY" # Disable USB2 Port 2 register "usb2_ports[4]" = "USB2_PORT_EMPTY" # Disable USB2 Port 4