Support for MPC5643L.

Rework of the start sequence to reduce the amount assembler code and to
support configuration tables which may be provided by the application.
This commit is contained in:
Sebastian Huber
2012-01-23 11:19:22 +01:00
parent 9bf3a86865
commit a762dc2a49
54 changed files with 23535 additions and 1105 deletions

View File

@@ -58,6 +58,7 @@ typedef enum
PPC_e300c3 = 0x8085, /* e300c3 core */
PPC_e200z0 = 0x8170,
PPC_e200z1 = 0x8140,
PPC_e200z4 = 0x8155,
PPC_e200z6 = 0x8110,
PPC_e200z7 = 0x8160,
PPC_PSIM = 0xfffe, /* GDB PowerPC simulator -- fake version */