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

#include <acpi/acpi_gnvs.h>
#include <soc/nvs.h>

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