xref: /openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl (revision 407b5b956a2e0facf6668fc8b295f4be9205c83e)
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
10OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
11Field(GNVS, ByteAcc, NoLock, Preserve)
12{
13    PCNT, 8,    /* processor count */
14}
15