mb/google/corsola: Add new board variant Wyrdeer
[coreboot2.git] / src / soc / intel / braswell / acpi / globalnvs.asl
blobfb28acceb0555256f37970623b0aa8b20ff7d8a8
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* Global Variables */
5 Field (GNVS, ByteAcc, NoLock, Preserve)
7         /* Miscellaneous */
8         ,       16,     /* 0x00 - Operating System */
9         SMIF,    8,     /* 0x02 - SMI function */
10         ,        8,     /* 0x03 - SMI function parameter */
11         ,        8,     /* 0x04 - SMI function parameter */
12         SCIF,    8,     /* 0x05 - SCI function */
13         ,        8,     /* 0x06 - SCI function parameter */
14         ,        8,     /* 0x07 - SCI function parameter */
15         ,        8,     /* 0x08 - Global Lock function for EC */
16         ,        8,     /* 0x09 - Lock function parameter */
17         ,        8,     /* 0x0a - Lock function parameter */
18         P80D,   32,     /* 0x0b - Debug port (IO 0x80) value */
19         LIDS,    8,     /* 0x0f - LID state (open = 1) */
20         ,        8,     /* 0x10 - Power State (AC = 1) */
21         ,        8,     /* 0x11 - Processor count */
22         TPMP,    8,     /* 0x12 - TPM Present and Enabled */
23         TLVL,    8,     /* 0x13 - Throttle Level */
24         PPCM,    8,     /* 0x14 - Maximum P-state usable by OS */
25         PM1I,    32,    /* 0x15 - System Wake Source - PM1 Index */
26         GPEI,    32,    /* 0x19 - GPE Wake Source */
27         BDID,    8,     /* 0x1d - Board ID */
28         CID1,    16,    /* 0x1e - Wifi Domain Type */
30         /* Device Config */
31         S5U0,    8,     /* 0x20 - Enable USB0 in S5 */
32         S5U1,    8,     /* 0x21 - Enable USB1 in S5 */
33         S3U0,    8,     /* 0x22 - Enable USB0 in S3 */
34         S3U1,    8,     /* 0x23 - Enable USB1 in S3 */
35         TACT,    8,     /* 0x24 - Thermal Active trip point */
36         TPSV,    8,     /* 0x25 - Thermal Passive trip point */
37         TCRT,    8,     /* 0x26 - Thermal Critical trip point */
38         DPTE,    8,     /* 0x27 - Enable DPTF */
40         /* Base addresses */
41         Offset (0x30),
42         ,        32,    /* 0x30 - CBMEM TOC */
43         ,        32,    /* 0x34 - Top of Low Memory */
44         ,        32,    /* 0x38 - coreboot mem console pointer */