blob: 0f6d480f4c5de88197b5ca85d73d867e9a9af0f3 [file] [log] [blame]
Angel Ponsc3f58f62020-04-05 15:46:41 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -05002
3/* Global Variables */
4
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -05005Field (GNVS, ByteAcc, NoLock, Preserve)
6{
7 /* Miscellaneous */
Kyösti Mälkkif6f12152020-12-29 09:04:30 +02008 , 16, /* 0x00 - Operating System */
Angel Pons26b49cc2020-07-07 17:17:51 +02009 SMIF, 8, /* 0x02 - SMI function */
Angel Pons2fd1e472021-09-27 12:19:52 +020010 , 8, /* 0x03 - SMI function parameter */
11 , 8, /* 0x04 - SMI function parameter */
Angel Pons26b49cc2020-07-07 17:17:51 +020012 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 */
Angel Pons26b49cc2020-07-07 17:17:51 +020018 P80D, 32, /* 0x0b - Debug port (IO 0x80) value */
19 LIDS, 8, /* 0x0f - LID state (open = 1) */
Kyösti Mälkkid6ccbb92021-01-15 13:46:11 +020020 , 8, /* 0x10 - Power State (AC = 1) */
Kyösti Mälkkic1962462020-12-29 05:12:56 +020021 , 8, /* 0x11 - Processor count */
Angel Pons26b49cc2020-07-07 17:17:51 +020022 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 */
Kyösti Mälkki8fee9952021-01-29 23:14:53 +020026 GPEI, 32, /* 0x19 - GPE Wake Source */
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050027
Duncan Laurieabab05c2013-11-04 17:12:30 -080028 /* Device Config */
29 Offset (0x20),
Angel Pons26b49cc2020-07-07 17:17:51 +020030 S5U0, 8, /* 0x20 - Enable USB0 in S5 */
31 S5U1, 8, /* 0x21 - Enable USB1 in S5 */
32 S3U0, 8, /* 0x22 - Enable USB0 in S3 */
33 S3U1, 8, /* 0x23 - Enable USB1 in S3 */
34 TACT, 8, /* 0x24 - Thermal Active trip point */
35 TPSV, 8, /* 0x25 - Thermal Passive trip point */
36 TCRT, 8, /* 0x26 - Thermal Critical trip point */
37 DPTE, 8, /* 0x27 - Enable DPTF */
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050038
Duncan Laurieabab05c2013-11-04 17:12:30 -080039 /* Base addresses */
40 Offset (0x30),
Kyösti Mälkki22ecdbe2021-01-27 21:24:08 +020041 , 32, /* 0x30 - CBMEM TOC */
Kyösti Mälkkid06f8002021-01-27 20:25:51 +020042 , 32, /* 0x34 - Top of Low Memory */
Arthur Heymanscde4f3b2022-05-12 23:07:52 +020043 , 32, /* 0x38 - coreboot mem console pointer */
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050044}