diff options
author | PMR <pmr@pmr-lander> | 2020-02-20 10:05:21 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-02-20 10:05:21 +0000 |
commit | dd2c539258e605e23382de31f25b97dbf4ad9173 (patch) | |
tree | cd8a7d71662e47e949acd226a314afdafa5f5c74 | |
parent | a6e8e445f16a821b008c666747286acc8faa625f (diff) | |
parent | 31974ab1da3c7469c8523f87c441e882aeeccd66 (diff) |
Merge #378431 from ~bladernr/plainbox-provider-checkbox:1861536-add-kabylake-cpuid
Update cpuid.py to include more recent Kaby Lake stepping.
-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 7b871ef4..d0cdea91 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -84,7 +84,7 @@ 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'], |