blob: 7aa5de39da5607947dd74f234989a8e75b07be6e [file] [log] [blame]
Felix Held3c44c622022-01-10 20:57:29 +01001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
Felix Held3c44c622022-01-10 20:57:29 +01003/*
4 * NOTE: The layout of the GNVS structure below must match the layout in
Jon Murphy4f732422022-08-05 15:43:44 -06005 * soc/amd/mendocino/include/soc/nvs.h !!!
Felix Held3c44c622022-01-10 20:57:29 +01006 */
7
8Field (GNVS, ByteAcc, NoLock, Preserve)
9{
10 /* Miscellaneous */
Felix Held98391ba2023-01-19 18:11:46 +010011 LIDS, 8, // 0x00 - LID State
12 CBMC, 32, // 0x01 - 0x04 - coreboot Memory Console
13 PM1I, 64, // 0x05 - 0x0c - System Wake Source - PM1 Index
14 GPEI, 64, // 0x0d - 0x14 - GPE Wake Source
Felix Held3c44c622022-01-10 20:57:29 +010015}