]> git.sur5r.net Git - u-boot/blob - arch/x86/include/asm/arch-quark/acpi/global_nvs.asl
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / x86 / include / asm / arch-quark / 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 }