coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
nvs.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_INTEL_QUARK_NVS_H
4 #define SOC_INTEL_QUARK_NVS_H
5 
6 #include <stdint.h>
7 
8 struct __packed global_nvs {
9  uint32_t cbmc; /* 0x00 - 0x03 - coreboot Memory Console */
10  uint8_t unused_was_pwrs; /* 0x4 - Power state (AC = 1) */
11 
12  /* Required for future unified acpi_save_wake_source. */
15 };
16 
17 #endif /* SOC_INTEL_QUARK_NVS_H */
unsigned int uint32_t
Definition: stdint.h:14
unsigned char uint8_t
Definition: stdint.h:8
Definition: x86.c:23
Definition: nvs.h:14
uint32_t gpei
Definition: nvs.h:14
uint32_t pm1i
Definition: nvs.h:13