[coreboot-gerrit] New patch to review for coreboot: google/pyro: Update DPTF settings

Kevin Chiu (Kevin.Chiu@quantatw.com) gerrit at coreboot.org
Thu Mar 9 06:59:44 CET 2017


Kevin Chiu (Kevin.Chiu at quantatw.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18699

-gerrit

commit 24b3af5adc8a6c4bf13cf7b68e90d9a171842c59
Author: Kevin Chiu <Kevin.Chiu at quantatw.com>
Date:   Wed Mar 8 17:38:27 2017 +0800

    google/pyro: Update DPTF settings
    
    1. Update DPTF TSR1 passive trigger points.
       TSR1 passive point: 50
    
    2. Update DPTF PL1 Minimum
       PL1 min: 2.5W
    
    BUG=b:35586881
    BRANCH=reef
    TEST=emerge-pyro coreboot
    Change-Id: Ia2634f40098d026c4d228fab4b7c05501c1ff05f
    Signed-off-by: Kevin Chiu <Kevin.Chiu at quantatw.com>
---
 src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl b/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
index 1423c32..cba6775 100644
--- a/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/reef/variants/pyro/include/variant/acpi/dptf.asl
@@ -29,7 +29,7 @@
 
 #define DPTF_TSR1_SENSOR_ID	1
 #define DPTF_TSR1_SENSOR_NAME	"Ambient"
-#define DPTF_TSR1_PASSIVE	46
+#define DPTF_TSR1_PASSIVE	50
 #define DPTF_TSR1_CRITICAL	70
 
 #define DPTF_TSR2_SENSOR_ID	2
@@ -72,7 +72,7 @@ Name (MPPC, Package ()
 	0x2,		/* Revision */
 	Package () {	/* Power Limit 1 */
 		0,	/* PowerLimitIndex, 0 for Power Limit 1 */
-		1600,	/* PowerLimitMinimum */
+		2500,	/* PowerLimitMinimum */
 		12000,	/* PowerLimitMaximum */
 		1000,	/* TimeWindowMinimum */
 		1000,	/* TimeWindowMaximum */



More information about the coreboot-gerrit mailing list