Skip to content

Commit 5c9478d

Browse files
cyringCyrIng
authored andcommitted
[AMD] Adding EPYC Embedded 9004 Series as Genoa
1 parent df5d9c6 commit 5c9478d

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

corefreqk.h

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7200,10 +7200,13 @@ static PROCESSOR_SPECIFIC AMD_Zen3_Chagall_Specific[] = {
72007200
};
72017201
static PROCESSOR_SPECIFIC AMD_Zen4_Genoa_Specific[] = {
72027202
{
7203-
.Brand = ZLIST( "AMD EPYC 9654P", \
7204-
"AMD EPYC 9654", \
7205-
"AMD EPYC 9534", \
7206-
"AMD EPYC 9254" ),
7203+
.Brand = ZLIST( "AMD EPYC Embedded 9654P", \
7204+
"AMD EPYC Embedded 9654", \
7205+
"AMD EPYC Embedded 9254", \
7206+
"AMD EPYC 9654P", \
7207+
"AMD EPYC 9654", \
7208+
"AMD EPYC 9534", \
7209+
"AMD EPYC 9254" ),
72077210
.Boost = {+13, 0},
72087211
.Param.Offset = {0, 0, 0},
72097212
.CodeNameIdx = CN_GENOA,
@@ -7229,9 +7232,12 @@ static PROCESSOR_SPECIFIC AMD_Zen4_Genoa_Specific[] = {
72297232
|LATCH_HSMP_CAPABLE
72307233
},
72317234
{
7232-
.Brand = ZLIST( "AMD EPYC 9554P", \
7233-
"AMD EPYC 9554", \
7234-
"AMD EPYC 9124" ),
7235+
.Brand = ZLIST( "AMD EPYC Embedded 9554P", \
7236+
"AMD EPYC Embedded 9554", \
7237+
"AMD EPYC Embedded 9124", \
7238+
"AMD EPYC 9554P", \
7239+
"AMD EPYC 9554", \
7240+
"AMD EPYC 9124" ),
72357241
.Boost = {+7, 0},
72367242
.Param.Offset = {0, 0, 0},
72377243
.CodeNameIdx = CN_GENOA,
@@ -7258,8 +7264,10 @@ static PROCESSOR_SPECIFIC AMD_Zen4_Genoa_Specific[] = {
72587264
|LATCH_HSMP_CAPABLE
72597265
},
72607266
{
7261-
.Brand = ZLIST( "AMD EPYC 9454P", \
7262-
"AMD EPYC 9454" ),
7267+
.Brand = ZLIST( "AMD EPYC Embedded 9454P", \
7268+
"AMD EPYC Embedded 9454", \
7269+
"AMD EPYC 9454P", \
7270+
"AMD EPYC 9454" ),
72637271
.Boost = {+11, 0},
72647272
.Param.Offset = {0, 0, 0},
72657273
.CodeNameIdx = CN_GENOA,
@@ -7272,8 +7280,10 @@ static PROCESSOR_SPECIFIC AMD_Zen4_Genoa_Specific[] = {
72727280
|LATCH_HSMP_CAPABLE
72737281
},
72747282
{
7275-
.Brand = ZLIST( "AMD EPYC 9354P", \
7276-
"AMD EPYC 9354" ),
7283+
.Brand = ZLIST( "AMD EPYC Embedded 9354P", \
7284+
"AMD EPYC Embedded 9354", \
7285+
"AMD EPYC 9354P", \
7286+
"AMD EPYC 9354" ),
72777287
.Boost = {+6, 0},
72787288
.Param.Offset = {0, 0, 0},
72797289
.CodeNameIdx = CN_GENOA,

0 commit comments

Comments
 (0)