summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/dg41wv/acpi_tables.c
blob: ec9420c25abe3f427e937dbb627e44763bf1e1df (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

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

void acpi_create_gnvs(global_nvs_t *gnvs)
{
	gnvs->pwrs = 1;    /* Power state (AC = 1) */
	gnvs->cmap = 0x01; /* Enable COM 1 port */
}