[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: Set PL2 Max to 15W

Tim Chen (Tim-Chen@quantatw.com) gerrit at coreboot.org
Tue Mar 14 08:55:03 CET 2017


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

-gerrit

commit eb92550cbf44e8c81304a3cb008f5b3d622fb697
Author: Tim Chen <Tim-Chen at quantatw.com>
Date:   Tue Mar 14 14:43:31 2017 +0800

    mainboard/google/reef: Set PL2 Max to 15W
    
    Update the DPTF parameters based on thermal test result.
    (ZHT_DPTF_DVT_v0.6_20170314.xlsx)
    
    1. Set PL2 Max to 15W.
    
    BUG=b:35583586
    BRANCH=reef
    TEST=build and verify PL2 Max value on electro dut
    
    Change-Id: I13167e28267d5827d79a6bde31f077a01f2bd535
    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 79616cb..ae36f64 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
@@ -81,7 +81,7 @@ Name (MPPC, Package ()
 	Package () {	/* Power Limit 2 */
 		1,	/* PowerLimitIndex, 1 for Power Limit 2 */
 		8000,	/* PowerLimitMinimum */
-		8000,	/* PowerLimitMaximum */
+		15000,	/* PowerLimitMaximum */
 		1000,	/* TimeWindowMinimum */
 		1000,	/* TimeWindowMaximum */
 		1000	/* StepSize */



More information about the coreboot-gerrit mailing list