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>
This commit is contained in:
Michael Niewöhner 2021-01-01 21:04:37 +01:00 committed by Patrick Georgi
parent 41a36a3d3e
commit 6b284569a8
1 changed files with 2 additions and 0 deletions

View File

@ -14,4 +14,6 @@
#define MSR_PLATFORM_INFO 0xce
#define MSR_PKG_C10_RESIDENCY 0x632
#endif /* CPU_INTEL_MSR_H */