New revision guide September 2009 3.46
[coreboot.git] / src / cpu / amd / model_fxx / model_fxx_init.c
index e671975e42589f2186eea695a5b242ca6bbea925..5051dfd7b0472223a0e4a27ad5089b8e2690e0d1 100644 (file)
 
 void cpus_ready_for_init(void)
 {
-#if MEM_TRAIN_SEQ == 1
-        struct sys_info *sysinfox = (struct sys_info *)((CONFIG_LB_MEM_TOPK<<10) - DCACHE_RAM_GLOBAL_VAR_SIZE);
+#if CONFIG_MEM_TRAIN_SEQ == 1
+        struct sys_info *sysinfox = (struct sys_info *)((CONFIG_RAMTOP) - CONFIG_DCACHE_RAM_GLOBAL_VAR_SIZE);
         // wait for ap memory to trained
         wait_all_core0_mem_trained(sysinfox);
 #endif
 }
 
 
-#if K8_REV_F_SUPPORT == 0
+#if CONFIG_K8_REV_F_SUPPORT == 0
 int is_e0_later_in_bsp(int nodeid)
 {
         uint32_t val;
@@ -67,7 +67,7 @@ int is_e0_later_in_bsp(int nodeid)
 }
 #endif
 
-#if K8_REV_F_SUPPORT == 1
+#if CONFIG_K8_REV_F_SUPPORT == 1
 int is_cpu_f0_in_bsp(int nodeid)
 {
         uint32_t dword;
@@ -182,7 +182,7 @@ static void set_init_ecc_mtrrs(void)
        msr.lo = 0x00000000 | MTRR_TYPE_WRBACK;
        wrmsr(MTRRphysBase_MSR(0), msr);
        msr.hi = 0x000000ff;
-       msr.lo = ~((CONFIG_LB_MEM_TOPK << 10) - 1) | 0x800;
+       msr.lo = ~((CONFIG_RAMTOP) - 1) | 0x800;
        wrmsr(MTRRphysMask_MSR(0), msr);
 
        /* Set the default type to write combining */
@@ -231,7 +231,7 @@ static inline void clear_2M_ram(unsigned long basek, struct mtrr_state *mtrr_sta
                 size = (limitk - basek) << 10;
                 addr = map_2M_page(basek >> 11);
                 if (addr == MAPPING_ERROR) {
-                        printk_err("Cannot map page: %x\n", basek >> 11);
+                        printk_err("Cannot map page: %lx\n", basek >> 11);
                         return;
                 }
 
@@ -289,8 +289,8 @@ static void init_ecc_memory(unsigned node_id)
        startk = (pci_read_config32(f1_dev, 0x40 + (node_id*8)) & 0xffff0000) >> 2;
        endk   = ((pci_read_config32(f1_dev, 0x44 + (node_id*8)) & 0xffff0000) >> 2) + 0x4000;
 
-#if HW_MEM_HOLE_SIZEK != 0
-       #if K8_REV_F_SUPPORT == 0
+#if CONFIG_HW_MEM_HOLE_SIZEK != 0
+       #if CONFIG_K8_REV_F_SUPPORT == 0
         if (!is_cpu_pre_e0()) 
        {
        #endif
@@ -300,7 +300,7 @@ static void init_ecc_memory(unsigned node_id)
                 if(val & 1) {
                        hole_startk = ((val & (0xff<<24)) >> 10);
                 }
-       #if K8_REV_F_SUPPORT == 0
+       #if CONFIG_K8_REV_F_SUPPORT == 0
         }
        #endif
 #endif
@@ -308,11 +308,11 @@ static void init_ecc_memory(unsigned node_id)
 
        /* Don't start too early */
        begink = startk;
-       if (begink < CONFIG_LB_MEM_TOPK) { 
-               begink = CONFIG_LB_MEM_TOPK;
+       if (begink < (CONFIG_RAMTOP >> 10)) {
+               begink = (CONFIG_RAMTOP >>10);
        }
 
-       printk_debug("Clearing memory %uK - %uK: ", begink, endk);
+       printk_debug("Clearing memory %luK - %luK: ", begink, endk);
 
        /* Save the normal state */
        save_mtrr_state(&mtrr_state);
@@ -322,7 +322,7 @@ static void init_ecc_memory(unsigned node_id)
        disable_lapic();
 
        /* Walk through 2M chunks and zero them */
-#if HW_MEM_HOLE_SIZEK != 0
+#if CONFIG_HW_MEM_HOLE_SIZEK != 0
        /* here hole_startk can not be equal to begink, never. Also hole_startk is in 2M boundary, 64M? */
         if ( (hole_startk != 0) && ((begink < hole_startk) && (endk>(4*1024*1024)))) {
                        for(basek = begink; basek < hole_startk;
@@ -368,7 +368,7 @@ static void init_ecc_memory(unsigned node_id)
 static inline void k8_errata(void)
 {
        msr_t msr;
-#if K8_REV_F_SUPPORT == 0
+#if CONFIG_K8_REV_F_SUPPORT == 0
        if (is_cpu_pre_c0()) {
                /* Erratum 63... */
                msr = rdmsr(HWCR_MSR);
@@ -438,7 +438,7 @@ static inline void k8_errata(void)
        }
 #endif
 
-#if K8_REV_F_SUPPORT == 0
+#if CONFIG_K8_REV_F_SUPPORT == 0
        if (!is_cpu_pre_e0()) 
 #endif
        {
@@ -453,7 +453,7 @@ static inline void k8_errata(void)
        msr.lo |= 1 << 6;
        wrmsr(HWCR_MSR, msr);
 
-#if K8_REV_F_SUPPORT == 1
+#if CONFIG_K8_REV_F_SUPPORT == 1
         /* Erratum 131... */
         msr = rdmsr(NB_CFG_MSR);
         msr.lo |= 1 << 20;
@@ -462,91 +462,12 @@ static inline void k8_errata(void)
 
 }
 
-#if K8_REV_F_SUPPORT == 1
-static void amd_set_name_string_f(device_t dev)
-{
-       unsigned socket;
-       unsigned cmpCap;
-       unsigned pwrLmt;
-       unsigned brandId;
-       unsigned brandTableIndex;
-       unsigned nN;
-       unsigned unknown = 1;
-
-       uint8_t str[48];
-       uint32_t *p;
-
-       msr_t msr;
-       unsigned i;
-       
-       brandId = cpuid_ebx(0x80000001) & 0xffff;
-
-       printk_debug("brandId=%04x\n", brandId);        
-       pwrLmt = ((brandId>>14) & 1) | ((brandId>>5) & 0x0e);
-       brandTableIndex = (brandId>>9) & 0x1f;
-       nN = (brandId & 0x3f) | ((brandId>>(15-6)) &(1<<6));
-
-       socket = (dev->device >> 4) & 0x3;
-
-       cmpCap = cpuid_ecx(0x80000008) & 0xff;
-
-
-        if((brandTableIndex == 0) && (pwrLmt == 0)) {
-               memset(str, 0, 48);
-                sprintf(str, "AMD Engineering Sample");
-                unknown = 0;
-        } else {
-
-               memset(str, 0, 48);
-               sprintf(str, "AMD Processor model unknown");
-
-       #if CPU_SOCKET_TYPE == 0x10 
-               if(socket == 0x01) { // socket F
-                       if ((cmpCap == 1) && ((brandTableIndex==0) ||(brandTableIndex ==1) ||(brandTableIndex == 4)) ) {
-                               uint8_t pc[2];
-                               unknown = 0;
-                               switch (pwrLmt) {
-                                       case   2: pc[0]= 'E'; pc[1] = 'E'; break;
-                                       case   6: pc[0]= 'H'; pc[1] = 'E'; break;
-                                       case 0xa: pc[0]= ' '; pc[1] = ' '; break;
-                                       case 0xc: pc[0]= 'S'; pc[1] = 'E'; break;
-                                       default: unknown = 1;
-                                       
-                               }
-                               if(!unknown) {
-                                       memset(str, 0, 48);
-                                       sprintf(str, "Dual-Core AMD Opteron(tm) Processor %1d2%2d %c%c", brandTableIndex<<1, (nN-1)&0x3f, pc[0], pc[1]);
-                               }
-                       }
-               }
-       #else
-               #if CPU_SOCKET_TYPE == 0x11
-               if(socket == 0x00) { // socket AM2
-                       if(cmpCap == 0) {
-                               sprintf(str, "Athlon 64");      
-                       } else {
-                               sprintf(str, "Athlon 64 Dual Core");
-                       }
-
-               }
-               #endif
-       #endif
-       }
-
-       p = str; 
-       for(i=0;i<6;i++) {
-               msr.lo = *p;  p++; msr.hi = *p; p++;
-               wrmsr(0xc0010030+i, msr);
-       }
-       
-
-}
-#endif
-
 extern void model_fxx_update_microcode(unsigned cpu_deviceid);
 int init_processor_name(void);
 
+#if CONFIG_USBDEBUG_DIRECT
 static unsigned ehci_debug_addr;
+#endif
 
 void model_fxx_init(device_t dev)
 {
@@ -557,14 +478,10 @@ void model_fxx_init(device_t dev)
        unsigned siblings;
 #endif
 
-#if K8_REV_F_SUPPORT == 1
+#if CONFIG_K8_REV_F_SUPPORT == 1
        struct cpuinfo_x86 c;
        
        get_fms(&c, dev->device);
-
-       if((c.x86_model & 0xf0) == 0x40) {
-               amd_set_name_string_f(dev);
-       } 
 #endif
 
 #if CONFIG_USBDEBUG_DIRECT
@@ -645,70 +562,93 @@ void model_fxx_init(device_t dev)
 static struct device_operations cpu_dev_ops = {
        .init = model_fxx_init,
 };
+
 static struct cpu_device_id cpu_table[] = {
-#if K8_REV_F_SUPPORT == 0
-       { X86_VENDOR_AMD, 0xf50 }, /* B3 */
-       { X86_VENDOR_AMD, 0xf51 }, /* SH7-B3 */
-       { X86_VENDOR_AMD, 0xf58 }, /* SH7-C0 */
-       { X86_VENDOR_AMD, 0xf48 },
-
-       { X86_VENDOR_AMD, 0xf5A }, /* SH7-CG */
-       { X86_VENDOR_AMD, 0xf4A },
-       { X86_VENDOR_AMD, 0xf7A },
-       { X86_VENDOR_AMD, 0xfc0 }, /* DH7-CG */
-       { X86_VENDOR_AMD, 0xfe0 },
-       { X86_VENDOR_AMD, 0xff0 },
-       { X86_VENDOR_AMD, 0xf82 }, /* CH7-CG */
-       { X86_VENDOR_AMD, 0xfb2 },
-//AMD_D0_SUPPORT
-       { X86_VENDOR_AMD, 0x10f50 }, /* SH7-D0 */
-       { X86_VENDOR_AMD, 0x10f40 },
-       { X86_VENDOR_AMD, 0x10f70 },
-        { X86_VENDOR_AMD, 0x10fc0 }, /* DH7-D0 */
-        { X86_VENDOR_AMD, 0x10ff0 },
-        { X86_VENDOR_AMD, 0x10f80 }, /* CH7-D0 */
-        { X86_VENDOR_AMD, 0x10fb0 },
-//AMD_E0_SUPPORT
-        { X86_VENDOR_AMD, 0x20f50 }, /* SH8-E0*/
-        { X86_VENDOR_AMD, 0x20f40 },
-        { X86_VENDOR_AMD, 0x20f70 },
-        { X86_VENDOR_AMD, 0x20fc0 }, /* DH8-E0 */ /* DH-E3 */
-        { X86_VENDOR_AMD, 0x20ff0 },
-        { X86_VENDOR_AMD, 0x20f10 }, /* JH8-E1 */
-        { X86_VENDOR_AMD, 0x20f30 },
-        { X86_VENDOR_AMD, 0x20f51 }, /* SH-E4 */
-        { X86_VENDOR_AMD, 0x20f71 },
-        { X86_VENDOR_AMD, 0x20f42 }, /* SH-E5 */
-        { X86_VENDOR_AMD, 0x20ff2 }, /* DH-E6 */
-        { X86_VENDOR_AMD, 0x20fc2 },
-        { X86_VENDOR_AMD, 0x20f12 }, /* JH-E6 */
-        { X86_VENDOR_AMD, 0x20f32 },
+#if CONFIG_K8_REV_F_SUPPORT == 0
+       { X86_VENDOR_AMD, 0xf40 },   /* SH-B0 (socket 754) */
+       { X86_VENDOR_AMD, 0xf50 },   /* SH-B0 (socket 940) */
+       { X86_VENDOR_AMD, 0xf51 },   /* SH-B3 (socket 940) */
+       { X86_VENDOR_AMD, 0xf58 },   /* SH-C0 (socket 940) */
+       { X86_VENDOR_AMD, 0xf48 },   /* SH-C0 (socket 754) */
+       { X86_VENDOR_AMD, 0xf5a },   /* SH-CG (socket 940) */
+       { X86_VENDOR_AMD, 0xf4a },   /* SH-CG (socket 754) */
+       { X86_VENDOR_AMD, 0xf7a },   /* SH-CG (socket 939) */
+       { X86_VENDOR_AMD, 0xfc0 },   /* DH-CG (socket 754) */
+       { X86_VENDOR_AMD, 0xfe0 },   /* DH-CG (socket 754) */
+       { X86_VENDOR_AMD, 0xff0 },   /* DH-CG (socket 939) */
+       { X86_VENDOR_AMD, 0xf82 },   /* CH-CG (socket 754) */
+       { X86_VENDOR_AMD, 0xfb2 },   /* CH-CG (socket 939) */
+
+       /* AMD D0 support */
+       { X86_VENDOR_AMD, 0x10f50 }, /* SH-D0 (socket 940) */
+       { X86_VENDOR_AMD, 0x10f40 }, /* SH-D0 (socket 754) */
+       { X86_VENDOR_AMD, 0x10f70 }, /* SH-D0 (socket 939) */
+       { X86_VENDOR_AMD, 0x10fc0 }, /* DH-D0 (socket 754) */
+       { X86_VENDOR_AMD, 0x10ff0 }, /* DH-D0 (socket 939) */
+       { X86_VENDOR_AMD, 0x10f80 }, /* CH-D0 (socket 754) */
+       { X86_VENDOR_AMD, 0x10fb0 }, /* CH-D0 (socket 939) */
+
+       /* AMD E0 support */
+       { X86_VENDOR_AMD, 0x20f50 }, /* SH-E0 */
+       { X86_VENDOR_AMD, 0x20f40 },
+       { X86_VENDOR_AMD, 0x20f70 },
+       { X86_VENDOR_AMD, 0x20fc0 }, /* DH-E3 (socket 754) */
+       { X86_VENDOR_AMD, 0x20ff0 }, /* DH-E3 (socket 939) */
+       { X86_VENDOR_AMD, 0x20f10 }, /* JH-E1 (socket 940) */
+       { X86_VENDOR_AMD, 0x20f51 }, /* SH-E4 (socket 940) */
+       { X86_VENDOR_AMD, 0x20f71 }, /* SH-E4 (socket 939) */
+       { X86_VENDOR_AMD, 0x20fb1 }, /* BH-E4 (socket 939) */
+       { X86_VENDOR_AMD, 0x20f42 }, /* SH-E5 (socket 754) */
+       { X86_VENDOR_AMD, 0x20ff2 }, /* DH-E6 (socket 939) */
+       { X86_VENDOR_AMD, 0x20fc2 }, /* DH-E6 (socket 754) */
+       { X86_VENDOR_AMD, 0x20f12 }, /* JH-E6 (socket 940) */
+       { X86_VENDOR_AMD, 0x20f32 }, /* JH-E6 (socket 939) */
+       { X86_VENDOR_AMD, 0x30ff2 }, /* E4 ? */
 #endif
 
-#if K8_REV_F_SUPPORT == 1
-//AMD_F0_SUPPORT
-       { X86_VENDOR_AMD, 0x40f50 }, /* SH-F0      Socket F (1207): Opteron */ 
-       { X86_VENDOR_AMD, 0x40f70 },            /*        AM2: Athlon64/Athlon64 FX  */
-       { X86_VENDOR_AMD, 0x40f40 },            /*        S1g1: Mobile Athlon64 */
-       { X86_VENDOR_AMD, 0x40f11 }, /* JH-F1      Socket F (1207): Opteron Dual Core */
-       { X86_VENDOR_AMD, 0x40f31 },            /*        AM2: Athlon64 x2/Athlon64 FX Dual Core */ 
-       { X86_VENDOR_AMD, 0x40f01 },            /*        S1g1: Mobile Athlon64 */
-        { X86_VENDOR_AMD, 0x40f12 }, /* JH-F2      Socket F (1207): Opteron Dual Core */
-        { X86_VENDOR_AMD, 0x40f32 },            /*        AM2 : Opteron Dual Core/Athlon64 x2/ Athlon64 FX Dual Core */
-        { X86_VENDOR_AMD, 0x40fb2 }, /* BH-F2      Socket AM2:Athlon64 x2/ Mobile Athlon64 x2 */
-       { X86_VENDOR_AMD, 0x40f82 },            /*        S1g1:Turion64 x2 */
-        { X86_VENDOR_AMD, 0x40ff2 }, /* DH-F2      Socket AM2: Athlon64 */
-        { X86_VENDOR_AMD, 0x50ff2 }, /* DH-F2      Socket AM2: Athlon64 */
-        { X86_VENDOR_AMD, 0x40fc2 },            /*        S1g1:Turion64 */
-        { X86_VENDOR_AMD, 0x40f13 }, /* JH-F3      Socket F (1207): Opteron Dual Core */
-        { X86_VENDOR_AMD, 0x40f33 },            /*        AM2 : Opteron Dual Core/Athlon64 x2/ Athlon64 FX Dual Core */
-        { X86_VENDOR_AMD, 0xc0f13 },            /*        AM2 : Athlon64 FX*/
-        { X86_VENDOR_AMD, 0x50ff3 }, /* DH-F3      Socket AM2: Athlon64 */
+#if CONFIG_K8_REV_F_SUPPORT == 1
+       /*
+        * AMD F0 support.
+        *
+        * See Revision Guide for AMD NPT Family 0Fh Processors,
+        * Publication #33610, Revision: 3.30, February 2008.
+        *
+        * http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/33610.pdf
+        */
+       { X86_VENDOR_AMD, 0x40f50 }, /* SH-F0 (socket F/1207) */
+       { X86_VENDOR_AMD, 0x40f70 }, /* SH-F0 (socket AM2) */
+       { X86_VENDOR_AMD, 0x40f40 }, /* SH-F0 (socket S1g1) */
+       { X86_VENDOR_AMD, 0x40f11 }, /* JH-F1 (socket F/1207) */
+       { X86_VENDOR_AMD, 0x40f31 }, /* JH-F1 (socket AM2) */
+       { X86_VENDOR_AMD, 0x40f01 }, /* JH-F1 (socket S1g1) */
+
+       { X86_VENDOR_AMD, 0x40f12 }, /* JH-F2 (socket F/1207) */
+       { X86_VENDOR_AMD, 0x40f32 }, /* JH-F2 (socket AM2) */
+       { X86_VENDOR_AMD, 0x40fb2 }, /* BH-F2 (socket AM2) */
+       { X86_VENDOR_AMD, 0x40f82 }, /* BH-F2 (socket S1g1) */
+       { X86_VENDOR_AMD, 0x40ff2 }, /* DH-F2 (socket AM2) */
+       { X86_VENDOR_AMD, 0x50ff2 }, /* DH-F2 (socket AM2) */
+       { X86_VENDOR_AMD, 0x40fc2 }, /* DH-F2 (socket S1g1) */
+       { X86_VENDOR_AMD, 0x40f13 }, /* JH-F3 (socket F/1207) */
+       { X86_VENDOR_AMD, 0x40f33 }, /* JH-F3 (socket AM2) */
+       { X86_VENDOR_AMD, 0x50fd3 }, /* JH-F3 (socket F/1207) */
+       { X86_VENDOR_AMD, 0xc0f13 }, /* JH-F3 (socket F/1207) */
+       { X86_VENDOR_AMD, 0x50ff3 }, /* DH-F3 (socket AM2) */
+       { X86_VENDOR_AMD, 0x60fb1 }, /* BH-G1 (socket AM2) */
+       { X86_VENDOR_AMD, 0x60f81 }, /* BH-G1 (socket S1g1) */
+       { X86_VENDOR_AMD, 0x60fb2 }, /* BH-G2 (socket AM2) */
+       { X86_VENDOR_AMD, 0x60f82 }, /* BH-G2 (socket S1g1) */
+       { X86_VENDOR_AMD, 0x70ff1 }, /* DH-G1 (socket AM2) */
+       { X86_VENDOR_AMD, 0x60ff2 }, /* DH-G2 (socket AM2) */
+       { X86_VENDOR_AMD, 0x70ff2 }, /* DH-G2 (socket AM2) */
+       { X86_VENDOR_AMD, 0x60fc2 }, /* DH-G2 (socket S1g1) */
+       { X86_VENDOR_AMD, 0x70fc2 }, /* DH-G2 (socket S1g1) */
 #endif
 
        { 0, 0 },
 };
-static struct cpu_driver model_fxx __cpu_driver = {
+
+static const struct cpu_driver model_fxx __cpu_driver = {
        .ops      = &cpu_dev_ops,
        .id_table = cpu_table,
 };