[coreboot-gerrit] Change in coreboot[master]: mainboard/google/meowth: Limit Package PL2 to 11.625W

Lijian Zhao (Code Review) gerrit at coreboot.org
Sat Feb 3 05:02:23 CET 2018


Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/23581


Change subject: mainboard/google/meowth: Limit Package PL2 to 11.625W
......................................................................

mainboard/google/meowth: Limit Package PL2 to 11.625W

Meowth system's CPU heat sink have a designed limitation of 11.7W, hence
limit package PL2 (short turbo limit) to 11.625W( 93 * 125 MilliWatts).

BUG=b.72574971
TEST=Flash and boot up with meowth platform, check value with debug
build FSP.

Change-Id: I3aa16ba17f38f71bc5cb2e4cc7a226931e1503b2
Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
---
M src/mainboard/google/zoombini/variants/meowth/devicetree.cb
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/23581/1

diff --git a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
index 88de878..ef434cb 100644
--- a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
+++ b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb
@@ -32,6 +32,11 @@
 	register "ScsEmmcHs400Enabled" = "1"
 	register "ScsSdCardEnabled" = "1"
 
+	# CPU Basic Management #
+	register "PPL1Power" = "0x38"	# 7W
+	register "PPL2_enable" = "1"	# Package PL2 enabled
+	register "PPL2Power" = "0x5D"	# 11.625W for Package PL2
+
 	# Use GSPI0 for cr50 TPM. Early init is required to set up a BAR for TPM
 	# communication before memory is up.
 	register "gspi[0]" = "{

-- 
To view, visit https://review.coreboot.org/23581
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3aa16ba17f38f71bc5cb2e4cc7a226931e1503b2
Gerrit-Change-Number: 23581
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180203/0fe0c2cb/attachment.html>


More information about the coreboot-gerrit mailing list