zephyr/drivers/interrupt_controller
Ziad Elhanafy 9a236f82c1 drivers: gic: Add multiple GIC redistributors regions support
For GIC multiple views feature support, all GIC Re-distributor's
GICR_TYPER.last will be set. Because configuration view-0 can
assign non-contiguous CPUs to views other than 0, in this case
the GIC Redistributors' registers won't seem contiguous.

So the GIC driver should cope with multiple sets of redistributors
like multi-chip scenarios. In this patch we add multiple GIC
redistributor regions support in GIC redistributor iteration.

For more information, refer to the Multi view subsection
in the GIC Technical Reference Manual.
For example:
https://developer.arm.com/documentation/101516/0400/Operation-of-GIC-700/Multi-view

Signed-off-by: Ziad Elhanafy <ziad.elhanafy@arm.com>
2025-01-21 11:16:12 +01:00
..
CMakeLists.txt
intc_arcv2_irq_unit.c
intc_cavs.c
intc_cavs.h
intc_dw_ace.c
intc_dw.c
intc_dw.h
intc_eirq_nxp_s32.c
intc_esp32.c
intc_esp32c3.c drivers: interrupt_controller: esp32c6: reserve IRQ 1 for WiFi 2024-12-23 13:23:59 +01:00
intc_exti_stm32.c
intc_gd32_exti.c
intc_gic_common_priv.h
intc_gic.c
intc_gicv3_its.c
intc_gicv3_priv.h drivers: gic: Add multiple GIC redistributors regions support 2025-01-21 11:16:12 +01:00
intc_gicv3.c drivers: gic: Add multiple GIC redistributors regions support 2025-01-21 11:16:12 +01:00
intc_gpio_stm32wb0.c
intc_intel_vtd.c
intc_intel_vtd.h
intc_ioapic_priv.h
intc_ioapic.c
intc_irqmp.c
intc_ite_it8xxx2_v2.c
intc_ite_it8xxx2.c
intc_ite_it8xxx2.h
intc_loapic_spurious.S
intc_loapic.c
intc_mchp_ecia_xec.c
intc_miwu.c
intc_mtk_adsp.c
intc_nrfx_clic.c
intc_nrfx_clic.S
intc_nuclei_eclic.c
intc_nuclei_eclic.S
intc_nxp_irqsteer.c
intc_nxp_pint.c
intc_plic.c
intc_renesas_ra_icu.c
intc_rv32m1_intmux.c
intc_sam0_eic_priv.h
intc_sam0_eic.c
intc_shared_irq.c
intc_swerv_pic.c
intc_system_apic.c
intc_vexriscv_litex.c
intc_vim.c
intc_wch_pfic.c
intc_wkpu_nxp_s32.c
intc_xmc4xxx.c
Kconfig
Kconfig.cavs
Kconfig.clic
Kconfig.dw
Kconfig.esp32
Kconfig.esp32c3
Kconfig.gd32_exti
Kconfig.gic
Kconfig.intel_vtd
Kconfig.it8xxx2
Kconfig.loapic
Kconfig.mtk_adsp
Kconfig.multilevel
Kconfig.multilevel.aggregator_template
Kconfig.npcx
Kconfig.nxp_irqsteer
Kconfig.nxp_pint
Kconfig.nxp_s32
Kconfig.plic
Kconfig.renesas_ra
Kconfig.rv32m1
Kconfig.sam0
Kconfig.shared_irq
Kconfig.stm32
Kconfig.vim
Kconfig.wch_pfic
Kconfig.xec
Kconfig.xmc4xxx
wuc_ite_it8xxx2.c