blob: 352bc7108502984ae3edf728fafa170553495c39 [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 */
Arthur Heymanscde4f3b2022-05-12 23:07:52 +020011 , 32, // 0x00 - 0x03 - coreboot Memory Console
Felix Held8b42a242023-01-20 21:25:07 +010012 PM1I, 64, // 0x04 - 0x0b - System Wake Source - PM1 Index
13 GPEI, 64, // 0x0c - 0x13 - GPE Wake Source
Raul E Rangel8e425b02021-02-19 10:11:39 -070014}