summaryrefslogtreecommitdiff
diff options
authorPMR <pmr@pmr-lander>2021-01-04 20:10:40 +0000
committerPMR <pmr@pmr-lander>2021-01-04 20:10:40 +0000
commit7748fd527657de4b90aedb738191e9500ec0be48 (patch)
tree6742e5048bb4c9ee149a4497ca785a03fb249e57
parentea34faef38e0af523ce2c9e8e5261c4078b88693 (diff)
parent669c74e978d84d62499e00e39b3956d3bcd3133c (diff)
Merge #394225 from ~bladernr/plainbox-provider-checkbox:1904965-cooper-lake-cpuid
bin/cpuid.py: add Cooper Lake CPUID to table
-rwxr-xr-xbin/cpuid.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py
index 36d5b46..3eebf1e 100755
--- a/bin/cpuid.py
+++ b/bin/cpuid.py
@@ -88,12 +88,14 @@ CPUIDS = {
"AMD EPYC": ['0x800f12'],
"AMD Lisbon": ['0x100f81'],
"AMD Magny-Cours": ['0x100f91'],
+ "AMD Milan": ['0xa00f11'],
"AMD ROME": ['0x830f10'],
"Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'],
"Canon Lake": ['0x6066'],
"Cascade Lake": ['0x50655', '0x50656', '0x50657'],
"Coffee Lake": [
'0x806ea', '0x906ea', '0x906eb', '0x906ec', '0x906ed'],
+ "Cooper Lake": ['0x5065a', '0x5065b'],
"Haswell": ['0x306c', '0x4065', '0x4066', '0x306f'],
"Ice Lake": ['0x706e'],
"Ivy Bridge": ['0x306a', '0x306e'],