summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/variants/kano/overridetree.cb
diff options
context:
space:
mode:
authorDavid Wu <david_wu@quanta.corp-partner.google.com>2021-10-25 15:22:21 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-10-27 14:06:45 +0000
commit008c2b18b1dc631d19099a7d84c39dbf4a65dad9 (patch)
tree99fc1300132caf192ceb03a6813bfb5d78f06a81 /src/mainboard/google/brya/variants/kano/overridetree.cb
parent64d39f98e83664ef4af6d7df8a1d6366796c2041 (diff)
downloadcoreboot-008c2b18b1dc631d19099a7d84c39dbf4a65dad9.tar.gz
coreboot-008c2b18b1dc631d19099a7d84c39dbf4a65dad9.tar.bz2
coreboot-008c2b18b1dc631d19099a7d84c39dbf4a65dad9.zip
mb/google/brya/var/kano: Update the FIVR configurations
This patch set disables the external voltage rails since kano board doesn't have V1p05 and Vnn bypass rails implemented. BUG=b:192370253 TEST=FW_NAME=kano emerge-brya coreboot and verify it builds without error. Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Change-Id: Ia1f3f4b2ada0154c716aedd521d4151124411ba3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58569 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/kano/overridetree.cb')
-rw-r--r--src/mainboard/google/brya/variants/kano/overridetree.cb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/kano/overridetree.cb b/src/mainboard/google/brya/variants/kano/overridetree.cb
index 4efcdf13b146..58e2b03215f4 100644
--- a/src/mainboard/google/brya/variants/kano/overridetree.cb
+++ b/src/mainboard/google/brya/variants/kano/overridetree.cb
@@ -11,6 +11,12 @@ end
chip soc/intel/alderlake
register "SaGv" = "SaGv_Enabled"
+ # FIVR configurations for kano are disabled since the board doesn't have V1p05 and Vnn
+ # bypass rails implemented.
+ register "ext_fivr_settings" = "{
+ .configure_ext_fivr = 1,
+ }"
+
# Intel Common SoC Config
#+-------------------+---------------------------+
#| Field | Value |