summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx/cache.S
AgeCommit message (Collapse)Author
2008-05-097450 and 86xx L2 cache invalidate bug correctionsWheatley Travis
The 7610 and related parts have an L2IP bit in the L2CR that is monitored to signal when the L2 cache invalidate is complete whereas the 7450 and related parts utilize L2I for this purpose. However, the current code does not account for this difference. Additionally the 86xx L2 cache invalidate code used an "andi" instruction where an "andis" instruction should have been used. This patch addresses both of these bugs. Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com> Acked-By: Jon Loeliger <jdl@freescale.com>
2006-05-19Remove L2 Cache invalidate polling.Jon Loeliger
2006-04-26Initial support for MPC8641 HPCN board.Jon Loeliger