summaryrefslogtreecommitdiff
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2021-03-03 11:04:04 -0500
committerJeff Lane <jeffrey.lane@canonical.com>2021-03-03 11:04:04 -0500
commit8d31444d32e6ee2970f6017b7795720ec4e1de73 (patch)
tree297f2b86d8d37300f9c298cb31d2487d5994d592
parent6a219625f52503c345dc5de544321df7785a3ad9 (diff)
bin/cpuid.py: add additional CPUID lp: #1917641
-rwxr-xr-xbin/cpuid.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py
index 4e1d2da..000aa31 100755
--- a/bin/cpuid.py
+++ b/bin/cpuid.py
@@ -115,7 +115,8 @@ CPUIDS = {
'0x806ea', '0x906ea', '0x906eb', '0x906ec', '0x906ed'],
"Cooper Lake": ['0x5065a', '0x5065b'],
"Haswell": ['0x306c', '0x4065', '0x4066', '0x306f'],
- "Ice Lake": ['0x606e6', '0x606e8', '0x706e'],
+ "Ice Lake": [
+ '0x606e6', '0x606e8', '0x606a6', '0x606a8', '0x706e'],
"Ivy Bridge": ['0x306a', '0x306e'],
"Kaby Lake": ['0x806e9', '0x906e9'],
"Knights Landing": ['0x5067'],