From b3dd4a95b3a5fccc16a85310b56ac9261b9b4951 Mon Sep 17 00:00:00 2001 From: Jeff Lane Date: Mon, 13 Jan 2020 15:33:59 -0500 Subject: Cleaned up CFL ID dict to catch all steppings more easily LP: #1859519 --- bin/cpuid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- cgit v1.2.3