summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/ppc-context-validate.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
* powerpc: Add 64-bit context/interrupt supportSebastian Huber2017-08-221-74/+91
| | | | Update #3082.
* powerpc: Fix AltiVec VSCR save/restoreSebastian Huber2015-01-201-5/+5
|
* powerpc: AltiVec and FPU context supportSebastian Huber2015-01-131-2/+384
| | | | | | | | | | | Add AltiVec and FPU support to the Context_Control in case we use the e6500 multilib. Add PPC_MULTILIB_ALTIVEC and PPC_MULTILIB_FPU multilib defines. Add non-volatile AltiVec and FPU context to Context_Control. Add save/restore of non-volatile AltiVec and FPU to _CPU_Context_switch(). Add save/restore of volatile AltiVec and FPU context to the exception code. Adjust data cache optimizations for the new context and cache line size.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* powerpc: Add r2 to CPU contextSebastian Huber2013-11-181-9/+4
| | | | The r2 may be used for thread-local storage.
* powerpc: Do not validate reserved XER bitsSebastian Huber2013-11-181-2/+2
|
* powerpc: Fix _CPU_Context_validate()Sebastian Huber2013-08-131-1/+1
|
* score: Add CPU context validationSebastian Huber2013-05-101-0/+263