From 669c74e978d84d62499e00e39b3956d3bcd3133c Mon Sep 17 00:00:00 2001 From: Jeff Lane Date: Thu, 19 Nov 2020 23:02:51 -0500 Subject: bin/cpuid.py update table with Cooper Lake CPUIDs lp: #1904965 --- bin/cpuid.py | 2 ++ 1 file changed, 2 insertions(+) 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'], -- cgit v1.2.3