summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-05-13 20:22:01 +0200
committerStefan Roese <sr@denx.de>2008-05-13 20:22:01 +0200
commit70fab1908fc1734a403711eaabbef546bc4b77dc (patch)
tree46c99eba34e0965106f98ad8d8e806a6d3621220 /cpu
parent65dcfa79204f4750b905a173a5365e0b2eb6c2f6 (diff)
downloadblackbird-obmc-uboot-70fab1908fc1734a403711eaabbef546bc4b77dc.tar.gz
blackbird-obmc-uboot-70fab1908fc1734a403711eaabbef546bc4b77dc.zip
ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ppc4xx/cpu.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c
index 54cc256797..39f439df98 100644
--- a/cpu/ppc4xx/cpu.c
+++ b/cpu/ppc4xx/cpu.c
@@ -346,6 +346,26 @@ int checkcpu (void)
strcpy(addstr, "No Security support");
break;
+ case PVR_405EX1_RC:
+ puts("EX Rev. C");
+ strcpy(addstr, "Security support");
+ break;
+
+ case PVR_405EX2_RC:
+ puts("EX Rev. C");
+ strcpy(addstr, "No Security support");
+ break;
+
+ case PVR_405EXR1_RC:
+ puts("EXr Rev. C");
+ strcpy(addstr, "Security support");
+ break;
+
+ case PVR_405EXR2_RC:
+ puts("EXr Rev. C");
+ strcpy(addstr, "No Security support");
+ break;
+
#if defined(CONFIG_440)
case PVR_440GP_RB:
puts("GP Rev. B");
OpenPOWER on IntegriCloud