summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc/cache/cache_.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Rework cache manager implementationSebastian Huber2018-01-311-58/+0
| | | | | | | | | | | | | | | | | | 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.
* bsps/sparc: Fix cache supportSebastian Huber2017-07-191-4/+9
| | | | | | | Fix infinite loop in rtems_invalidate_multiple_instruction_lines(). Implement this function. Close #3080.
* bsps/sparc: Use inline functions for cache managerSebastian Huber2015-04-271-3/+31
|
* bsps: Fix cache manager supportSebastian Huber2013-09-101-0/+1
|
* 2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill2000-11-151-0/+24
* Makefile.am, configure.in: Added support for instruction cache enabling based on CPU model. * cache/.cvsignore, cache/Makefile.am, cache/cache.c, cache/cache_.h: New files.