aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Chiu <kevin.chiu.17802@gmail.com>2022-03-14 20:14:18 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-03-15 19:19:36 +0000
commit29919f81fad8805cbc7f7442e954cbc20f632cf6 (patch)
tree18530cd810060c6e31d193b59897bd8cbfcf4795 /src
parentbd0ba391720920afe231a033f0af7383d1511684 (diff)
mb/google/guybrush/var/nipperkin: update APU STT setting
BUG=b:219616787 BRANCH=guybrush TEST=emerge-guybrush coreboot update the thermal setting value by measurement and pass the thermal performance test Change-Id: I3ba3ab990d5362c6f02d2ee5a023f4c5cca7fa45 Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62790 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rob Barnes <robbarnes@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb
index adde71fe6d..668c10980a 100644
--- a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb
+++ b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb
@@ -216,13 +216,13 @@ chip soc/amd/cezanne
register "stt_control" = "1"
register "stt_pcb_sensor_count" = "2"
register "stt_min_limit" = "12000"
- register "stt_m1" = "0x466"
- register "stt_m2" = "0xFF3B"
+ register "stt_m1" = "0x04DE"
+ register "stt_m2" = "0x13"
register "stt_m3" = "0"
register "stt_m4" = "0"
register "stt_m5" = "0"
register "stt_m6" = "0"
- register "stt_c_apu" = "0x14DA"
+ register "stt_c_apu" = "0xDA43"
register "stt_c_gpu" = "0"
register "stt_c_hs2" = "0"
register "stt_alpha_apu" = "0x199A"