summaryrefslogtreecommitdiffstats
path: root/cpu/mpc86xx
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger2006-05-311-84/+6
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Remove dead debug code.Jon Loeliger2006-05-311-24/+0
| | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
* Move mpc86xx PIXIS code to board directoryJon Loeliger2006-05-311-293/+15
| | | | | | | | 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>
* Improve "reset" command's interaction with watchdog.Haiying Wang2006-05-301-5/+32
| | | | | | | | "reset altbank" will reset another bank WITHOUT watch dog timer enabled "reset altbank wd" will reset another bank WITH watch dog enabled "diswd" will disable watch dog after u-boot boots up successfully Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
* Fix two SDRAM setup bugs.Haiying Wang2006-05-301-7/+7
| | | | | | | Fix ECC setup bug. Enable 1T/2T based on number of DIMMs present. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
* Change arbitration to round-robin for SMP linux.Jon Loeliger2006-05-191-6/+9
|
* Enable dual DDR controllers and interleaving.Jon Loeliger2006-05-191-121/+494
|
* Remove L2 Cache invalidate polling.Jon Loeliger2006-05-191-11/+17
|
* Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-101-2/+3
| | | | | | 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-279-411/+339
| | | | | | | 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-2613-0/+4699
OpenPOWER on IntegriCloud