[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: Set PL1 MAX power limit value to 12W.

Tim Chen (Tim-Chen@quantatw.com) gerrit at coreboot.org
Wed Nov 23 05:59:31 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 fc18ea3850447e682d7d336fc2864c0e6fcf7b38
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 from 6W due to
    Intel 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