summaryrefslogtreecommitdiff
path: root/bin
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2020-01-13 15:33:59 -0500
committerJeff Lane <jeffrey.lane@canonical.com>2020-01-13 15:33:59 -0500
commitf1e2825bc2c01c9a7436e8a4ab4787d931c45025 (patch)
tree373804af712c87dac52bb8868422f11dc89242fe /bin
parent69670792f8fd513e69ca9a4a89a357f6bcbbf07b (diff)
Cleaned up CFL ID dict to catch all steppings more easily LP: #1859519
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cpuid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py
index a434309..fcb6e0c 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'],