mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
Add PPC440GX Revision C
This commit is contained in:
parent
68e0236f7e
commit
0a7c5391a0
@ -175,6 +175,9 @@ int checkcpu (void)
|
|||||||
case PVR_440GX_RB:
|
case PVR_440GX_RB:
|
||||||
puts("X Rev. B");
|
puts("X Rev. B");
|
||||||
break;
|
break;
|
||||||
|
case PVR_440GX_RC:
|
||||||
|
puts("X Rev. C");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
printf (" UNKNOWN (PVR=%08x)", pvr);
|
printf (" UNKNOWN (PVR=%08x)", pvr);
|
||||||
break;
|
break;
|
||||||
|
@ -718,6 +718,7 @@
|
|||||||
#define PVR_440GP_RC 0x40120481
|
#define PVR_440GP_RC 0x40120481
|
||||||
#define PVR_440GX_RA 0x51B21850
|
#define PVR_440GX_RA 0x51B21850
|
||||||
#define PVR_440GX_RB 0x51B21851
|
#define PVR_440GX_RB 0x51B21851
|
||||||
|
#define PVR_440GX_RC 0x51B21892
|
||||||
#define PVR_405EP_RB 0x51210950
|
#define PVR_405EP_RB 0x51210950
|
||||||
#define PVR_601 0x00010000
|
#define PVR_601 0x00010000
|
||||||
#define PVR_602 0x00050000
|
#define PVR_602 0x00050000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user