blob: bccce09678d1c4137058d0911197664ac0e60000 [file] [log] [blame]
Raul E Rangel8e425b02021-02-19 10:11:39 -07001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3/*
4 * NOTE: The layout of the GNVS structure below must match the layout in
5 * soc/amd/cezanne/include/soc/nvs.h !!!
6 */
7
8Field (GNVS, ByteAcc, NoLock, Preserve)
9{
10 /* Miscellaneous */
Felix Heldb2394e82023-01-19 18:15:17 +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
Raul E Rangel8e425b02021-02-19 10:11:39 -070015}