@@ -3698,7 +3698,9 @@ enum {
36983698enum {
36993699 CN_ROME ,
37003700 CN_CASTLE_PEAK ,
3701- CN_ROME_7F_2
3701+ CN_ROME_7F_2 ,
3702+ CN_ROME_75_2 ,
3703+ CN_ROME_7K_2
37023704};
37033705enum {
37043706 CN_RENOIR ,
@@ -3836,7 +3838,9 @@ static char *Arch_AMD_Zen_Dali[] = ZLIST(
38363838static char * Arch_AMD_EPYC_Rome_CPK [] = ZLIST (
38373839 [CN_ROME ] = "Zen2/EPYC/Rome" ,
38383840 [CN_CASTLE_PEAK ] = "Zen2/Castle Peak" ,
3839- [CN_ROME_7F_2 ] = "Zen2/EPYC/Rome/7Fx2"
3841+ [CN_ROME_7F_2 ] = "Zen2/EPYC/Rome/7Fx2" ,
3842+ [CN_ROME_75_2 ] = "Zen2/EPYC/Rome/75x2" ,
3843+ [CN_ROME_7K_2 ] = "Zen2/EPYC/Rome/7Kx2"
38403844);
38413845static char * Arch_AMD_Zen2_Renoir [] = ZLIST (
38423846 [CN_RENOIR ] = "Zen2/Renoir" ,
@@ -6266,7 +6270,7 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
62666270 "AMD EPYC 7552" ),
62676271 .Boost = {+11 , 0 },
62686272 .Param .Offset = {0 , 0 , 0 },
6269- .CodeNameIdx = CN_ROME ,
6273+ .CodeNameIdx = CN_ROME_75_2 ,
62706274 .TgtRatioUnlocked = 1 ,
62716275 .ClkRatioUnlocked = 0b10 ,
62726276 .TurboUnlocked = 0 ,
@@ -6379,7 +6383,7 @@ static PROCESSOR_SPECIFIC AMD_EPYC_Rome_CPK_Specific[] = {
63796383 .Brand = ZLIST ("AMD EPYC 7K62" ),
63806384 .Boost = {+7 , 0 },
63816385 .Param .Offset = {0 , 0 , 0 },
6382- .CodeNameIdx = CN_ROME ,
6386+ .CodeNameIdx = CN_ROME_7K_2 ,
63836387 .TgtRatioUnlocked = 1 ,
63846388 .ClkRatioUnlocked = 0b10 ,
63856389 .TurboUnlocked = 0 ,
0 commit comments