payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / roda / rk886ex / acpi_tables.c
blobcc64c3010491fe8cdb7b887ab3a3e2b81b1ee76f
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_gnvs.h>
4 #include <soc/nvs.h>
6 void mainboard_fill_gnvs(struct global_nvs *gnvs)
8 /* Enable both COM ports */
9 gnvs->cmap = 0x01;
10 gnvs->cmbp = 0x01;