Skip to content

Commit

Permalink
[AMD][Raphael] Adding Ryzen 5 7400F
Browse files Browse the repository at this point in the history
[Granite Ridge] Adding Ryzen 5 9600
  • Loading branch information
cyring committed Jan 24, 2025
1 parent 8597fe1 commit f541943
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -8279,7 +8279,8 @@ static PROCESSOR_SPECIFIC AMD_Zen4_RPL_Specific[] = {
{
.Brand = ZLIST( "AMD Ryzen 9 7900X", \
"AMD Ryzen 7 7700X", \
"AMD Ryzen Embedded 7700X" ),
"AMD Ryzen Embedded 7700X", \
"AMD Ryzen 5 7400F" ),
.Boost = {+9, +1},
.Param.Offset = {95, 0, 0},
.CodeNameIdx = CN_RAPHAEL,
Expand Down Expand Up @@ -9065,7 +9066,8 @@ static PROCESSOR_SPECIFIC AMD_Zen5_STX_Specific[] = {
};
static PROCESSOR_SPECIFIC AMD_Zen5_Eldora_Specific[] = {
{
.Brand = ZLIST("AMD Ryzen 9 9950X"),
.Brand = ZLIST( "AMD Ryzen 9 9950X", \
"AMD Ryzen 5 9600" ),
.Boost = {+14, 0},
.Param.Offset = {95, 0, 0},
.CodeNameIdx = CN_ELDORA,
Expand Down

0 comments on commit f541943

Please sign in to comment.