coreboot/src/mainboard/dell/optiplex_9010/acpi_tables.c

10 lines
172 B
C

/* 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;
}