summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spinternalerror02/spinternalerror02.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Simplify debug code and use _Assert()Sebastian Huber2015-03-221-1/+1
|
* score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2014-02-191-0/+1
| | | | | | Use rtems_fatal() instead of _CPU_Fatal_halt() to shutdown processors in SMP configurations since this allows intervention of BSP or application specific fatal extensions.
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-191-2/+1
| | | | | | Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
* score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber2014-02-191-1/+1
| | | | | This error case is no longer required since rtems_shutdown_executive() can be called anytime, anywhere
* rtems: Add rtems_status_code_description()Sebastian Huber2014-02-061-0/+31
|
* sapi: Add rtems_fatal_source_description()Sebastian Huber2013-01-071-0/+13
|
* score: Add INTERNAL_ERROR_CPU_ISR_INSTALL_VECTORSebastian Huber2012-11-151-0/+1
| | | | | Use INTERNAL_ERROR_CPU_ISR_INSTALL_VECTOR on PowerPC for _CPU_ISR_install_vector().
* sapi: Add and use rtems_internal_error_descriptionSebastian Huber2012-11-151-0/+28