From ead29a1ade60beebd99075573a2c3d6ff9fb0258 Mon Sep 17 00:00:00 2001 From: CyrIng Date: Wed, 23 Oct 2024 19:36:18 +0200 Subject: [PATCH] [AMD][PHOENIX2] Added the unlocked for overclocking Ryzen 5 8500GE --- x86_64/corefreqk.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/x86_64/corefreqk.h b/x86_64/corefreqk.h index 3c6497b..6b310bc 100644 --- a/x86_64/corefreqk.h +++ b/x86_64/corefreqk.h @@ -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},