summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/cache (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/arm: Add arm-data-cache-loop-set-way.hSebastian Huber2020-12-231-62/+9
| | | | | | This makes it possible to reuse this loop. Update #4202.
* arm/cache-cp15: Support Armv8Sebastian Huber2020-12-101-13/+12
| | | | Update #4202.
* bsps: Adjust shared Doxygen groupsSebastian Huber2019-03-082-2/+2
| | | | Update #3706.
* bsps/arm: Conditional ARMv7-AR data cache disableSebastian Huber2019-01-101-0/+2
| | | | | Update #3667. Close #3674.
* bsps/arm: Fix typo in disable cache for ARMv7-ARThomas Dörfler2019-01-101-1/+1
| | | | Update #3667.
* bsps/arm: Add cache size support for CP15Sebastian Huber2018-12-211-0/+41
|
* bsps/arm: Add ARMv7-AR disable data cacheSebastian Huber2018-12-212-7/+127
| | | | Close #3667.
* ARM_CACHE_L1_CPU_SUPPORT_PROVIDES_RANGE_FUNCTIONSSebastian Huber2018-12-213-5/+2
| | | | | | Remove this superfluous define. Update #3667.
* bsps: Rework cache manager implementationSebastian Huber2018-01-314-0/+2065
The previous cache manager support used a single souce file (cache_manager.c) which included an implementation header (cache_.h). This required the use of specialized include paths to find the right header file. Change this to include a generic implementation header (cacheimpl.h) in specialized source files. Use the following directories and files: * bsps/shared/cache * bsps/@RTEMS_CPU@/shared/cache * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILY/start/cache.c Update #3285.