aboutsummaryrefslogtreecommitdiffstats
path: root/docs/porting-guide.rst
diff options
context:
space:
mode:
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>2017-09-22 08:32:09 +0100
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>2017-10-16 16:50:01 +0100
commiteb68ea9b10c190c237216dee92166f9e7b2ce3d4 (patch)
treea33f06ca92514ec2ccfd96b1f3b8449dd0244fc5 /docs/porting-guide.rst
parent8ac544e44b9747c1c59b42e4708607f2e8077c6f (diff)
downloadplatform_external_arm-trusted-firmware-eb68ea9b10c190c237216dee92166f9e7b2ce3d4.tar.gz
platform_external_arm-trusted-firmware-eb68ea9b10c190c237216dee92166f9e7b2ce3d4.tar.bz2
platform_external_arm-trusted-firmware-eb68ea9b10c190c237216dee92166f9e7b2ce3d4.zip
GIC: Add API to get running priority
Document the API in separate platform interrupt controller API document. Change-Id: If18f208e10a8a243f5c59d226fcf48e985941949 Co-authored-by: Yousuf A <yousuf.sait@arm.com> Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
Diffstat (limited to 'docs/porting-guide.rst')
-rw-r--r--docs/porting-guide.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst
index 6c07b2eb3..c0b173c6a 100644
--- a/docs/porting-guide.rst
+++ b/docs/porting-guide.rst
@@ -2289,6 +2289,10 @@ Standard layer to use GICv2 and the FVP can be configured to use either GICv2 or
GICv3 depending on the build flag ``FVP_USE_GIC_DRIVER`` (See FVP platform
specific build options in `User Guide`_ for more details).
+See also: `Interrupt Controller Abstraction APIs`__.
+
+.. __: platform-interrupt-controller-API.rst
+
Function : plat\_interrupt\_type\_to\_line() [mandatory]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -2636,7 +2640,7 @@ amount of open resources per driver.
--------------
-*Copyright (c) 2013-2016, ARM Limited and Contributors. All rights reserved.*
+*Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.*
.. _Migration Guide: platform-migration-guide.rst
.. _include/plat/common/platform.h: ../include/plat/common/platform.h