blob: 7477796a91ab0365dac075b265b69a0c21e68c6f [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <southbridge/intel/bd82x6x/nvs.h>
#include <variant/thermal.h>
void acpi_create_gnvs(global_nvs_t *gnvs)
{
/* The lid is open by default */
gnvs->lids = 1;
gnvs->tcrt = CRITICAL_TEMPERATURE;
gnvs->tpsv = PASSIVE_TEMPERATURE;
}