mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2026-08-26 13:17:12 -05:00
imc: Enable support for AMD Cezanne (Zen 3 APU) (#525)
This commit is contained in:
@@ -350,7 +350,7 @@ static void determine_imc(void)
|
||||
imc.family = IMC_K19_RBT; // Zen3+ (Family 19h - Rembrandt FP7 & AM5 FTV)
|
||||
break;
|
||||
case 5:
|
||||
imc.family = IMC_K19_CZN; // Zen3 APU (Family 19h - Cezanne FP6)
|
||||
imc.family = IMC_K19_CZN; // Zen3 APU (Family 19h - Cezanne FP6/AM4)
|
||||
break;
|
||||
case 6:
|
||||
imc.family = IMC_K19_RPL; // Zen4 (Family 19h - Raphael AM5)
|
||||
|
||||
@@ -35,6 +35,7 @@ void memctrl_init(void)
|
||||
switch(imc.family) {
|
||||
case IMC_K17:
|
||||
case IMC_K19_VRM:
|
||||
case IMC_K19_CZN:
|
||||
case IMC_K19_RPL:
|
||||
case IMC_K19_RBT:
|
||||
case IMC_K19_PHX:
|
||||
|
||||
Reference in New Issue
Block a user