Add PIXIS FPGA support for MPC8641HPCN board.
authorHaiying Wang <haiying.wang@freescale.com>
Mon, 22 Jan 2007 18:37:30 +0000 (12:37 -0600)
committerJon Loeliger <jdl@freescale.com>
Mon, 9 Apr 2007 19:25:05 +0000 (14:25 -0500)
commit3d98b85800c80dc68227c8f10bf5c93456d6d054
tree791444da92489cc58c16e417e33fb73e852323a6
parent6db7d0af2336c126e4d4b2f248cc23516bdd46a8
Add PIXIS FPGA support for MPC8641HPCN board.

Move the 8641HPCN's PIXIS code to the new directory
board/freescale/common/ as it will be shared by
future boards not in the same processor family.

Write a "pixis_reset" command that utilizes the FPGA
reset sequencer to support alternate soft-reset options
such as using the "alternate" flash bank, enabling
the watch dog, or choosing different CPU frequencies.

Add documentation for the pixis_reset to README.mpc8641hpcn.

Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
board/freescale/common/pixis.c [moved from board/mpc8641hpcn/pixis.c with 60% similarity]
board/freescale/common/pixis.h [moved from board/mpc8641hpcn/pixis.h with 89% similarity]
board/mpc8641hpcn/Makefile
board/mpc8641hpcn/mpc8641hpcn.c
cpu/mpc86xx/cpu.c
doc/README.mpc8641hpcn