summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc55xxevb/start/flash_support.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-24bsps/powerpc: Fix warnings with PPC_SPECIAL_PURPOSE_REGISTERChris Johns1-5/+5
2019-03-08bsps: Adjust bsp.h Doxygen groupsSebastian Huber1-1/+1
Update #3706.
2018-03-22bsps/mpc55xx: Move libcpu content to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-10-16libcpu/powerpc/mpc55xx/misc/flash_support.c: Fix warningsJoel Sherrill1-1/+4
2014-08-25bsp/mpc55xx: Fix commentSebastian Huber1-1/+1
2014-08-25bsp/mpc55xx: Limit flash support to MPC55[56]XSebastian Huber1-1/+1
2014-08-20mpc55xx/misc/flash_support.c: Properly flush cache when writing.Peter Dufault1-46/+39
Also cleanup: * Remove un-needed interrupt disables. * Address errata "e989: FLASH: Disable Prefetch during programming and erase" * Use RTEMS_ARRAY_SIZE() macro instead of own macro.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-10-11Use proper 3 line form of license textJoel Sherrill1-2/+3
2011-10-102011-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
PR 1928/bsps: * mpc55xx/include/fsl-mpc567x.h: Revert previous change. * mpc55xx/misc/flash_support.c: Enable this file only for MPC55XX.
2011-08-302011-08-30 Peter Dufault <dufault@hda.com>Sebastian Huber1-0/+697
* mpc55xx/misc/flash_support.c: New file. * Makefile.am: Reflect change above. * mpc55xx/include/mpc55xx.h: Add definitions for the FLASH interface and two memory protect interfaces. Add modifications to eliminate warnings in some of the cache macros. * mpc55xx/include/regs.h: Add some structure tag names for some structures that I needed access to. Don't define the ALTCADR for the MPC5554 - it is reserved and acess casues an exception. Hide the C99 designated initializers when compiling with C++. Add some support for the EQADC. * mpc55xx/include/esci.h, mpc55xx/include/watchdog.h: Add C++ protection.