blob: b2f3cf486d1d28fd16abc0edd9220595e649ffe8 [file] [log] [blame]
Martin Roth1a3de8e2022-10-06 15:57:21 -06001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
Martin Roth1a3de8e2022-10-06 15:57:21 -06003/*
4 * NOTE: The layout of the GNVS structure below must match the layout in
Martin Roth20646cd2023-01-04 21:27:06 -07005 * soc/amd/phoenix/include/soc/nvs.h !!!
Martin Roth1a3de8e2022-10-06 15:57:21 -06006 */
7
8Field (GNVS, ByteAcc, NoLock, Preserve)
9{
10 /* Miscellaneous */
Felix Heldf3180f02023-07-06 16:36:41 +020011 PM1I, 64, // 0x00 - 0x07 - System Wake Source - PM1 Index
12 GPEI, 64, // 0x08 - 0x0f - GPE Wake Source
Martin Roth1a3de8e2022-10-06 15:57:21 -060013}