diff options
| author | Jeff Lane <jeffrey.lane@canonical.com> | 2021-09-23 18:27:23 -0400 |
|---|---|---|
| committer | Jeff Lane <jeffrey.lane@canonical.com> | 2021-09-23 18:27:23 -0400 |
| commit | 562ce21eaf8fb4914ff7d2e7e81518b351e398bf (patch) | |
| tree | 177fbfa94ee0fd64c565bbffe1234e1c94402dd8 | |
| parent | 5d9b74b71d0e883bce1b1300e580f79ada78a7e7 (diff) | |
Update CPUID.py to add Comet Lake lp: #1927016
| -rwxr-xr-x | bin/cpuid.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index 05a9629..a25701a 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -113,6 +113,7 @@ CPUIDS = { "Cascade Lake": ['0x50655', '0x50656', '0x50657'], "Coffee Lake": [ '0x806ea', '0x906ea', '0x906eb', '0x906ec', '0x906ed'], + "Comet Lake": ['0x806ec', '0xa065'], "Cooper Lake": ['0x5065a', '0x5065b'], "Haswell": ['0x306c', '0x4065', '0x4066', '0x306f'], "Ice Lake": ['0x606e6', '0x606a6', '0x706e6'], |
