cpuconfig: add amd epyc milan model

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2022-05-17 17:15:26 +02:00 committed by Thomas Lamprecht
parent 46336bd283
commit 9b1971c5c9

View File

@ -80,6 +80,7 @@ my $cpu_vendor_list = {
EPYC => 'AuthenticAMD',
'EPYC-IBPB' => 'AuthenticAMD',
'EPYC-Rome' => 'AuthenticAMD',
'EPYC-Milan' => 'AuthenticAMD',
# generic types, use vendor from host node
host => 'default',