blob: 67fdbee91d5956308ec07c4b0e04d94fe7798eed [file] [log] [blame]
Angel Ponsf94ac9a2020-04-05 15:46:48 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Duncan Lauriec88c54c2014-04-30 16:36:13 -07002
3/* Global Variables */
4
Duncan Lauriec88c54c2014-04-30 16:36:13 -07005Field (GNVS, ByteAcc, NoLock, Preserve)
6{
7 /* Miscellaneous */
Kyösti Mälkkif6f12152020-12-29 09:04:30 +02008 , 16, // 0x00 - Operating System
Duncan Lauriec88c54c2014-04-30 16:36:13 -07009 SMIF, 8, // 0x02 - SMI function
Angel Pons2fd1e472021-09-27 12:19:52 +020010 , 8, // 0x03 - SMI function parameter
11 , 8, // 0x04 - SMI function parameter
Duncan Lauriec88c54c2014-04-30 16:36:13 -070012 SCIF, 8, // 0x05 - SCI function
Angel Pons2fd1e472021-09-27 12:19:52 +020013 , 8, // 0x06 - SCI function parameter
14 , 8, // 0x07 - SCI function parameter
Angel Pons286c7712021-09-27 12:11:14 +020015 , 8, // 0x08 - Global Lock function for EC
Angel Pons2fd1e472021-09-27 12:19:52 +020016 , 8, // 0x09 - Lock function parameter
17 , 8, // 0x0a - Lock function parameter
Kyösti Mälkkic1962462020-12-29 05:12:56 +020018 , 8, // 0x0b - Processor Count
Duncan Lauriec88c54c2014-04-30 16:36:13 -070019 PPCM, 8, // 0x0c - Max PPC State
20 TMPS, 8, // 0x0d - Temperature Sensor ID
21 TLVL, 8, // 0x0e - Throttle Level Limit
22 FLVL, 8, // 0x0f - Current FAN Level
23 TCRT, 8, // 0x10 - Critical Threshold
24 TPSV, 8, // 0x11 - Passive Threshold
25 TMAX, 8, // 0x12 - CPU Tj_max
Duncan Laurieab1e96a2014-12-12 10:52:34 -080026 S5U0, 8, // 0x13 - Enable USB in S5
27 S3U0, 8, // 0x14 - Enable USB in S3
28 S33G, 8, // 0x15 - Enable 3G in S3
29 LIDS, 8, // 0x16 - LID State
Kyösti Mälkkid6ccbb92021-01-15 13:46:11 +020030 , 8, // 0x17 - AC Power State
Kyösti Mälkki22ecdbe2021-01-27 21:24:08 +020031 , 32, // 0x18 - 0x1b - CBMEM TOC
Arthur Heymanscde4f3b2022-05-12 23:07:52 +020032 , 32, // 0x1c - 0x1f - coreboot Memory Console
Duncan Laurieab1e96a2014-12-12 10:52:34 -080033 PM1I, 64, // 0x20 - 0x27 - PM1 wake status bit
34 GPEI, 64, // 0x28 - 0x2f - GPE wake status bit
Duncan Lauriec88c54c2014-04-30 16:36:13 -070035}