From: Kumar Gala Date: Mon, 14 Jul 2008 19:07:01 +0000 (-0500) Subject: MPC8544DS: Report board id, board version and fpga version. X-Git-Tag: v1.3.4-rc1~8^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e5852787f0c3c442a276262f13d91ca450605ac0;p=u-boot MPC8544DS: Report board id, board version and fpga version. Signed-off-by: Kumar Gala --- diff --git a/board/freescale/mpc8544ds/mpc8544ds.c b/board/freescale/mpc8544ds/mpc8544ds.c index 8c4b04097e..c39ce11723 100644 --- a/board/freescale/mpc8544ds/mpc8544ds.c +++ b/board/freescale/mpc8544ds/mpc8544ds.c @@ -49,7 +49,10 @@ int checkboard (void) if ((uint)&gur->porpllsr != 0xe00e0000) { printf("immap size error %lx\n",(ulong)&gur->porpllsr); } - printf ("Board: MPC8544DS\n"); + printf ("Board: MPC8544DS, System ID: 0x%02x, " + "System Version: 0x%02x, FPGA Version: 0x%02x\n", + in8(PIXIS_BASE + PIXIS_ID), in8(PIXIS_BASE + PIXIS_VER), + in8(PIXIS_BASE + PIXIS_PVER)); lbc->ltesr = 0xffffffff; /* Clear LBC error interrupts */ lbc->lteir = 0xffffffff; /* Enable LBC error interrupts */