Hannah Williams has uploaded this change for review. ( https://review.coreboot.org/25511
Change subject: mb/google/octopus: configure RAPL PL1/PL2 ......................................................................
mb/google/octopus: configure RAPL PL1/PL2
Change-Id: If75d94587af63f604dd95e184252e13d1b05d4af Signed-off-by: Hannah Williams hannah.williams@intel.com --- M src/mainboard/google/octopus/variants/baseboard/devicetree.cb 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/25511/1
diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb index 1174d2c..77e5f2b 100644 --- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb @@ -57,6 +57,12 @@ register "gpe0_dw2" = "PMC_GPE_N_95_64" register "gpe0_dw3" = "PMC_GPE_NW_31_0"
+ # Set RAPL PL1 to 8W. + register "tdp_pl1_override_mw" = "8000" + + # Set RAPL PL2 to 15W. + register "tdp_pl2_override_mw" = "15000" + # Minimum SLP S3 assertion width 28ms. register "slp_s3_assertion_width_usecs" = "28000"