]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/processor.h
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / arch / powerpc / include / asm / processor.h
index 1760aa14c3686046bca7f18f5d919490558e57ab..56b22d840ad466adad4f9a9d83ed5b4e6b3524c5 100644 (file)
 #define SVR_G4440      0x868101
 #define SVR_B4420      0x868102
 #define SVR_B4220      0x868103
+#define SVR_T1040      0x852000
+#define SVR_T1041      0x852001
+#define SVR_T1042      0x852002
+#define SVR_T1020      0x852100
+#define SVR_T1021      0x852101
+#define SVR_T1022      0x852102
 
 #define SVR_8610       0x80A000
 #define SVR_8641       0x809000
@@ -1194,6 +1200,8 @@ struct cpu_type {
 struct cpu_type *identify_cpu(u32 ver);
 int fixup_cpu(void);
 
+int fsl_qoriq_core_to_cluster(unsigned int core);
+
 #if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)
 #define CPU_TYPE_ENTRY(n, v, nc) \
        { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc), \