Leo Chou has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63442 )
Change subject: mb/google/brya/var/taniks: Configure Acoustic noise mitigation ......................................................................
mb/google/brya/var/taniks: Configure Acoustic noise mitigation
- Enable Acoustic noise mitigation - Set slow slew rate VCCIA and VCCGT to 8 - Set FastPkgCRampDisable VCCIA and VCCGT to 1
BUG=b:227165770 TEST=build FW and system power on.
Signed-off-by: leo.chou leo.chou@lcfc.corp-partner.google.com Change-Id: I262ef14032e0e412c63403dbb8c8fbc6a8b03dd5 --- M src/mainboard/google/brya/variants/taniks/overridetree.cb 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/63442/1
diff --git a/src/mainboard/google/brya/variants/taniks/overridetree.cb b/src/mainboard/google/brya/variants/taniks/overridetree.cb index 7b23d6e..5647e16 100644 --- a/src/mainboard/google/brya/variants/taniks/overridetree.cb +++ b/src/mainboard/google/brya/variants/taniks/overridetree.cb @@ -36,6 +36,12 @@ end end chip soc/intel/alderlake + # Acoustic settings + register "AcousticNoiseMitigation" = "1" + register "SlowSlewRate[VR_DOMAIN_IA]" = "SLEW_FAST_8" + register "SlowSlewRate[VR_DOMAIN_GT]" = "SLEW_FAST_8" + register "FastPkgCRampDisable[VR_DOMAIN_IA]" = "1" + register "FastPkgCRampDisable[VR_DOMAIN_GT]" = "1" register "ext_fivr_settings" = "{ .configure_ext_fivr = 1, .v1p05_enable_bitmap = FIVR_ENABLE_ALL_SX,