Skip to content

Commit 992e22c

Browse files
committed
[AMD][CZN] Added unlocked turbo processors Ryzen 5X05G(E) series
1 parent 71214f5 commit 992e22c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

x86_64/corefreqk.h

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7366,7 +7366,8 @@ static PROCESSOR_SPECIFIC AMD_Zen3_CZN_Specific[] = {
73667366
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
73677367
},
73687368
{
7369-
.Brand = ZLIST("AMD Ryzen 3 5300GE"),
7369+
.Brand = ZLIST( "AMD Ryzen 3 5300GE", \
7370+
"AMD Ryzen 3 5305GE" ),
73707371
.Boost = {+6, +1},
73717372
.Param.Offset = {95, 0, 0},
73727373
.CodeNameIdx = CN_CEZANNE,
@@ -7377,7 +7378,8 @@ static PROCESSOR_SPECIFIC AMD_Zen3_CZN_Specific[] = {
73777378
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
73787379
},
73797380
{
7380-
.Brand = ZLIST("AMD Ryzen 3 5300G"),
7381+
.Brand = ZLIST( "AMD Ryzen 3 5300G", \
7382+
"AMD Ryzen 3 5305G" ),
73817383
.Boost = {+2, +1},
73827384
.Param.Offset = {95, 0, 0},
73837385
.CodeNameIdx = CN_CEZANNE,
@@ -7413,7 +7415,8 @@ static PROCESSOR_SPECIFIC AMD_Zen3_CZN_Specific[] = {
74137415
},
74147416
{
74157417
.Brand = ZLIST( "AMD Ryzen 5 5600GE", \
7416-
"AMD Ryzen 5 5600GT" ),
7418+
"AMD Ryzen 5 5600GT", \
7419+
"AMD Ryzen 5 5605GE" ),
74177420
.Boost = {+10, +1},
74187421
.Param.Offset = {95, 0, 0},
74197422
.CodeNameIdx = CN_CEZANNE,
@@ -7424,7 +7427,8 @@ static PROCESSOR_SPECIFIC AMD_Zen3_CZN_Specific[] = {
74247427
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
74257428
},
74267429
{
7427-
.Brand = ZLIST("AMD Ryzen 5 5600G"),
7430+
.Brand = ZLIST( "AMD Ryzen 5 5600G", \
7431+
"AMD Ryzen 5 5605G" ),
74287432
.Boost = {+5, +1},
74297433
.Param.Offset = {95, 0, 0},
74307434
.CodeNameIdx = CN_CEZANNE,
@@ -7480,7 +7484,8 @@ static PROCESSOR_SPECIFIC AMD_Zen3_CZN_Specific[] = {
74807484
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
74817485
},
74827486
{
7483-
.Brand = ZLIST("AMD Ryzen 7 5700GE"),
7487+
.Brand = ZLIST( "AMD Ryzen 7 5700GE", \
7488+
"AMD Ryzen 7 5705GE" ),
74847489
.Boost = {+14, +1},
74857490
.Param.Offset = {95, 0, 0},
74867491
.CodeNameIdx = CN_CEZANNE,
@@ -7493,6 +7498,7 @@ static PROCESSOR_SPECIFIC AMD_Zen3_CZN_Specific[] = {
74937498
{
74947499
.Brand = ZLIST( "AMD Ryzen 7 5700G" \
74957500
"AMD Ryzen 7 5700", \
7501+
"AMD Ryzen 7 5705G", \
74967502
"AMD Ryzen 5 5500GT" ),
74977503
.Boost = {+8, +1},
74987504
.Param.Offset = {95, 0, 0},

0 commit comments

Comments
 (0)