Skip to content

Commit

Permalink
[AMD][PHOENIX2] Added the unlocked for overclocking Ryzen 3 8300GE
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Oct 23, 2024
1 parent ead29a1 commit 3320490
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 @@ -8757,6 +8757,18 @@ static PROCESSOR_SPECIFIC AMD_Zen4_PHX2_Specific[] = {
.HSMP_Capable = 0,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
},
{
.Brand = ZLIST("AMD Ryzen 3 8300GE"),
.Boost = {+14, 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
},
{0}
};
static PROCESSOR_SPECIFIC AMD_Zen4_Bergamo_Specific[] = {
Expand Down

0 comments on commit 3320490

Please sign in to comment.