diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2020-01-13 15:33:59 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2020-01-13 15:33:59 -0500 |
commit | b3dd4a95b3a5fccc16a85310b56ac9261b9b4951 (patch) | |
tree | 3b18bf0842daa17c35232edfc2ebf7cef8723331 /bin | |
parent | 94e2818dbebf3d947327844bc2efb2aae680ebda (diff) |
Cleaned up CFL ID dict to catch all steppings more easily LP: #1859519
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cpuid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index a434309a..fcb6e0c6 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -83,7 +83,7 @@ CPUIDS = { "Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'], "Canon Lake": ['0x6066'], "Cascade Lake": ['0x50655', '0x50656', '0x50657'], - "Coffee Lake": ['0x806ea', '0x906ea', '0x906eb', '0x906ec'], + "Coffee Lake": ['0x806ea', '0x906e'], "Haswell": ['0x306c', '0x4065', '0x4066', '0x306f'], "Ice Lake": ['0x706e'], "Ivy Bridge": ['0x306a', '0x306e'], |