Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/46472 )
Change subject: mb/google/zork: Update telemetry settings for morphius ......................................................................
mb/google/zork: Update telemetry settings for morphius
Correct the two load line slope settings for the SVID3 telemetry. AGESA sends these values to the SMU, which accepts them as units of current. Proper calibration is determined by the AMD SDLE tool and the Stardust test.
BUG=b:168265881 BRANCH=zork TEST=emerge-zork coreboot
Change-Id: Id6c4f1a92d7f2ad293df7b63694e9665b85f8018 Signed-off-by: Kevin Chiu kevin.chiu@quantatw.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/46472 Reviewed-by: Martin Roth martinroth@google.com Reviewed-by: Chris Wang chris.wang@amd.corp-partner.google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/zork/variants/morphius/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved Chris Wang: Looks good to me, but someone else must approve
diff --git a/src/mainboard/google/zork/variants/morphius/overridetree.cb b/src/mainboard/google/zork/variants/morphius/overridetree.cb index 43a9439..ecadb07 100644 --- a/src/mainboard/google/zork/variants/morphius/overridetree.cb +++ b/src/mainboard/google/zork/variants/morphius/overridetree.cb @@ -16,9 +16,9 @@ register "sustained_power_limit" = "12000" #mw register "thermctl_limit" = "100" #degrees C
- register "telemetry_vddcr_vdd_slope" = "78709" #mA + register "telemetry_vddcr_vdd_slope" = "62852" #mA register "telemetry_vddcr_vdd_offset" = "0" - register "telemetry_vddcr_soc_slope" = "29035" #mA + register "telemetry_vddcr_soc_slope" = "28022" #mA register "telemetry_vddcr_soc_offset" = "0"
# Set STAPM confiuration for tablet mode