diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2020-01-31 19:13:27 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2020-01-31 19:13:27 -0500 |
commit | 31974ab1da3c7469c8523f87c441e882aeeccd66 (patch) | |
tree | 33d8be36ec8521a29b9110fa44efd3a54428ac52 | |
parent | 745dba13bc8f468a81e8073924bd5e5e8cd4755c (diff) |
Updated CoffeeLake and Kabylake to reflect correct CPU stepings
-rwxr-xr-x | bin/cpuid.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index 2d734a69..e9f2b96c 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'], |