[PATCH 2/2] cpu/msr: add 3 more CPU IDs for IA32_silvermont_MSRs
Alex Hung
alex.hung at canonical.com
Fri Jul 5 01:27:58 UTC 2019
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/cpu/msr/msr.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/cpu/msr/msr.c b/src/cpu/msr/msr.c
index ea6ca207..1030a264 100644
--- a/src/cpu/msr/msr.c
+++ b/src/cpu/msr/msr.c
@@ -763,7 +763,10 @@ static const cpu_to_msr cpu_msr_map[] = {
{ "Atom", 0x06, 0x35, IA32_atom_MSRs },
{ "Atom", 0x06, 0x36, IA32_atom_MSRs },
{ "Atom", 0x06, 0x37, IA32_silvermont_MSRs },
+ { "Atom", 0x06, 0x4a, IA32_silvermont_MSRs },
{ "Atom", 0x06, 0x4d, IA32_silvermont_MSRs },
+ { "Atom", 0x06, 0x5a, IA32_silvermont_MSRs },
+ { "Atom", 0x06, 0x5d, IA32_silvermont_MSRs },
{ "Sandybridge", 0x06, 0x2a, IA32_sandybridge_MSRs },
{ "Sandybridge", 0x06, 0x2d, IA32_sandybridge_MSRs },
{ "Ivybridge", 0x06, 0x3a, IA32_ivybridge_MSRs },
--
2.17.1
More information about the fwts-devel
mailing list