diff options
author | David Wu <david_wu@quanta.corp-partner.google.com> | 2021-10-25 15:22:21 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-27 14:06:45 +0000 |
commit | 008c2b18b1dc631d19099a7d84c39dbf4a65dad9 (patch) | |
tree | 99fc1300132caf192ceb03a6813bfb5d78f06a81 /src/mainboard/google/brya/variants/kano | |
parent | 64d39f98e83664ef4af6d7df8a1d6366796c2041 (diff) |
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')
-rw-r--r-- | src/mainboard/google/brya/variants/kano/overridetree.cb | 6 |
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 4efcdf13b1..58e2b03215 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 | |