]> git.baikalelectronics.ru Git - arm-tf.git/commit
GIC: Introduce API to get interrupt ID
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>
Tue, 24 Oct 2017 14:13:59 +0000 (15:13 +0100)
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>
Mon, 13 Nov 2017 07:49:30 +0000 (07:49 +0000)
commit4ee8d0becddd65b27206cc01ed0d896a6605b82b
treef21e8bc9b2ea5b29d153500631f4224d9c793914
parent385f1dbb294b36c5fbdbbf3d10b6cb105239a76e
GIC: Introduce API to get interrupt ID

Acknowledging interrupt shall return a raw value from the interrupt
controller in which the actual interrupt ID may be encoded. Add a
platform API to extract the actual interrupt ID from the raw value
obtained from interrupt controller.

Document the new function. Also clarify the semantics of interrupt
acknowledge.

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