[PATCH] PPC4xx: 440SP Rev. C detection added
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
e7f3e9ff01
commit
e732faec95
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user