Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/49044 )
Change subject: cpu/intel: add PC10 residency counter MSR
......................................................................
cpu/intel: add PC10 residency counter MSR
This MSR will be used in the follow-up changes.
Change-Id: Ia6f74861502d4a9f872b2bbbab2e5f1925a14c4d
Signed-off-by: Michael Niewöhner foss@mniewoehner.de
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49044
Reviewed-by: Lance Zhao
Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
Tested-by: build bot (Jenkins) no-reply@coreboot.org
---
M src/include/cpu/intel/msr.h
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
build bot (Jenkins): Verified
Paul Menzel: Looks good to me, but someone else must approve
Lance Zhao: Looks good to me, approved
diff --git a/src/include/cpu/intel/msr.h b/src/include/cpu/intel/msr.h
index da0f0bb..935ac30 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 */
--
To view, visit
https://review.coreboot.org/c/coreboot/+/49044
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia6f74861502d4a9f872b2bbbab2e5f1925a14c4d
Gerrit-Change-Number: 49044
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Niewöhner
foss@mniewoehner.de
Gerrit-Reviewer: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Justin TerAvest
teravest@chromium.org
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Lance Zhao
Gerrit-Reviewer: Matt DeVillier
matt.devillier@gmail.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Shaunak Saha
shaunak.saha@intel.corp-partner.google.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-MessageType: merged