aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/thinkcentre_a58/acpi_tables.c
blob: 99bf06a98949750f77bfbbfd86d92d48892a381e (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->cmap = 0x01; /* Enable COM 1 port */
}