diff options
author | davidcunado-arm <david.cunado@arm.com> | 2017-10-21 22:18:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 22:18:48 +0100 |
commit | 623c43774a2d1c923a6d886da34dbb78fcac62a4 (patch) | |
tree | 60ea7939efc1989825c7d67f251d91c45f159c81 /docs/porting-guide.rst | |
parent | 6de7c00c14aefeda0de6c5f8d22787bc217053d9 (diff) | |
parent | c639e8ebeeb152fc32f2feff65c84a37825400b3 (diff) | |
download | platform_external_arm-trusted-firmware-623c43774a2d1c923a6d886da34dbb78fcac62a4.tar.gz platform_external_arm-trusted-firmware-623c43774a2d1c923a6d886da34dbb78fcac62a4.tar.bz2 platform_external_arm-trusted-firmware-623c43774a2d1c923a6d886da34dbb78fcac62a4.zip |
Merge pull request #1130 from jeenu-arm/gic-patches
New GIC APIs and specifying interrupt propertes
Diffstat (limited to 'docs/porting-guide.rst')
-rw-r--r-- | docs/porting-guide.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index cd3bcdae4..6352bb950 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -2327,6 +2327,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] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -2674,7 +2678,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 |