Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 85xx: Improve flash remapping on MPC8572DS & MPC8536DS | Kumar Gala | 2008-10-18 | 1 | -1/+1 |
| | | | | | | | | Changing the flash from cacheable to cache-inhibited was taking a significant amount of time due to the fact that we were iterating over the full 256M of flash. Instead we can just flush the L1 d-cache and invalidate the i-cache. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | ||||
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -10/+10 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | ||||
* | mpc85xx: Add support for the MPC8572DS reference board | Kumar Gala | 2008-08-27 | 1 | -0/+85 |
Signed-off-by: Kumar Gala <galak@kernel.crashing.org> |