Where can I find a list showing how the PartNum field of the MDIR (Main ID) register maps to the corresponding ARM core type?
For example, I'd like to find some official ARM documentation stating the following:
Implementer 0x41, PartNum 0xd46 maps to ARM Cortex-A510
Implementer 0x41, PartNum 0xd47 maps to ARM Cortex-710
Implementer 0x41, PartNum 0xd48 maps to ARM Cortex-X2
I can find this mapping for some processor cores in their corresponding reference manual, but I can't seem to find this information publicly documented by ARM for other cores, like the ones listed above.
Thanks! I must have missed this in my searching because I was using the hex representation of the numbers instead of binary.