summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[] = {