[coreboot-gerrit] Change in coreboot[master]: WIP kahlee: Add custom thermal loop setting

Marc Jones (Code Review) gerrit at coreboot.org
Tue Oct 31 23:20:22 CET 2017


Marc Jones has uploaded this change for review. ( https://review.coreboot.org/22266


Change subject: WIP kahlee: Add custom thermal loop setting
......................................................................

WIP kahlee: Add custom thermal loop setting

Setting based on AMD thermal testing results.

BUG=b:68265221

Change-Id: If5c773d8cba18175beed346b9fef55d529775779
Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
M src/mainboard/google/kahlee/bootblock/OemCustomize.c
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/22266/1

diff --git a/src/mainboard/google/kahlee/bootblock/OemCustomize.c b/src/mainboard/google/kahlee/bootblock/OemCustomize.c
index 9530169..4408c85 100644
--- a/src/mainboard/google/kahlee/bootblock/OemCustomize.c
+++ b/src/mainboard/google/kahlee/bootblock/OemCustomize.c
@@ -126,4 +126,8 @@
 	InitEarly->GnbConfig.PcieComplexList = (void *)&PcieComplex;
 	InitEarly->PlatformConfig.GnbAzI2sBusSelect = GnbAcpI2sBus;
 	InitEarly->PlatformConfig.GnbAzI2sBusPinConfig = GnbAcp2Tx4RxBluetooth;
+	InitEarly->PlatformConfig.PlatStapmConfig.CfgStapmScalar = 85;
+	InitEarly->PlatformConfig.PkgPwrLimitAC = 8;
+	InitEarly->PlatformConfig.PkgPwrLimitDC = 8;
+
 }

-- 
To view, visit https://review.coreboot.org/22266
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If5c773d8cba18175beed346b9fef55d529775779
Gerrit-Change-Number: 22266
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171031/1a625970/attachment.html>


More information about the coreboot-gerrit mailing list