soc/amd/glinda: Update MCA banks
[coreboot2.git] / src / mainboard / lenovo / haswell / acpi_tables.c
blob0301443f88b1fcbaeed1a99dec6a766afa297802
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;