Skip to content

Commit 18eef52

Browse files
cyringCyrIng
authored andcommitted
[AMD] Adding EPYC Embedded 7002 Series as Rome
1 parent b2a6539 commit 18eef52

File tree

1 file changed

+50
-25
lines changed

1 file changed

+50
-25
lines changed

corefreqk.h

Lines changed: 50 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5463,8 +5463,10 @@ static PROCESSOR_SPECIFIC AMD_Zen_Dali_Specific[] = {
54635463
static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
54645464
/* [EPYC/Rome] 8F_31h Stepping 0 */
54655465
{
5466-
.Brand = ZLIST( "AMD EPYC 7232P", \
5467-
"AMD EPYC 7252" ),
5466+
.Brand = ZLIST( "AMD EPYC Embedded 7232P", \
5467+
"AMD EPYC Embedded 7252", \
5468+
"AMD EPYC 7232P", \
5469+
"AMD EPYC 7252" ),
54685470
.Boost = {+1, 0},
54695471
.Param.Offset = {0, 0, 0},
54705472
.CodeNameIdx = CN_ROME,
@@ -5477,8 +5479,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
54775479
|LATCH_HSMP_CAPABLE
54785480
},
54795481
{
5480-
.Brand = ZLIST( "AMD EPYC 7262", \
5481-
"AMD EPYC 7F32" ),
5482+
.Brand = ZLIST( "AMD EPYC Embedded 7262", \
5483+
"AMD EPYC Embedded 7F32", \
5484+
"AMD EPYC 7262", \
5485+
"AMD EPYC 7F32" ),
54825486
.Boost = {+2, 0},
54835487
.Param.Offset = {0, 0, 0},
54845488
.CodeNameIdx = CN_ROME,
@@ -5491,7 +5495,8 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
54915495
|LATCH_HSMP_CAPABLE
54925496
},
54935497
{
5494-
.Brand = ZLIST("AMD EPYC 7272"),
5498+
.Brand = ZLIST( "AMD EPYC Embedded 7272", \
5499+
"AMD EPYC 7272" ),
54955500
.Boost = {+3, 0},
54965501
.Param.Offset = {0, 0, 0},
54975502
.CodeNameIdx = CN_ROME,
@@ -5504,8 +5509,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
55045509
|LATCH_HSMP_CAPABLE
55055510
},
55065511
{
5507-
.Brand = ZLIST( "AMD EPYC 7282", \
5508-
"AMD EPYC 7F52" ),
5512+
.Brand = ZLIST( "AMD EPYC Embedded 7282", \
5513+
"AMD EPYC Embedded 7F52", \
5514+
"AMD EPYC 7282", \
5515+
"AMD EPYC 7F52" ),
55095516
.Boost = {+4, 0},
55105517
.Param.Offset = {0, 0, 0},
55115518
.CodeNameIdx = CN_ROME,
@@ -5518,8 +5525,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
55185525
|LATCH_HSMP_CAPABLE
55195526
},
55205527
{
5521-
.Brand = ZLIST( "AMD EPYC 7302P", \
5522-
"AMD EPYC 7302" ),
5528+
.Brand = ZLIST( "AMD EPYC Embedded 7302P", \
5529+
"AMD EPYC Embedded 7302", \
5530+
"AMD EPYC 7302P", \
5531+
"AMD EPYC 7302" ),
55235532
.Boost = {+3, 0},
55245533
.Param.Offset = {0, 0, 0},
55255534
.CodeNameIdx = CN_ROME,
@@ -5532,8 +5541,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
55325541
|LATCH_HSMP_CAPABLE
55335542
},
55345543
{
5535-
.Brand = ZLIST( "AMD EPYC 7402P", \
5536-
"AMD EPYC 7402" ),
5544+
.Brand = ZLIST( "AMD EPYC Embedded 7402P", \
5545+
"AMD EPYC Embedded 7402", \
5546+
"AMD EPYC 7402P", \
5547+
"AMD EPYC 7402" ),
55375548
.Boost = {+6, 0},
55385549
.Param.Offset = {0, 0, 0},
55395550
.CodeNameIdx = CN_ROME,
@@ -5546,7 +5557,8 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
55465557
|LATCH_HSMP_CAPABLE
55475558
},
55485559
{
5549-
.Brand = ZLIST("AMD EPYC 7352"),
5560+
.Brand = ZLIST( "AMD EPYC Embedded 7352", \
5561+
"AMD EPYC 7352" ),
55505562
.Boost = {+9, 0},
55515563
.Param.Offset = {0, 0, 0},
55525564
.CodeNameIdx = CN_ROME,
@@ -5559,9 +5571,12 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
55595571
|LATCH_HSMP_CAPABLE
55605572
},
55615573
{
5562-
.Brand = ZLIST( "AMD EPYC 7502P", \
5563-
"AMD EPYC 7502", \
5564-
"AMD EPYC 7532" ),
5574+
.Brand = ZLIST( "AMD EPYC Embedded 7502P", \
5575+
"AMD EPYC Embedded 7502", \
5576+
"AMD EPYC Embedded 7532", \
5577+
"AMD EPYC 7502P", \
5578+
"AMD EPYC 7502", \
5579+
"AMD EPYC 7532" ),
55655580
.Boost = {+9, 0},
55665581
.Param.Offset = {0, 0, 0},
55675582
.CodeNameIdx = CN_ROME,
@@ -5574,8 +5589,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
55745589
|LATCH_HSMP_CAPABLE
55755590
},
55765591
{
5577-
.Brand = ZLIST( "AMD EPYC 7542", \
5578-
"AMD EPYC 7F72" ),
5592+
.Brand = ZLIST( "AMD EPYC Embedded 7542", \
5593+
"AMD EPYC Embedded 7F72", \
5594+
"AMD EPYC 7542", \
5595+
"AMD EPYC 7F72" ),
55795596
.Boost = {+5, 0},
55805597
.Param.Offset = {0, 0, 0},
55815598
.CodeNameIdx = CN_ROME,
@@ -5588,7 +5605,8 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
55885605
|LATCH_HSMP_CAPABLE
55895606
},
55905607
{
5591-
.Brand = ZLIST("AMD EPYC 7552"),
5608+
.Brand = ZLIST( "AMD EPYC Embedded 7552", \
5609+
"AMD EPYC 7552" ),
55925610
.Boost = {+11, 0},
55935611
.Param.Offset = {0, 0, 0},
55945612
.CodeNameIdx = CN_ROME,
@@ -5601,8 +5619,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
56015619
|LATCH_HSMP_CAPABLE
56025620
},
56035621
{
5604-
.Brand = ZLIST( "AMD EPYC 7452", \
5605-
"AMD EPYC 7642" ),
5622+
.Brand = ZLIST( "AMD EPYC Embedded 7452", \
5623+
"AMD EPYC Embedded 7642", \
5624+
"AMD EPYC 7452", \
5625+
"AMD EPYC 7642" ),
56065626
.Boost = {+10, 0},
56075627
.Param.Offset = {0, 0, 0},
56085628
.CodeNameIdx = CN_ROME,
@@ -5615,7 +5635,8 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
56155635
|LATCH_HSMP_CAPABLE
56165636
},
56175637
{
5618-
.Brand = ZLIST("AMD EPYC 7662"),
5638+
.Brand = ZLIST( "AMD EPYC Embedded 7662", \
5639+
"AMD EPYC 7662" ),
56195640
.Boost = {+13, 0},
56205641
.Param.Offset = {0, 0, 0},
56215642
.CodeNameIdx = CN_ROME,
@@ -5628,8 +5649,10 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
56285649
|LATCH_HSMP_CAPABLE
56295650
},
56305651
{
5631-
.Brand = ZLIST( "AMD EPYC 7702P", \
5632-
"AMD EPYC 7702" ),
5652+
.Brand = ZLIST( "AMD EPYC Embedded 7702P", \
5653+
"AMD EPYC Embedded 7702", \
5654+
"AMD EPYC 7702P", \
5655+
"AMD EPYC 7702" ),
56335656
.Boost = {+14, 0},
56345657
.Param.Offset = {0, 0, 0},
56355658
.CodeNameIdx = CN_ROME,
@@ -5642,7 +5665,8 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
56425665
|LATCH_HSMP_CAPABLE
56435666
},
56445667
{
5645-
.Brand = ZLIST("AMD EPYC 7742"),
5668+
.Brand = ZLIST( "AMD EPYC Embedded 7742", \
5669+
"AMD EPYC 7742" ),
56465670
.Boost = {+12, 0},
56475671
.Param.Offset = {0, 0, 0},
56485672
.CodeNameIdx = CN_ROME,
@@ -5655,7 +5679,8 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
56555679
|LATCH_HSMP_CAPABLE
56565680
},
56575681
{
5658-
.Brand = ZLIST("AMD EPYC 7H12"),
5682+
.Brand = ZLIST( "AMD EPYC Embedded 7H12", \
5683+
"AMD EPYC 7H12" ),
56595684
.Boost = {+7, 0},
56605685
.Param.Offset = {0, 0, 0},
56615686
.CodeNameIdx = CN_ROME,

0 commit comments

Comments
 (0)