xref: /openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl (revision 694b05240161eecc9628d5816fbf3d37f3c32e2d)
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    Offset (0x00),
14    PCNT, 8,    /* processor count */
15}
16