summaryrefslogtreecommitdiffstats
path: root/src/mainboard/compulab/intense_pc/acpi_tables.c
blob: 3732afef88f888d4d427f7e9658ba63d9fb1ead2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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

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