From e3685e8b3429886b40ada71b95267b116b912fca Mon Sep 17 00:00:00 2001 From: Jeff Lane Date: Tue, 21 May 2019 13:17:36 -0400 Subject: Added fingerprints for ROME and EPYC CPUs --- bin/cpuid.py | 2 ++ 1 file changed, 2 insertions(+) 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'], -- cgit v1.2.3