mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / lenovo / x1_carbon_gen1 / acpi_tables.c
blob36d3e85c1ef13882d597032350dd928dc2b7c405
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_gnvs.h>
4 #include <soc/nvs.h>
6 void mainboard_fill_gnvs(struct global_nvs *gnvs)
8 /* The lid is open by default */
9 gnvs->lids = 1;
11 /* Temperature at which OS will shutdown */
12 gnvs->tcrt = 100;
13 /* Temperature at which OS will throttle CPU */
14 gnvs->tpsv = 90;