]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add e6500 processor detection
authorKumar Gala <galak@kernel.crashing.org>
Fri, 17 Aug 2012 08:20:23 +0000 (08:20 +0000)
committerAndy Fleming <afleming@freescale.com>
Thu, 23 Aug 2012 17:16:54 +0000 (12:16 -0500)
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/include/asm/processor.h

index c1815e8860dd34069af7feefe890de1dcf4fc7fa..8d2ef9ffc72369666c747c385a88d6c7aa503cc1 100644 (file)
@@ -117,6 +117,9 @@ int checkcpu (void)
        case PVR_VER_E5500:
                puts("E5500");
                break;
+       case PVR_VER_E6500:
+               puts("E6500");
+               break;
        default:
                puts("Unknown");
                break;
index 3247c805e53d09a59e9716cd92f124972d8c5a07..f3acd17dd5ffe0fb12b055285c898cc0d1bbcc6f 100644 (file)
 #define PVR_VER_E500_V2        0x8021
 #define PVR_VER_E500MC 0x8023
 #define PVR_VER_E5500  0x8024
+#define PVR_VER_E6500  0x8040
 
 #define PVR_86xx       0x80040000