summaryrefslogtreecommitdiff
path: root/board/mpc8641hpcn/pixis.c
Commit message (Collapse)AuthorAgeLines
* Add PIXIS FPGA support for MPC8641HPCN board.Haiying Wang2007-04-09-321/+0
| | | | | | | | | | | | | | | | 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>
* General indent and whitespace cleanups.Jon Loeliger2006-08-22-12/+9
|
* Move mpc86xx PIXIS code to board directoryJon Loeliger2006-05-31-0/+324
First cut at moving the PIXIS platform code out of the 86xx cpu directory and into board/mpc8641hpcn where it belongs. Signed-off-by: Jon Loeliger <jdl@freescale.com>