summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/cache/cache-cp15.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Improve Doxygen file commentsSebastian Huber2023-05-261-3/+4
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/arm/shared: Change license to BSD-2Joel Sherrill2022-07-081-3/+22
| | | | Updates #3053.
* bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* bsps: Adjust shared Doxygen groupsSebastian Huber2019-03-081-1/+1
| | | | Update #3706.
* ARM_CACHE_L1_CPU_SUPPORT_PROVIDES_RANGE_FUNCTIONSSebastian Huber2018-12-211-1/+0
| | | | | | Remove this superfluous define. Update #3667.
* bsps: Rework cache manager implementationSebastian Huber2018-01-311-0/+407
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.