summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx/start.S
AgeCommit message (Collapse)Author
2006-10-10Fix whitespace issues.Jon Loeliger
2006-08-22General indent and whitespace cleanups.Jon Loeliger
2006-08-17Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang
2006-06-16Do not enable address translation on secondary CPUs.Jon Loeliger
Do not set up BATs on secondary CPUs. Let Linux do the nasty. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-05-19Change arbitration to round-robin for SMP linux.Jon Loeliger
2006-05-10Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang
Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2006-04-27Cleanup whitespaces and style issues.Jon Loeliger
Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft.
2006-04-26Initial support for MPC8641 HPCN board.Jon Loeliger