]> git.baikalelectronics.ru Git - arm-tf.git/commit
GIC: Add APIs to query interrupt types
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:01 +0000 (16:50 +0100)
commitca43b55d22f3a48f408d16d4bedbf677cbdf8f48
tree1242264410d888d42f8564298fe9e4a8a68cd148
parentdea417cdd640a3e258db3b817223ffaa5f53e416
GIC: Add APIs to query interrupt types

These APIs allow the GIC implementation to categorize interrupt numbers
into SPIs, PPIs, and SGIs. The default implementations for GICv2 and
GICv3 follows interrupt numbering as specified by the ARM GIC
architecture.

API documentation updated.

Change-Id: Ia6aa379dc955994333232e6138f259535d4fa087
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
docs/platform-interrupt-controller-API.rst
include/drivers/arm/gic_common.h
include/plat/common/platform.h
plat/common/plat_gicv2.c
plat/common/plat_gicv3.c