1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_gnvs.h>
4 #include <device/device.h>
5 #include <southbridge/intel/lynxpoint/pch.h>
10 void mainboard_fill_gnvs(struct global_nvs
*gnvs
)
12 /* Enable USB ports in S3 */
19 gnvs
->tmps
= TEMPERATURE_SENSOR_ID
;
20 gnvs
->tcrt
= CRITICAL_TEMPERATURE
;
21 gnvs
->tpsv
= PASSIVE_TEMPERATURE
;
22 gnvs
->tmax
= MAX_TEMPERATURE
;
23 gnvs
->f0pw
= EC_THROTTLE_POWER_LIMIT
;