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:
François Revol 2012-05-29 18:50:32 +02:00
parent f4ee2d048e
commit 9c02217342
1 changed files with 2 additions and 0 deletions

View File

@ -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,