summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-mmu-early.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/mpc55xx: Add and use MPC55XX_CHIP_FAMILYSebastian Huber2012-10-021-4/+4
|
* bsp/mpc55xxevb: Change early MMU settingsSebastian Huber2012-04-241-4/+15
| | | | | | Add internal SRAM sections with cache enabled to early MMU settings. The internal SRAM initialization will use the early MMU settings. This allows applications to use cache inhibited areas in the internal SRAM.
* Support for MPC5643L.Sebastian Huber2012-01-231-0/+42
Rework of the start sequence to reduce the amount assembler code and to support configuration tables which may be provided by the application.