|
|
0a7476 |
From 663256a04ab602b25b861db27fdac57876cc8cd2 Mon Sep 17 00:00:00 2001
|
|
|
0a7476 |
Message-Id: <663256a04ab602b25b861db27fdac57876cc8cd2@dist-git>
|
|
|
bba56f |
From: Jiri Denemark <jdenemar@redhat.com>
|
|
|
bba56f |
Date: Tue, 26 Feb 2019 20:26:35 +0100
|
|
|
bba56f |
Subject: [PATCH] cpu_map: Add more signatures for SandyBridge CPU models
|
|
|
bba56f |
MIME-Version: 1.0
|
|
|
bba56f |
Content-Type: text/plain; charset=UTF-8
|
|
|
bba56f |
Content-Transfer-Encoding: 8bit
|
|
|
bba56f |
|
|
|
bba56f |
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
|
bba56f |
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
|
bba56f |
(cherry picked from commit 4a3c3682f3da4ae1e1036c67db7ddba3dcc66d68)
|
|
|
bba56f |
|
|
|
bba56f |
https://bugzilla.redhat.com/show_bug.cgi?id=1558558
|
|
|
bba56f |
https://bugzilla.redhat.com/show_bug.cgi?id=1687515
|
|
|
bba56f |
|
|
|
bba56f |
Conflicts:
|
|
|
bba56f |
src/cpu_map/x86_SandyBridge-IBRS.xml
|
|
|
bba56f |
src/cpu_map/x86_SandyBridge.xml
|
|
|
bba56f |
- cpu_map split not backported
|
|
|
bba56f |
|
|
|
bba56f |
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
|
bba56f |
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
|
bba56f |
---
|
|
|
bba56f |
src/cpu/cpu_map.xml | 2 ++
|
|
|
bba56f |
1 file changed, 2 insertions(+)
|
|
|
bba56f |
|
|
|
bba56f |
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
|
|
|
bba56f |
index 1435a34bb9..8fe6d7d4f4 100644
|
|
|
bba56f |
--- a/src/cpu/cpu_map.xml
|
|
|
bba56f |
+++ b/src/cpu/cpu_map.xml
|
|
|
bba56f |
@@ -1014,6 +1014,7 @@
|
|
|
bba56f |
|
|
|
bba56f |
<model name='SandyBridge'>
|
|
|
bba56f |
<signature family='6' model='42'/>
|
|
|
bba56f |
+ <signature family='6' model='45'/>
|
|
|
bba56f |
<vendor name='Intel'/>
|
|
|
bba56f |
<feature name='aes'/>
|
|
|
bba56f |
<feature name='apic'/>
|
|
|
bba56f |
@@ -1057,6 +1058,7 @@
|
|
|
bba56f |
|
|
|
bba56f |
<model name='SandyBridge-IBRS'>
|
|
|
bba56f |
<signature family='6' model='42'/>
|
|
|
bba56f |
+ <signature family='6' model='45'/>
|
|
|
bba56f |
<vendor name='Intel'/>
|
|
|
bba56f |
<feature name='aes'/>
|
|
|
bba56f |
<feature name='apic'/>
|
|
|
bba56f |
--
|
|
|
bba56f |
2.21.0
|
|
|
bba56f |
|