diff --git a/system/x86/cpuinfo.c b/system/x86/cpuinfo.c index d06001b..c4d3bf7 100644 --- a/system/x86/cpuinfo.c +++ b/system/x86/cpuinfo.c @@ -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) diff --git a/system/x86/memctrl.c b/system/x86/memctrl.c index efbef80..26a18b0 100644 --- a/system/x86/memctrl.c +++ b/system/x86/memctrl.c @@ -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: