Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / arch / x86 / include / asm / arch-baytrail / acpi / global_nvs.asl
1 /*
2  * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <asm/acpi/global_nvs.h>
8
9 OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
10 Field(GNVS, ByteAcc, NoLock, Preserve)
11 {
12         Offset (0x00),
13         PCNT, 8,        /* processor count */
14         IURE, 8,        /* internal UART enabled */
15 }