summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/irq/arm-gicv3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps/irq: bsp_interrupt_vector_enable()Sebastian Huber2021-07-261-1/+3
* bsps/irq: Add rtems_interrupt_is_pending()Sebastian Huber2021-07-261-0/+11
* bsps/irq: Add rtems_interrupt_get_attributes()Sebastian Huber2021-07-261-0/+8
* bsps/irq: Add rtems_interrupt_raise()Sebastian Huber2021-07-261-0/+23
* bsps/irq: Add rtems_interrupt_vector_is_enabled()Sebastian Huber2021-07-261-0/+11
* bsps: Fix GICv3 support for AArch32Sebastian Huber2021-06-301-3/+3
* bsps/aarch64: add non-secure mode and versal supportGedare Bloom2021-06-241-2/+21
* bsps/aarch64: add mnemonic for ICC_IGRPEN1_EL3Gedare Bloom2021-06-241-0/+1
* bsps: Use header file for GIC architecture supportSebastian Huber2020-12-231-0/+1
* bsps: Fix includesSebastian Huber2020-12-221-0/+6
* bsps: Remove gicvx_interrupt_dispatch()Sebastian Huber2020-12-161-1/+1
* bsps: Add GICv3 arm_gic_irq_processor_count()Sebastian Huber2020-12-161-0/+27
* bsps/gicv3: Resolve build warnings on 64bitKinsey Moore2020-12-111-2/+2
* bsps: Remove ARM GIC SGI target filterSebastian Huber2020-12-101-9/+1
* bsps: Fix GICv3 arm_gic_trigger_sgi()Sebastian Huber2020-12-101-2/+2
* bsps: Add SMP support to ARM GICv3Sebastian Huber2020-12-091-23/+33
* bsps: Move ARM GICv2 driver to bsps/sharedKinsey Moore2020-12-021-1/+1
* bsps: Break out AArch32 GICv3 supportKinsey Moore2020-10-051-0/+354