summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/shared/start/bsp_fatal_halt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber2023-07-141-52/+0
| | | | | | Remove the BSP_POWER_DOWN_AT_FATAL_HALT BSP option. Applications should do the customization of the system termination with an initial fatal extension.
* bsps/sparc: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-141-3/+22
| | | | | | | | | This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
* score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2021-07-281-14/+9
| | | | | | | | Move _CPU_Fatal_halt() declaration to <rtems/score/cpuimpl.h> and make sure it is a proper declaration of a function which does not return. Fix the type of the error code. If necessary, add the implementation to cpu.c. Implementing _CPU_Fatal_halt() as a function makes it possible to wrap this function for example to fully test _Terminate().
* bsps: Adjust shared Doxygen groupsSebastian Huber2019-03-081-1/+1
| | | | Update #3706.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+38
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.