summaryrefslogtreecommitdiffstats
path: root/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c
blob: d20cbdb9d738604442913e0de4f6fcee6554cab1 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include <southbridge/intel/bd82x6x/nvs.h>

void acpi_create_gnvs(global_nvs_t *gnvs)
{
	gnvs->tcrt = 100;
	gnvs->tpsv = 90;
}