The following patch implements Opteron Fam 10 rev D (aka Istanbul)
[coreboot.git] / src / northbridge / amd / amdfam10 / raminit_amdmct.c
index c9f0c27b0b2b750e9d9fdbbb2274a1f44e9baa59..21f1e188e5189b0596baa409efc48e48d6ae25e3 100644 (file)
@@ -150,6 +150,9 @@ u32 mctGetLogicalCPUID(u32 Node)
        case 0x10062:
                ret = AMD_DA_C2;
                break;
+       case 0x10080:
+               ret = AMD_HY_D0;
+               break;
        default:
                /* FIXME: mabe we should die() here. */
                print_err("FIXME! CPU Version unknown or not supported! \n");