summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sparc/erc32/bsperc32.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-20sparc: Move CPU counter implementationSebastian Huber1-0/+2
Enable a BSP-specific CPU counter implementation. Update #4954.
2023-07-14bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber1-3/+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.
2023-07-14bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber1-0/+1
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-08-22spec/bsps: Do not install tm27.hChris Johns1-1/+0
Updates #4705
2021-11-30build: Use common objects item for get memorySebastian Huber1-1/+2
2021-06-24sparc: More reliable bad trap handlingSebastian Huber1-1/+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.
2021-04-07spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee1-2/+0
Update #3850
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+76
Update #3818.