[coreboot-gerrit] Patch set updated for coreboot: mainboard/google/reef: Set PL1 MAX power limit value to 12W

Tim Chen (Tim-Chen@quantatw.com) gerrit at coreboot.org
Thu Nov 24 02:54:18 CET 2016


Tim Chen (Tim-Chen at quantatw.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17574

-gerrit

commit 6c84637452d42da44dbb81405b870a834d69db08
Author: Tim Chen <Tim-Chen at quantatw.com>
Date:   Tue Nov 22 16:19:01 2016 +0800

    mainboard/google/reef: Set PL1 MAX power limit value to 12W
    
    Set PL1 maximum power limit value back to 12W (https://review.coreboot.org/#/c/16596/)
    from 6W due to Intel's and thermal team's suggestion.
    
    BUG=chrome-os-partner:60038
    BRANCH=master
    TEST=build, boot on electro dut and verify by thermal team member
    
    Change-Id: I57ae29180962724fde72d522caa542f0f21d5922
    Signed-off-by: Tim Chen <Tim-Chen at quantatw.com>
---
 .../google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl b/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl
index afb72eb..fb21f00 100644
--- a/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl
+++ b/src/mainboard/google/reef/variants/baseboard/include/baseboard/acpi/dptf.asl
@@ -73,7 +73,7 @@ Name (MPPC, Package ()
 	Package () {	/* Power Limit 1 */
 		0,	/* PowerLimitIndex, 0 for Power Limit 1 */
 		3000,	/* PowerLimitMinimum */
-		6000,	/* PowerLimitMaximum */
+		12000,	/* PowerLimitMaximum */
 		1000,	/* TimeWindowMinimum */
 		1000,	/* TimeWindowMaximum */
 		200	/* StepSize */



More information about the coreboot-gerrit mailing list