X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cpu%2Fppc4xx%2Fcpu.c;h=bc9335a05ea71a617c4bce2b6d163b4a79416625;hb=d3c23a790fb24f9cb5cc467b81b0c3ad3eeb1f96;hp=ef32bc64d29a4a151f4764ac889d68c4759a637a;hpb=7d30793685efcada183891c78fc892e6c9ba50c7;p=platform%2Fkernel%2Fu-boot.git diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index ef32bc6..bc9335a 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c @@ -279,7 +279,11 @@ int checkcpu (void) get_sys_info(&sys_info); +#if defined(CONFIG_XILINX_440) + puts("IBM PowerPC 4"); +#else puts("AMCC PowerPC 4"); +#endif #if defined(CONFIG_405GP) || defined(CONFIG_405CR) || \ defined(CONFIG_405EP) || defined(CONFIG_405EZ) || \ @@ -542,6 +546,10 @@ int checkcpu (void) strcpy(addstr, "No Security support"); break; + case PVR_VIRTEX5: + puts("x5 VIRTEX5"); + break; + default: printf (" UNKNOWN (PVR=%08x)", pvr); break;