MPC8610HPCD: Report board id, board version and fpga version.
authorKumar Gala <galak@kernel.crashing.org>
Thu, 19 Jun 2008 06:45:50 +0000 (01:45 -0500)
committerJon Loeliger <jdl@freescale.com>
Thu, 19 Jun 2008 13:32:18 +0000 (08:32 -0500)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/mpc8610hpcd/mpc8610hpcd.c

index c85f373..0bf21d5 100644 (file)
@@ -99,7 +99,10 @@ int checkboard(void)
        volatile immap_t *immap = (immap_t *)CFG_IMMR;
        volatile ccsr_local_mcm_t *mcm = &immap->im_local_mcm;
 
-       puts("Board: MPC8610HPCD\n");
+       printf ("Board: MPC8610HPCD, System ID: 0x%02lx, "
+               "System Version: 0x%02lx, FPGA Version: 0x%02lx\n",
+               in8(PIXIS_BASE + PIXIS_ID), in8(PIXIS_BASE + PIXIS_VER),
+               in8(PIXIS_BASE + PIXIS_PVER));
 
        mcm->abcr |= 0x00010000; /* 0 */
        mcm->hpmr3 = 0x80000008; /* 4c */