summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake/include/soc/msr.h
blob: d716bdbcc5889e7b86c73a7657f591216b4d4715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_MSR_H_
#define _SOC_MSR_H_

#include <intelblocks/msr.h>

#define MSR_BIOS_DONE			0x151
#define  ENABLE_IA_UNTRUSTED		(1 << 0)
#define MSR_VR_MISC_CONFIG2		0x636

#endif