summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8641hpcn/mpc8641hpcn.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-06-19 01:45:27 -0500
committerJon Loeliger <jdl@freescale.com>2008-06-19 08:32:13 -0500
commit7de8c21f14df9c20fdcf6027aec8e8545f75f835 (patch)
tree3a1b49e8a4a59c02314d85a919c12226352a896e /board/freescale/mpc8641hpcn/mpc8641hpcn.c
parenta94f22f08f280905926219e568568964cb9eeb9d (diff)
downloadtalos-obmc-uboot-7de8c21f14df9c20fdcf6027aec8e8545f75f835.tar.gz
talos-obmc-uboot-7de8c21f14df9c20fdcf6027aec8e8545f75f835.zip
MPC8641HPCN: Report board id, board version and fpga version.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8641hpcn/mpc8641hpcn.c')
-rw-r--r--board/freescale/mpc8641hpcn/mpc8641hpcn.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/freescale/mpc8641hpcn/mpc8641hpcn.c b/board/freescale/mpc8641hpcn/mpc8641hpcn.c
index cf540fc651..b30c6b1e92 100644
--- a/board/freescale/mpc8641hpcn/mpc8641hpcn.c
+++ b/board/freescale/mpc8641hpcn/mpc8641hpcn.c
@@ -47,8 +47,10 @@ int board_early_init_f(void)
int checkboard(void)
{
- puts("Board: MPC8641HPCN\n");
-
+ printf ("Board: MPC8641HPCN, 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));
return 0;
}
OpenPOWER on IntegriCloud