summaryrefslogtreecommitdiff
path: root/src/mainboard/compulab/intense_pc/acpi_tables.c
blob: 126708cca84d584db4a2617a7b5d78fe082c13e7 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

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

/* FIXME: check this function.  */
void acpi_create_gnvs(global_nvs_t *gnvs)
{
	gnvs->tcrt = 100;
	gnvs->tpsv = 90;
}