summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sparc/erc32/bsperc32.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sparc: Move CPU counter implementationSebastian Huber2023-10-201-0/+2
| | | | | | Enable a BSP-specific CPU counter implementation. Update #4954.
* bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber2023-07-141-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.
* bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber2023-07-141-0/+1
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* spec/bsps: Do not install tm27.hChris Johns2022-08-221-1/+0
| | | | Updates #4705
* build: Use common objects item for get memorySebastian Huber2021-11-301-1/+2
|
* sparc: More reliable bad trap handlingSebastian Huber2021-06-241-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.
* spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee2021-04-071-2/+0
| | | | Update #3850
* bsps: Add default rtems_get_target_hash()Sebastian Huber2021-02-261-0/+1
| | | | Update #4267.
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+76
Update #3818.