2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 587/bsps
	* shared/include/cpuIdent.h, shared/include/cpuIdent.c: Add defines
	for MPC_5XX.
This commit is contained in:
Ralf Corsepius
2004-03-08 15:40:40 +00:00
parent 25f59b144c
commit 9c4a30e209
3 changed files with 24 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ char *get_ppc_cpu_type_name(ppc_cpu_id_t cpu)
{
switch (cpu) {
case PPC_601: return "MPC601";
case PPC_5XX: return "MPC5XX";
case PPC_603: return "MPC603";
case PPC_603ev: return "MPC603ev";
case PPC_604: return "MPC604";
@@ -52,6 +53,7 @@ ppc_cpu_id_t get_ppc_cpu_type()
current_ppc_cpu = (ppc_cpu_id_t) pvr;
switch (pvr) {
case PPC_601:
case PPC_5XX:
case PPC_603:
case PPC_603ev:
case PPC_604: