summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl
blob: b1f0f67979b70fccfba00f22f08b2fefa0a7d876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2017 Intel Corporation
 *
 * Partially based on global_nvs.asl for other x86 platforms
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <asm/acpi/global_nvs.h>

OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE)
Field(GNVS, ByteAcc, NoLock, Preserve)
{
    Offset (0x00),
    PCNT, 8,    /* processor count */
}