PPC: Add PVR identifiers for 440 and 460 cpus
* from QEMU, 440EP is 0x4222. * from the datasheet, 460EX is 0x1302.
This commit is contained in:
@@ -187,8 +187,10 @@ enum ppc_processor_version {
|
||||
IBMPOWER3 = 0x0041,
|
||||
MPC860 = 0x0050,
|
||||
MPC8240 = 0x0081,
|
||||
AMCC460EX = 0x1302,
|
||||
IBM405GP = 0x4011,
|
||||
IBM405L = 0x4161,
|
||||
AMCC440EP = 0x4222,
|
||||
IBM750FX = 0x7000,
|
||||
MPC7450 = 0x8000,
|
||||
MPC7455 = 0x8001,
|
||||
|
||||
Reference in New Issue
Block a user