summaryrefslogtreecommitdiff
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2019-05-21 13:17:36 -0400
committerJeff Lane <jeffrey.lane@canonical.com>2019-05-21 13:17:36 -0400
commite3685e8b3429886b40ada71b95267b116b912fca (patch)
treed1f09cf913d2273541eef7e0efcf3f0ab9a13423
parent4026ffa493af2479ae842b6efbaeffb29968f87d (diff)
Added fingerprints for ROME and EPYC CPUs
-rwxr-xr-xbin/cpuid.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py
index de7dce3b..33086cfd 100755
--- a/bin/cpuid.py
+++ b/bin/cpuid.py
@@ -74,7 +74,9 @@ is_64bit = ctypes.sizeof(ctypes.c_voidp) == 8
CPUIDS = {
"Amber Lake": ['0x806e9'],
+ "AMD EPYC": ['0x800f12'],
"AMD Opteron 6100":['0x100f91'],
+ "AMD ROME": ['0x830f10'],
"Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'],
"Canon Lake": ['0x6066'],
"Cascade Lake": ['0x50655', '0x50656', '0x50657'],