mirror of
https://github.com/cyring/CoreFreq.git
synced 2025-07-23 12:13:07 +02:00
[AMD][V2000 Series] Adding the Ryzen Embedded V2A46
This commit is contained in:
@@ -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[] = {
|
||||
|
Reference in New Issue
Block a user