From c44fd94d209d507e11822bb4c631ade75b1ad897 Mon Sep 17 00:00:00 2001 From: Jeff Lane Date: Fri, 31 Jan 2020 19:13:27 -0500 Subject: Updated CoffeeLake and Kabylake to reflect correct CPU stepings --- bin/cpuid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/cpuid.py b/bin/cpuid.py index 2d734a6..e9f2b96 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -83,11 +83,11 @@ CPUIDS = { "Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'], "Canon Lake": ['0x6066'], "Cascade Lake": ['0x50655', '0x50656', '0x50657'], - "Coffee Lake": ['0x806ea', '0x906e'], + "Coffee Lake": ['0x806ea', '0x906ea', '0x906eb', '0x906ec', '0x906ed'], "Haswell": ['0x306c', '0x4065', '0x4066', '0x306f'], "Ice Lake": ['0x706e'], "Ivy Bridge": ['0x306a', '0x306e'], - "Kaby Lake": ['0x806e9', '0x906e9', '0x906ed'], + "Kaby Lake": ['0x806e9', '0x906e9'], "Knights Landing": ['0x5067'], "Knights Mill": ['0x8065'], "Nehalem": ['0x106a', '0x106e5', '0x206e'], -- cgit v1.2.3