From: Stefan Roese Date: Tue, 28 Nov 2006 15:09:24 +0000 (+0100) Subject: [PATCH] PPC4xx: 440SP Rev. C detection added X-Git-Tag: U-Boot-1_2_0~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e732faec95a83cb468b4850ae807c8301dde8f6a;p=u-boot [PATCH] PPC4xx: 440SP Rev. C detection added Signed-off-by: Stefan Roese --- diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index 447383f8d3..9c5c9109b1 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c @@ -340,6 +340,10 @@ int checkcpu (void) puts("SP Rev. B"); break; + case PVR_440SP_RC: + puts("SP Rev. C"); + break; + case PVR_440SPe_RA: puts("SPe Rev. A"); break; diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index 388dea430c..6619686876 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -749,6 +749,7 @@ #define PVR_405EP_RB 0x51210950 #define PVR_440SP_RA 0x53221850 #define PVR_440SP_RB 0x53221891 +#define PVR_440SP_RC 0x53221892 #define PVR_440SPe_RA 0x53421890 #define PVR_440SPe_RB 0x53421891 #define PVR_601 0x00010000