summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/jasperlake/include/soc/msr.h
blob: 3bbf99d21b9140a3fdf8ca4048f79f7117009ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _SOC_MSR_H_
#define _SOC_MSR_H_

#include <intelblocks/msr.h>

#define MSR_PIC_MSG_CONTROL		0x2e
#define MSR_VR_MISC_CONFIG2		0x636

#endif