GIC: Add API to set interrupt routing
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>
Fri, 22 Sep 2017 07:32:09 +0000 (08:32 +0100)
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>
Mon, 16 Oct 2017 15:50:02 +0000 (16:50 +0100)
commitfc529fee720de5fef8388c52bfefcb807ac764b0
tree01378c294cf169c5fdf84e3bcab1295ce0bb4068
parent8db978b5a8606a658c65b16fab7edd7a17c7c940
GIC: Add API to set interrupt routing

SPIs can be routed to either a specific PE, or to any one of all
available PEs.

API documentation updated.

Change-Id: I28675f634568aaf4ea1aa8aa7ebf25b419a963ed
Co-authored-by: Yousuf A <yousuf.sait@arm.com>
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
12 files changed:
docs/platform-interrupt-controller-API.rst
drivers/arm/gic/v2/gicv2_helpers.c
drivers/arm/gic/v2/gicv2_main.c
drivers/arm/gic/v2/gicv2_private.h
drivers/arm/gic/v3/gicv3_main.c
include/bl31/interrupt_mgmt.h
include/drivers/arm/gic_common.h
include/drivers/arm/gicv2.h
include/drivers/arm/gicv3.h
include/plat/common/platform.h
plat/common/plat_gicv2.c
plat/common/plat_gicv3.c