summaryrefslogtreecommitdiffstats
path: root/board/mpc8641hpcn/mpc8641hpcn.c
Commit message (Collapse)AuthorAgeFilesLines
* Move get_board_sys_clk to board directoryHaiying Wang2006-07-311-0/+64
|
* Fix bug in 8641hpcn reset command with no args.Jon Loeliger2006-06-221-1/+1
| | | | | Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com>
* Review cleanups.Jon Loeliger2006-05-311-2/+2
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* White space cleanup.Jon Loeliger2006-05-311-110/+117
| | | | | | | | | Some 80-column cleanups. Convert printf() to puts() where possible. Use #include "spd_sdram.h" as needed. Enhanced reset command usage message a bit. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Removed unneeded local_bus_init() from 8641HPCN board.Jon Loeliger2006-05-311-34/+0
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger2006-05-311-0/+93
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-101-11/+0
| | | | | | Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
* Cleanup whitespaces and style issues.Jon Loeliger2006-04-271-21/+12
| | | | | | | Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft.
* Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-261-0/+315
OpenPOWER on IntegriCloud