SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / arch / x86 / include / asm / arch-tangier / acpi / global_nvs.asl
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2017 Intel Corporation
4  *
5  * Partially based on global_nvs.asl for other x86 platforms
6  */
7
8 #include <asm/acpi/global_nvs.h>
9
10 OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
11 Field(GNVS, ByteAcc, NoLock, Preserve)
12 {
13     Offset (0x00),
14     PCNT, 8,    /* processor count */
15 }