[coreboot-gerrit] New patch to review for coreboot: google/lars: Update the PL1 value as TDP

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jan 14 11:05:54 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12953

-gerrit

commit 9bed2831eeea835baf5a39e7b8886855d80b0071
Author: david <david_wu at quantatw.com>
Date:   Mon Dec 7 17:19:31 2015 +0800

    google/lars: Update the PL1 value as TDP
    
    Currently, the Power Limit 1 (PL1) value is 6W which is
    low for high performance KPIs. This patch updates PL1
    value as TDP. SKL-U has 15W TDP.
    
    BRANCH=none
    BUG=none
    TEST=Build and booted on lars.
    
    Change-Id: Ic1313385e0aa1760b473a34c853a95c76257eecf
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: a47faee53e08da81602b485937621fd49eb2ddbf
    Original-Change-Id: I7c91dcdc82525a6d2b706f8f504ba48601097ef7
    Original-Signed-off-by: David Wu <David_Wu at quantatw.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/316370
    Original-Commit-Ready: David Wu <david_wu at quantatw.com>
    Original-Tested-by: David Wu <david_wu at quantatw.com>
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-by: Subrata Banik <subrata.banik at intel.com>
---
 src/mainboard/google/lars/acpi/dptf.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/lars/acpi/dptf.asl b/src/mainboard/google/lars/acpi/dptf.asl
index 2eea804..e011c97 100644
--- a/src/mainboard/google/lars/acpi/dptf.asl
+++ b/src/mainboard/google/lars/acpi/dptf.asl
@@ -110,7 +110,7 @@ Name (MPPC, Package ()
 	Package () {	/* Power Limit 1 */
 		0,	/* PowerLimitIndex, 0 for Power Limit 1 */
 		1600,	/* PowerLimitMinimum */
-		6000,	/* PowerLimitMaximum */
+		15000,	/* PowerLimitMaximum */
 		1000,	/* TimeWindowMinimum */
 		1000,	/* TimeWindowMaximum */
 		200	/* StepSize */



More information about the coreboot-gerrit mailing list