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/x201/acpi_tables.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/lenovo/x201/acpi_tables.c') diff --git a/src/mainboard/lenovo/x201/acpi_tables.c b/src/mainboard/lenovo/x201/acpi_tables.c index 70719e898f..d817d19a01 100644 --- a/src/mainboard/lenovo/x201/acpi_tables.c +++ b/src/mainboard/lenovo/x201/acpi_tables.c @@ -29,4 +29,7 @@ void acpi_create_gnvs(global_nvs_t * gnvs) { + /* Set thermal levels */ + gnvs->tcrt = 100; + gnvs->tpsv = 90; } -- cgit v1.2.3