]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl
x86: tangier: Enable ACPI support for Intel Tangier
[people/ms/u-boot.git] / arch / x86 / include / asm / arch-tangier / acpi / global_nvs.asl
1 /*
2 * Copyright (c) 2017 Intel Corporation
3 *
4 * Partially based on global_nvs.asl for other x86 platforms
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 #include <asm/acpi/global_nvs.h>
10
11 OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
12 Field(GNVS, ByteAcc, NoLock, Preserve)
13 {
14 Offset (0x00),
15 PCNT, 8, /* processor count */
16 }