summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sparc/leon3/obj.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-03bsps/leon3: Install header filesSebastian Huber1-0/+4
2023-10-20bsps/leon3: Use custom CPU counter implementationSebastian Huber1-2/+0
Merge the timecounter and CPU counter support for the leon3 BSP family. Remove now unused functions from the CPU counter support of the erc32 and leon3 BSPs. Update #4954.
2023-10-20sparc: Move CPU counter implementationSebastian Huber1-0/+2
Enable a BSP-specific CPU counter implementation. Update #4954.
2023-07-14bsp/leon3: Add specialized target hashSebastian Huber1-1/+1
2023-07-14bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber1-1/+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: Untangle interrupt controller supportSebastian Huber1-0/+1
Separate the probing of the interrupt controller from the initialization.
2023-06-16bsps: Remove uses of BSP-specific interrupt APISebastian Huber1-1/+0
Update #3269.
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/+0
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-03-11leon3: avoid dependency on apbuart/timer driverDaniel Hellstrom1-0/+1
Moves drvmgr_drivers[] from amba.c to a separate file in order to avoid the dependecy on APBUART/GPTIMER drivers. This has an effect when user configured not to use timer or uart in their project.
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/+62
Update #3818.