mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / lenovo / t60 / acpi_tables.c
blob8f4f83b826ee6d61dfafc2a97394e067a83d1174
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 /* Temperature at which OS will shutdown */
9 gnvs->tcrt = 100;
10 /* Temperature at which OS will throttle CPU */
11 gnvs->tpsv = 90;