Marc Jones has uploaded this change for review.

View Change

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@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 change 22266. To unsubscribe, visit 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@marcjonesconsulting.com>