From daa3e09e3f13a89e5934495280cc156c83b57291 Mon Sep 17 00:00:00 2001 From: CyrIng Date: Wed, 17 Apr 2024 09:36:27 +0200 Subject: [AMD][Phoenix] Adding the unlocked Ryzen 8000 Series --- x86_64/corefreqk.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/x86_64/corefreqk.h b/x86_64/corefreqk.h index 431fa67..bd5569d 100644 --- a/x86_64/corefreqk.h +++ b/x86_64/corefreqk.h @@ -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, @@ -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[] = { -- cgit v1.2.3