aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/foxconn/g41s-k/acpi_tables.c
blob: 781abcce7ef40bd2794d99aebe9bbe0123ef81dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#include <acpi/acpi_gnvs.h>
#include <southbridge/intel/i82801gx/nvs.h>

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