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