]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/arch-baytrail/acpi/global_nvs.asl
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / x86 / include / asm / arch-baytrail / acpi / global_nvs.asl
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
4  */
5
6 #include <asm/acpi/global_nvs.h>
7
8 OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
9 Field(GNVS, ByteAcc, NoLock, Preserve)
10 {
11         Offset (0x00),
12         PCNT, 8,        /* processor count */
13         IURE, 8,        /* internal UART enabled */
14 }