summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/shared/irq/bsp_isr_handler.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/sparc: Add files to Doxygen groupsFrank Kühndel2023-07-261-0/+9
| | | | Update #3707.
* bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber2023-07-141-0/+1
|
* bsps/sparc: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-141-8/+27
| | | | | | | | | This patch changes the license to BSD-2 for all source files where the copyright is held by Aeroflex Gaisler, Cobham Gaisler, or Gaisler Research. Some files also includes copyright right statements from OAR and/or embedded Brains in addition to Gaisler. Updates #3053.
* sparc: Simplify trap table initializationSebastian Huber2021-06-241-18/+9
| | | | | | | | | | | | | | | Move _ISR_Handler() to a separate file since it is now only used if a handler is installed by _CPU_ISR_install_raw_handler(). Statically initialize the traps for external interrupts to use the new _SPARC_Interrupt_trap() which directly dispatches the interrupt handlers installed by rtems_interrupt_handler_install() via the BSP-provided _SPARC_Interrupt_dispatch(). Since the trap table is now fully statically initialized, there is no longer a dependency on the Cache Manager in the default configuration. Update #4458.
* bsps/sparc: Move shared files to bspsSebastian Huber2018-04-201-0/+35
This patch is a part of the BSP source reorganization. Update #3285.