summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/sr5650/early_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sr5650/early_setup.c')
-rw-r--r--src/southbridge/amd/sr5650/early_setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/amd/sr5650/early_setup.c b/src/southbridge/amd/sr5650/early_setup.c
index 664f60af10cd..62b0dab930e0 100644
--- a/src/southbridge/amd/sr5650/early_setup.c
+++ b/src/southbridge/amd/sr5650/early_setup.c
@@ -94,6 +94,8 @@ static void get_cpu_rev(void)
printk(BIOS_INFO, "CPU Rev is K8_G1.\n");
else if (eax <= 0x100fa0)
printk(BIOS_INFO, "CPU Rev is Fam 10.\n");
+ else if (eax <= 0x600f20)
+ printk(BIOS_INFO, "CPU Rev is Fam 15.\n");
else
printk(BIOS_INFO, "CPU Rev is not recognized.\n");
}