blob: c322a4c18ca9ec4edef8c2bb2cb4d51b150414ed [file] [log] [blame]
Felix Held4a8cd722020-04-18 22:26:39 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Martin Roth5c354b92019-04-22 14:55:16 -06002
3/*
4 * NOTE: The layout of the GNVS structure below must match the layout in
Martin Rothd7e3ead2019-04-22 16:32:58 -06005 * soc/amd/picasso/include/soc/nvs.h !!!
Martin Roth5c354b92019-04-22 14:55:16 -06006 *
7 */
8
Martin Roth5c354b92019-04-22 14:55:16 -06009Field (GNVS, ByteAcc, NoLock, Preserve)
10{
11 /* Miscellaneous */
Arthur Heymanscde4f3b2022-05-12 23:07:52 +020012 , 32, // 0x00 - 0x03 - coreboot Memory Console
Felix Heldc5d71dc2023-01-20 20:47:22 +010013 PM1I, 64, // 0x04 - 0x0b - System Wake Source - PM1 Index
14 GPEI, 64, // 0x0c - 0x13 - GPE Wake Source
15 TMPS, 8, // 0x14 - Temperature Sensor ID
16 TCRT, 8, // 0x15 - Critical Threshold
17 TPSV, 8, // 0x16 - Passive Threshold
Martin Roth5c354b92019-04-22 14:55:16 -060018}