From 6b284569a80f904ed7b813e302ff968bd344c40b Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Fri, 1 Jan 2021 21:04:37 +0100 Subject: cpu/intel: add PC10 residency counter MSR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MSR will be used in the follow-up changes. Change-Id: Ia6f74861502d4a9f872b2bbbab2e5f1925a14c4d Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/49044 Reviewed-by: Lance Zhao Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/include/cpu/intel/msr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/cpu/intel') diff --git a/src/include/cpu/intel/msr.h b/src/include/cpu/intel/msr.h index da0f0bb68d..935ac30096 100644 --- a/src/include/cpu/intel/msr.h +++ b/src/include/cpu/intel/msr.h @@ -14,4 +14,6 @@ #define MSR_PLATFORM_INFO 0xce +#define MSR_PKG_C10_RESIDENCY 0x632 + #endif /* CPU_INTEL_MSR_H */ -- cgit v1.2.3