summaryrefslogtreecommitdiffstats
path: root/src/mainboard/foxconn/g41s-k/acpi_tables.c
blob: 0ae4da259c4f1ad94a7398750d2888f0008cadf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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

void acpi_create_gnvs(global_nvs_t *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 */
}