Skip to content

Commit

Permalink
[AMD][V2000 Series] Adding the Ryzen Embedded V2A46
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Nov 8, 2024
1 parent 37d9359 commit d4c4885
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -6679,6 +6679,17 @@ static PROCESSOR_SPECIFIC AMD_Zen2_Renoir_Specific[] = {
.UncoreUnlocked = 0,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
},
{
.Brand = ZLIST("AMD Ryzen Embedded V2A46"),
.Boost = {+2, 0},
.Param.Offset = {105, 0, 0},
.CodeNameIdx = CN_GREY_HAWK,
.TgtRatioUnlocked = 1,
.ClkRatioUnlocked = 0b10,
.TurboUnlocked = 0,
.UncoreUnlocked = 0,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
},
{0}
};
static PROCESSOR_SPECIFIC AMD_Zen2_LCN_Specific[] = {
Expand Down

0 comments on commit d4c4885

Please sign in to comment.