|
|
0a7476 |
From 4a84b7c166cd4a807d39663d3cb879e599c5b349 Mon Sep 17 00:00:00 2001
|
|
|
0a7476 |
Message-Id: <4a84b7c166cd4a807d39663d3cb879e599c5b349@dist-git>
|
|
|
bba56f |
From: Jiri Denemark <jdenemar@redhat.com>
|
|
|
bba56f |
Date: Tue, 26 Feb 2019 21:02:49 +0100
|
|
|
bba56f |
Subject: [PATCH] cpu_map: Add more signatures for Skylake-Client 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 367d96a5d6b04bf25d025ed59a7079d71f843c56)
|
|
|
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_Skylake-Client-IBRS.xml
|
|
|
bba56f |
src/cpu_map/x86_Skylake-Client.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 | 10 ++++++++++
|
|
|
bba56f |
1 file changed, 10 insertions(+)
|
|
|
bba56f |
|
|
|
bba56f |
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
|
|
|
bba56f |
index 095ea0a839..1382c29cd1 100644
|
|
|
bba56f |
--- a/src/cpu/cpu_map.xml
|
|
|
bba56f |
+++ b/src/cpu/cpu_map.xml
|
|
|
bba56f |
@@ -1680,6 +1680,11 @@
|
|
|
bba56f |
|
|
|
bba56f |
<model name='Skylake-Client'>
|
|
|
bba56f |
<signature family='6' model='94'/>
|
|
|
bba56f |
+ <signature family='6' model='78'/>
|
|
|
bba56f |
+
|
|
|
bba56f |
+ but we don't have specific models for them. -->
|
|
|
bba56f |
+ <signature family='6' model='142'/>
|
|
|
bba56f |
+ <signature family='6' model='158'/>
|
|
|
bba56f |
<vendor name='Intel'/>
|
|
|
bba56f |
<feature name='3dnowprefetch'/>
|
|
|
bba56f |
<feature name='abm'/>
|
|
|
bba56f |
@@ -1748,6 +1753,11 @@
|
|
|
bba56f |
|
|
|
bba56f |
<model name='Skylake-Client-IBRS'>
|
|
|
bba56f |
<signature family='6' model='94'/>
|
|
|
bba56f |
+ <signature family='6' model='78'/>
|
|
|
bba56f |
+
|
|
|
bba56f |
+ but we don't have specific models for them. -->
|
|
|
bba56f |
+ <signature family='6' model='142'/>
|
|
|
bba56f |
+ <signature family='6' model='158'/>
|
|
|
bba56f |
<vendor name='Intel'/>
|
|
|
bba56f |
<feature name='3dnowprefetch'/>
|
|
|
bba56f |
<feature name='abm'/>
|
|
|
bba56f |
--
|
|
|
bba56f |
2.21.0
|
|
|
bba56f |
|