summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrIng <labs@cyring.fr>2024-04-17 09:36:27 +0200
committerCyrIng <labs@cyring.fr>2024-04-17 09:36:27 +0200
commitdaa3e09e3f13a89e5934495280cc156c83b57291 (patch)
treee7fae1dadf744dcc82746799bdff0d59f14479de
parent94bd5c20ad377639de9c899b887a19b0892cf2a6 (diff)
[AMD][Phoenix] Adding the unlocked Ryzen 8000 Series
-rw-r--r--x86_64/corefreqk.h15
1 files changed, 14 insertions, 1 deletions
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[] = {