summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared/exceptions (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber10-10/+10
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-04-11bsps/powerpc: Fix warnings with PPC_SPECIAL_PURPOSE_REGISTERChris Johns1-10/+15
2022-09-08powerpc: Add support for VRSAVESebastian Huber1-5/+184
The VRSAVE feature of the Altivec unit can be used to reduce the amount of Altivec registers which need to be saved/restored during interrupt processing and context switches. In order to use the VRSAVE optimization a corresponding multilib (-mvrsave) is required, see GCC configuration. The -mvrsave option must be added to the ABI_FLAGS of the BSP. Currently only the -mcpu=e6500 based QorIQ BSP support this optimization. Update #4712.
2022-07-12bsps/powerpc/shared: Change license to BSD-2Joel Sherrill6-18/+132
Updates #3053.
2022-03-10bsps/powerpc/: Scripted embedded brains header file clean upJoel Sherrill6-36/+2
Updates #4625.
2020-07-05bsps/powerpc: Fix inline assemblySebastian Huber1-24/+21
GCC 10 no longer passes -many to the assembler. This enables more checks in the assembler.
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2019-03-08bsps: Adjust shared Doxygen groupsSebastian Huber1-1/+1
Update #3706.
2019-01-25bsps/powerpc: Fix warningsSebastian Huber1-2/+2
2018-12-04Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara1-1/+1
2018-11-09Include missing <rtems/score/thread.h>Sebastian Huber1-0/+1
Update #3598.
2018-09-06bsps/powerpc: Simplify ppc_exc_initialize()Sebastian Huber1-2/+1
Remove parameters from ppc_exc_initialize() since all BSPs passed the same values. Update #3459.
2018-04-24bsps: Move ppc-exc-handler-table.c to bspsSebastian Huber1-0/+67
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-19bsps/powerpc: Move exceptions support to bspsSebastian Huber15-0/+3892
This patch is a part of the BSP source reorganization. Update #3285.