Skip to content

Commit

Permalink
[AMD][PHOENIX2] Added the unlocked for overclocking Ryzen 5 8500GE
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Oct 23, 2024
1 parent b6522d6 commit ead29a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -8734,6 +8734,18 @@ static PROCESSOR_SPECIFIC AMD_Zen4_PHX2_Specific[] = {
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
},
{
.Brand = ZLIST("AMD Ryzen 5 8500GE"),
.Boost = {+16, 0},
.Param.Offset = {95, 0, 0},
.CodeNameIdx = CN_PHOENIX2,
.TgtRatioUnlocked = 1,
.ClkRatioUnlocked = 0b10,
.TurboUnlocked = 1,
.UncoreUnlocked = 0,
.HSMP_Capable = 0,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
},
{
.Brand = ZLIST("AMD Ryzen 3 PRO 8300GE"),
.Boost = {+14, 0},
.Param.Offset = {95, 0, 0},
Expand Down

0 comments on commit ead29a1

Please sign in to comment.