aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/foxconn/g41s-k/acpi_tables.c
blob: 1a2a9bef0712cff90d4b1fb5af22edf793905f04 (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>

void mainboard_fill_gnvs(struct global_nvs *gnvs)
{
	gnvs->pwrs = 1; /* Power state (AC = 1) */
	gnvs->lptp = 0; /* LPT port */
	gnvs->fdcp = 0; /* Floppy Disk Controller */
}