summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/arm-context-volatile-clobber.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* arm: Fix CPU context validation for Cortex-R4Sebastian Huber2017-03-091-2/+2
| | | | Do not touch the FPSCR[QC] bit since this is DNM/RAZ on Cortex-R4.
* arm: Add VFP context validate support for ARMv5Kevin Kirspel2016-08-191-2/+5
|
* arm: Add support for FPv4-SP floating point unitSebastian Huber2014-08-121-3/+5
| | | | | This floating point unit is available in Cortex-M4 processors and defined by ARMv7-M. This adds basic support for other VFP-D16 variants.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* arm: Support VFP-D32 and NeonSebastian Huber2013-05-101-0/+40
|
* score: Add CPU context validationSebastian Huber2013-05-101-0/+37