aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/include/soc/nvs.h
blob: fee0e42a7dfc4b3902083b3d7f1075836d975dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_INTEL_QUARK_NVS_H
#define SOC_INTEL_QUARK_NVS_H

#include <stdint.h>

struct __packed global_nvs {
	uint32_t	cbmc; /* 0x00 - 0x03 - coreboot Memory Console */
	uint8_t		pwrs; /* 0x4 - Power state (AC = 1) */
};

#endif /* SOC_INTEL_QUARK_NVS_H */