#if CONFIG_405GP
puts("IBM PowerPC 405GP");
- if (pvr == PVR_405GPR_RA) {
+ if (pvr == PVR_405GPR_RB) {
putc('r');
}
puts(" Rev. ");
#endif
switch (pvr) {
case PVR_405GP_RB:
+ case PVR_405GPR_RB:
putc('B');
break;
case PVR_405GP_RC:
break;
#endif
case PVR_405CR_RA:
- case PVR_405GPR_RA:
putc('A');
break;
case PVR_405CR_RB:
printf("external PCI arbiter enabled\n");
#endif
- if ((pvr | 0x00000001) == PVR_405GPR_RA) {
+ if ((pvr | 0x00000001) == PVR_405GPR_RB) {
printf(" 16 kB I-Cache 16 kB D-Cache");
} else {
printf(" 16 kB I-Cache 8 kB D-Cache");
* Set edge conditioning circuitry on PPC405GPr
* for compatibility to existing PPC405GP designs.
*/
- if ((pvr & 0xfffffff0) == (PVR_405GPR_RA & 0xfffffff0)) {
+ if ((pvr & 0xfffffff0) == (PVR_405GPR_RB & 0xfffffff0)) {
mtdcr(ecr, 0x60606000);
}
/*
* Check if PPC405GPr used (mask minor revision field)
*/
- if ((pvr & 0xfffffff0) == (PVR_405GPR_RA & 0xfffffff0)) {
+ if ((pvr & 0xfffffff0) == (PVR_405GPR_RB & 0xfffffff0)) {
/*
* Determine FWD_DIV B (only PPC405GPr with new mode strapping).
*/
#define PVR_405CR_RA 0x40110041
#define PVR_405CR_RB 0x401100C5
#define PVR_405CR_RC 0x40110145 /* same as pc405gp rev e */
-#define PVR_405GPR_RA 0x50910951
+#define PVR_405GPR_RB 0x50910951
#define PVR_440GP_RB 0x40120440
#define PVR_440GP_RC 0x40120481
#define PVR_601 0x00010000