Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Clean up usage of icache_disable/dcache_disable | Kumar Gala | 2008-08-19 | -0/+4 |
| | | | | | | | | | | | | There is no point in disabling the icache on 7xx/74xx/86xx parts and not also flushing the icache. All callers of invalidate_l1_instruction_cache() call icache_disable() right after. Make it so icache_disable() calls invalidate_l1_instruction_cache() for us. Also, dcache_disable() already calls dcache_flush() so there is no point in the explicit calls of dcache_flush(). Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
* | 7450 and 86xx L2 cache invalidate bug corrections | Wheatley Travis | 2008-05-09 | -1/+1 |
| | | | | | | | | | | | | | | 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> | |||
* | Remove L2 Cache invalidate polling. | Jon Loeliger | 2006-05-19 | -11/+17 |
| | ||||
* | Initial support for MPC8641 HPCN board. | Jon Loeliger | 2006-04-26 | -0/+368 |