summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/start/eirq.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber1-2/+2
Add rtems_scheduler_get_processor_maximum() as a replacement for rtems_get_processor_count(). The rtems_get_processor_count() is a bit orphaned. Adopt it by the Scheduler Manager. The count is also misleading, since the processor set may have gaps and the actual count of online processors may be less than the value returned by rtems_get_processor_count(). Update #3732.
2018-04-20bsps: Move startup files to bspsSebastian Huber1-0/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2017-07-12Add interrupt vector set/get affinitySebastian Huber1-0/+41
Close #3071.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-19bsp/leon3: Declare leon3_ext_irq_init() in headerSebastian Huber1-1/+1
2012-04-06SPARC BSPs: implemented shared-irq using libbsp/shared layerDaniel Hellstrom1-0/+25
The implementation use IRQ number instead of vector number since some IRQs does not have a unique vector, for example the extended interrupts all enter the same trap vector entry. Added support for the LEON3 extended interrupt controller when using the shared IRQ layer. ERC32 patches untested. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> Regenerate