From 3cedcfa1c50b336c9f0418bb0c2c1abedd455fbd Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Tue, 8 Sep 2020 19:50:55 +0800 Subject: mb/hp: Add HP EliteBook Folio 9480m --- src/mainboard/hp/folio_9480m/acpi_tables.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/mainboard/hp/folio_9480m/acpi_tables.c (limited to 'src/mainboard/hp/folio_9480m/acpi_tables.c') diff --git a/src/mainboard/hp/folio_9480m/acpi_tables.c b/src/mainboard/hp/folio_9480m/acpi_tables.c new file mode 100644 index 0000000000..00963e10b0 --- /dev/null +++ b/src/mainboard/hp/folio_9480m/acpi_tables.c @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#include +#include + +void acpi_create_gnvs(struct global_nvs *gnvs) +{ + gnvs->lids = 1; + + /* Temperature at which OS will shutdown */ + gnvs->tcrt = 100; + /* Temperature at which OS will throttle CPU */ + gnvs->tpsv = 90; +} -- cgit v1.2.3