From afa627db2ee414db4e31c64082bdee267e33af0b Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 23 Aug 2017 17:42:28 +0200 Subject: mb/lenovo/*/acpi_tables: Add critical and passive threshold Add critical and passive threshold to be advertised in thermal zone 0. Change-Id: Ic75a80994b27ac19651ed52b7fc3c00c65cd9c01 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/21160 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/lenovo/t60/acpi_tables.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/lenovo/t60') diff --git a/src/mainboard/lenovo/t60/acpi_tables.c b/src/mainboard/lenovo/t60/acpi_tables.c index b5b51a045d..d29a6ccb9d 100644 --- a/src/mainboard/lenovo/t60/acpi_tables.c +++ b/src/mainboard/lenovo/t60/acpi_tables.c @@ -32,4 +32,7 @@ void acpi_create_gnvs(global_nvs_t *gnvs) gnvs->cmap = 0x01; gnvs->cmbp = 0x01; + /* Set thermal levels */ + gnvs->tcrt = 100; + gnvs->tpsv = 90; } -- cgit v1.2.3