aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/acer/g43t-am3/acpi_tables.c
blob: 67e7b1a0b2470d2f3e7130a5d9a79acc08fe7b48 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

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

void mainboard_fill_gnvs(struct global_nvs *gnvs)
{
	gnvs->pwrs = 1;	   /* Power state (AC = 1) */
	gnvs->osys = 2002; /* At least WINXP SP2 (HPET fix) */
}