Skip to content

Commit

Permalink
[AMD][Phoenix] Adding the unlocked Ryzen 8000 Series
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Apr 17, 2024
1 parent 94bd5c2 commit daa3e09
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -8194,7 +8194,8 @@ static PROCESSOR_SPECIFIC AMD_Zen4_HWK_Specific[] = {
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
},
{
.Brand = ZLIST("AMD Ryzen 7 8700G"),
.Brand = ZLIST( "AMD Ryzen 7 8700F", \
"AMD Ryzen 7 8700G" ),
.Boost = {+9, 0},
.Param.Offset = {0, 0, 0},
.CodeNameIdx = CN_PHOENIX_R,
Expand All @@ -8217,6 +8218,18 @@ static PROCESSOR_SPECIFIC AMD_Zen4_HWK_Specific[] = {
.HSMP_Capable = 0,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
},
{
.Brand = ZLIST("AMD Ryzen 5 8400F"),
.Boost = {+5, 0},
.Param.Offset = {0, 0, 0},
.CodeNameIdx = CN_PHOENIX_R,
.TgtRatioUnlocked = 1,
.ClkRatioUnlocked = 0b10,
.TurboUnlocked = 1,
.UncoreUnlocked = 0,
.HSMP_Capable = 0,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
},
{0}
};
static PROCESSOR_SPECIFIC AMD_Zen4_PHX2_Specific[] = {
Expand Down

0 comments on commit daa3e09

Please sign in to comment.