summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/arm-context-volatile-clobber.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* score/cpu/arm: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* 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