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 | c44fd94d209d507e11822bb4c631ade75b1ad897 (patch) | |
tree | 38a8d1c3b34c55bca2d596fd10b1eb44b3de9110 /bin | |
parent | b5b66be44cf85e3c39ad322b0a7170d7bff1286f (diff) |
Updated CoffeeLake and Kabylake to reflect correct CPU stepings
Diffstat (limited to 'bin')
-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 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'], |