[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: Set DPTF CPU passive temperature trip point to 95C

Sumeet R Pawnikar (sumeet.r.pawnikar@intel.com) gerrit at coreboot.org
Thu Nov 24 15:26:34 CET 2016


Sumeet R Pawnikar (sumeet.r.pawnikar at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17598

-gerrit

commit 995237b32db81fbfd844acc9ce3b98eec37b0169
Author: Sumeet Pawnikar <sumeet.r.pawnikar at intel.com>
Date:   Thu Nov 24 14:31:54 2016 +0530

    mainboard/google/reef: Set DPTF CPU passive temperature trip point to 95C
    
    This pach sets the DPTF passive temperature trip point for CPU back to
    95 degree celsius from 61 degree celsius as per previous thermal
    optimizations (https://review.coreboot.org/#/c/16766/).
    
    BUG=chrome-os-partner:60038
    BRANCH=master
    TEST=built, booted on Reef and verified the passive trip point
    funtionality.
    
    Change-Id: I83ce69b19a94e4ea8ebedfc06f259579ed6dd5d3
    Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar at intel.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..b3e961b 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
@@ -14,7 +14,7 @@
  * GNU General Public License for more details.
  */
 
-#define DPTF_CPU_PASSIVE	61
+#define DPTF_CPU_PASSIVE	95
 #define DPTF_CPU_CRITICAL	99
 #define DPTF_CPU_ACTIVE_AC0	90
 #define DPTF_CPU_ACTIVE_AC1	80



More information about the coreboot-gerrit mailing list