diff options
author | PMR <pmr@pmr-lander> | 2020-02-20 10:00:48 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-02-20 10:00:48 +0000 |
commit | 45b47f51f7c0611aebd14df3ef30888512d8e943 (patch) | |
tree | 0345ce0205ef58010168cc2a7ce9e965c3524949 /bin | |
parent | ccb85fdafe8f45865873ebd8556b9cd9c55ea31c (diff) | |
parent | 8c1258c87f5050a0005a9606a0a6a5eedd1ae286 (diff) |
Merge #379405 from ~bladernr/plainbox-provider-checkbox:1863789-update-cpuid-opteron
Updated to add AMD Lisbon ID
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cpuid.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index fcb6e0c..7b871ef 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -78,7 +78,8 @@ is_64bit = ctypes.sizeof(ctypes.c_voidp) == 8 CPUIDS = { "Amber Lake": ['0x806e9'], "AMD EPYC": ['0x800f12'], - "AMD Opteron 6100": ['0x100f91'], + "AMD Lisbon": ['0x100f81'], + "AMD Magny-Cours": ['0x100f91'], "AMD ROME": ['0x830f10'], "Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'], "Canon Lake": ['0x6066'], |