bcddb9
From 8760102a2e73747c6ae570c699c3da6752c9efb7 Mon Sep 17 00:00:00 2001
bcddb9
Message-Id: <8760102a2e73747c6ae570c699c3da6752c9efb7@dist-git>
bcddb9
From: Jiri Denemark <jdenemar@redhat.com>
bcddb9
Date: Tue, 26 Feb 2019 21:02:49 +0100
bcddb9
Subject: [PATCH] cpu_map: Add more signatures for Skylake-Client CPU models
bcddb9
MIME-Version: 1.0
bcddb9
Content-Type: text/plain; charset=UTF-8
bcddb9
Content-Transfer-Encoding: 8bit
bcddb9
bcddb9
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
bcddb9
Reviewed-by: Ján Tomko <jtomko@redhat.com>
bcddb9
(cherry picked from commit 367d96a5d6b04bf25d025ed59a7079d71f843c56)
bcddb9
bcddb9
https://bugzilla.redhat.com/show_bug.cgi?id=1558558
bcddb9
https://bugzilla.redhat.com/show_bug.cgi?id=1687515
bcddb9
bcddb9
Conflicts:
bcddb9
	src/cpu_map/x86_Skylake-Client-IBRS.xml
bcddb9
	src/cpu_map/x86_Skylake-Client.xml
bcddb9
            - cpu_map split not backported
bcddb9
bcddb9
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
bcddb9
Reviewed-by: Ján Tomko <jtomko@redhat.com>
bcddb9
---
bcddb9
 src/cpu/cpu_map.xml | 10 ++++++++++
bcddb9
 1 file changed, 10 insertions(+)
bcddb9
bcddb9
diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
bcddb9
index 095ea0a839..1382c29cd1 100644
bcddb9
--- a/src/cpu/cpu_map.xml
bcddb9
+++ b/src/cpu/cpu_map.xml
bcddb9
@@ -1680,6 +1680,11 @@
bcddb9
 
bcddb9
     <model name='Skylake-Client'>
bcddb9
       <signature family='6' model='94'/> 
bcddb9
+      <signature family='6' model='78'/> 
bcddb9
+      
bcddb9
+           but we don't have specific models for them. -->
bcddb9
+      <signature family='6' model='142'/> 
bcddb9
+      <signature family='6' model='158'/> 
bcddb9
       <vendor name='Intel'/>
bcddb9
       <feature name='3dnowprefetch'/>
bcddb9
       <feature name='abm'/>
bcddb9
@@ -1748,6 +1753,11 @@
bcddb9
 
bcddb9
     <model name='Skylake-Client-IBRS'>
bcddb9
       <signature family='6' model='94'/> 
bcddb9
+      <signature family='6' model='78'/> 
bcddb9
+      
bcddb9
+           but we don't have specific models for them. -->
bcddb9
+      <signature family='6' model='142'/> 
bcddb9
+      <signature family='6' model='158'/> 
bcddb9
       <vendor name='Intel'/>
bcddb9
       <feature name='3dnowprefetch'/>
bcddb9
       <feature name='abm'/>
bcddb9
-- 
bcddb9
2.21.0
bcddb9