summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake/include/soc/msr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/icelake/include/soc/msr.h')
-rw-r--r--src/soc/intel/icelake/include/soc/msr.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/soc/intel/icelake/include/soc/msr.h b/src/soc/intel/icelake/include/soc/msr.h
deleted file mode 100644
index d716bdbcc588..000000000000
--- a/src/soc/intel/icelake/include/soc/msr.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* 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