aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t440p/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t440p/acpi_tables.c')
-rw-r--r--src/mainboard/lenovo/t440p/acpi_tables.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t440p/acpi_tables.c b/src/mainboard/lenovo/t440p/acpi_tables.c
index ff6c05ae0b..5105053d8a 100644
--- a/src/mainboard/lenovo/t440p/acpi_tables.c
+++ b/src/mainboard/lenovo/t440p/acpi_tables.c
@@ -19,9 +19,11 @@
void acpi_create_gnvs(global_nvs_t *gnvs)
{
- /* the lid is open by default */
+ /* The lid is open by default. */
gnvs->lids = 1;
+ /* Temperature at which OS will shutdown. */
gnvs->tcrt = 100;
+ /* Temperature at which OS will throttle CPU. */
gnvs->tpsv = 90;
}