summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/mpci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/sparc: Use rtems_interrupt_handler_install()Sebastian Huber2021-06-241-2/+7
| | | | | | | Avoid using set_vector() which depends on _ISR_Vector_table(). Prepare for a statically initialized trap table. Update #4458.
* bsps: Move MPCI support to bspsSebastian Huber2018-04-205-0/+248
This patch is a part of the BSP source reorganization. Update #3285.