1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_gnvs.h>
6 #include <southbridge/intel/bd82x6x/pch.h>
10 void mainboard_fill_gnvs(struct global_nvs
*gnvs
)
12 /* Disable USB ports in S3 by default */
16 /* Disable USB ports in S5 by default */
20 /* EC handles all thermal and fan control on Stout. */
21 gnvs
->tcrt
= CRITICAL_TEMPERATURE
;
22 gnvs
->tpsv
= PASSIVE_TEMPERATURE
;
23 gnvs
->tmax
= MAX_TEMPERATURE
;
25 // the lid is open by default.
29 gnvs
->xhci
= XHCI_MODE
;