Skip to content

Commit

Permalink
[AMD][VERMEER] Adding Ryzen 5 5600XT and 5600T processors
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Dec 11, 2024
1 parent 8eae541 commit d7fa7ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -6980,7 +6980,9 @@ static PROCESSOR_SPECIFIC AMD_Zen3_VMR_Specific[] = {
|LATCH_HSMP_CAPABLE
},
{
.Brand = ZLIST("AMD Ryzen 5 5600X"),
.Brand = ZLIST( "AMD Ryzen 5 5600XT", \
"AMD Ryzen 5 5600X", \
"AMD Ryzen 5 5600T" ),
.Boost = {+9, +1},
.Param.Offset = {95, 0, 0},
.CodeNameIdx = CN_VERMEER,
Expand Down

0 comments on commit d7fa7ac

Please sign in to comment.