summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/start/spurious.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sparc: More reliable bad trap handlingSebastian Huber2021-06-241-183/+0
| | | | | | | | | | | | | Statically initialize the trap table in start.S to jump to _SPARC_Bad_trap() for all unexpected traps. This enables a proper RTEMS fatal error handling right from the start. Do not rely on the stack and register settings which caused an unexpected trap. Use the ISR stack of the processor to do the fatal error handling. Save the full context which caused the trap. Fatal error handler may use it for error logging. Unify the _CPU_Exception_frame_print() implementations and move it to cpukit. Update #4459.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+183
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.