Skip to content

Commit b2a6539

Browse files
cyringCyrIng
authored andcommitted
[AMD] Adding EPYC Embedded 7003 Series as Milan
1 parent 5c9478d commit b2a6539

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

corefreqk.h

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6769,8 +6769,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Milan_Specific[] = {
67696769
|LATCH_HSMP_CAPABLE
67706770
},
67716771
{
6772-
.Brand = ZLIST( "AMD EPYC 7713P", \
6773-
"AMD EPYC 7713" ),
6772+
.Brand = ZLIST( "AMD EPYC Embedded 7713P", \
6773+
"AMD EPYC Embedded 7713", \
6774+
"AMD EPYC 7713P", \
6775+
"AMD EPYC 7713" ),
67746776
.Boost = {+17, 0},
67756777
.Param.Offset = {0, 0, 0},
67766778
.CodeNameIdx = CN_MILAN,
@@ -6796,8 +6798,9 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Milan_Specific[] = {
67966798
|LATCH_HSMP_CAPABLE
67976799
},
67986800
{
6799-
.Brand = ZLIST( "AMD EPYC 7773X", \
6800-
"AMD EPYC 7643" ),
6801+
.Brand = ZLIST( "AMD EPYC Embedded 7643", \
6802+
"AMD EPYC 7773X", \
6803+
"AMD EPYC 7643" ),
68016804
.Boost = {+13, 0},
68026805
.Param.Offset = {0, 0, 0},
68036806
.CodeNameIdx = CN_MILAN,
@@ -6810,8 +6813,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Milan_Specific[] = {
68106813
|LATCH_HSMP_CAPABLE
68116814
},
68126815
{
6813-
.Brand = ZLIST( "AMD EPYC 7543P", \
6814-
"AMD EPYC 7543" ),
6816+
.Brand = ZLIST( "AMD EPYC Embedded 7543P", \
6817+
"AMD EPYC Embedded 7543", \
6818+
"AMD EPYC 7543P", \
6819+
"AMD EPYC 7543" ),
68156820
.Boost = {+9, 0},
68166821
.Param.Offset = {0, 0, 0},
68176822
.CodeNameIdx = CN_MILAN,
@@ -6837,10 +6842,12 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Milan_Specific[] = {
68376842
|LATCH_HSMP_CAPABLE
68386843
},
68396844
{
6840-
.Brand = ZLIST( "AMD EPYC 7453", \
6841-
"AMD EPYC 7343", \
6842-
"AMD EPYC 7313P", \
6843-
"AMD EPYC 7313" ),
6845+
.Brand = ZLIST( "AMD EPYC Embedded 7313P", \
6846+
"AMD EPYC Embedded 7313", \
6847+
"AMD EPYC 7453", \
6848+
"AMD EPYC 7343", \
6849+
"AMD EPYC 7313P", \
6850+
"AMD EPYC 7313" ),
68446851
.Boost = {+7, 0},
68456852
.Param.Offset = {0, 0, 0},
68466853
.CodeNameIdx = CN_MILAN,
@@ -6853,8 +6860,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Milan_Specific[] = {
68536860
|LATCH_HSMP_CAPABLE
68546861
},
68556862
{
6856-
.Brand = ZLIST( "AMD EPYC 7443P", \
6857-
"AMD EPYC 7443" ),
6863+
.Brand = ZLIST( "AMD EPYC Embedded 7443P", \
6864+
"AMD EPYC Embedded 7443", \
6865+
"AMD EPYC 7443P", \
6866+
"AMD EPYC 7443" ),
68586867
.Boost = {+12, 0},
68596868
.Param.Offset = {0, 0, 0},
68606869
.CodeNameIdx = CN_MILAN,
@@ -6867,7 +6876,8 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Milan_Specific[] = {
68676876
|LATCH_HSMP_CAPABLE
68686877
},
68696878
{
6870-
.Brand = ZLIST("AMD EPYC 7413"),
6879+
.Brand = ZLIST( "AMD EPYC Embedded 7413", \
6880+
"AMD EPYC 7413" ),
68716881
.Boost = {+10, 0},
68726882
.Param.Offset = {0, 0, 0},
68736883
.CodeNameIdx = CN_MILAN,

0 commit comments

Comments
 (0)