summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared/exceptions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-2010-10/+10
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/powerpc: Fix warnings with PPC_SPECIAL_PURPOSE_REGISTERChris Johns2023-04-111-10/+15
|
* powerpc: Add support for VRSAVESebastian Huber2022-09-081-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.
* bsps/powerpc/shared: Change license to BSD-2Joel Sherrill2022-07-126-18/+132
| | | | Updates #3053.
* bsps/powerpc/: Scripted embedded brains header file clean upJoel Sherrill2022-03-106-36/+2
| | | | Updates #4625.
* bsps/powerpc: Fix inline assemblySebastian Huber2020-07-051-24/+21
| | | | | GCC 10 no longer passes -many to the assembler. This enables more checks in the assembler.
* Remove superfluous <rtems/system.h> includesSebastian Huber2019-03-141-1/+0
|
* bsps: Adjust shared Doxygen groupsSebastian Huber2019-03-081-1/+1
| | | | Update #3706.
* bsps/powerpc: Fix warningsSebastian Huber2019-01-251-2/+2
|
* Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara2018-12-041-1/+1
|
* Include missing <rtems/score/thread.h>Sebastian Huber2018-11-091-0/+1
| | | | Update #3598.
* bsps/powerpc: Simplify ppc_exc_initialize()Sebastian Huber2018-09-061-2/+1
| | | | | | | Remove parameters from ppc_exc_initialize() since all BSPs passed the same values. Update #3459.
* bsps: Move ppc-exc-handler-table.c to bspsSebastian Huber2018-04-241-0/+67
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Move exceptions support to bspsSebastian Huber2018-03-1915-0/+3892
This patch is a part of the BSP source reorganization. Update #3285.