summaryrefslogtreecommitdiffstats
path: root/src/mainboard/hp/z220_sff_workstation/acpi_tables.c
blob: 33feed2a98f75473f621ae4ac55b83e22b9bf767 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

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

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