From de259ad970763ccf8aa421e8dd28d6e216ba7837 Mon Sep 17 00:00:00 2001 From: Luca Lai Date: Tue, 10 Jun 2025 09:14:40 +0800 Subject: [PATCH] mb/trulo/var/pujjolo: Enable s0ix function Set s0ix_enable to true. BUG=b:395763555 BRANCH=none TEST=Build and boot to pujjolo. Verify functions work. Change-Id: I69eff7c54e3c46549cd47e7c9413a9c0b978783d Signed-off-by: Luca Lai Reviewed-on: https://review.coreboot.org/c/coreboot/+/88020 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Jayvik Desai Reviewed-by: Subrata Banik --- src/mainboard/google/brya/variants/pujjolo/overridetree.cb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb index 5a42d3fcef..6eb057b30d 100644 --- a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb +++ b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb @@ -11,6 +11,9 @@ fw_config end chip soc/intel/alderlake + # S0ix enable + register "s0ix_enable" = "true" + # Acoustic settings register "acoustic_noise_mitigation" = "1" register "slow_slew_rate[VR_DOMAIN_IA]" = "SLEW_FAST_8"