aboutsummaryrefslogtreecommitdiffstats
path: root/docs/porting-guide.rst
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-10-02 11:21:46 +0100
committerGitHub <noreply@github.com>2018-10-02 11:21:46 +0100
commitab2844b6da9a76425c29d2b7e71157b680dd15e0 (patch)
tree0be8795a37b10b9d2962e5103b55dd2e202ad837 /docs/porting-guide.rst
parent848f00ce31856d7b18babc18c280b34955a739ba (diff)
parent6e93eef40a700d8cf77c5ae1f7c0b24e581ed2d2 (diff)
downloadplatform_external_arm-trusted-firmware-ab2844b6da9a76425c29d2b7e71157b680dd15e0.tar.gz
platform_external_arm-trusted-firmware-ab2844b6da9a76425c29d2b7e71157b680dd15e0.tar.bz2
platform_external_arm-trusted-firmware-ab2844b6da9a76425c29d2b7e71157b680dd15e0.zip
Merge pull request #1600 from soby-mathew/sm/compat_policy_doc
docs: Add platform compatibility policy document
Diffstat (limited to 'docs/porting-guide.rst')
-rw-r--r--docs/porting-guide.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst
index de3500329..414b0fc12 100644
--- a/docs/porting-guide.rst
+++ b/docs/porting-guide.rst
@@ -41,6 +41,9 @@ modifications for each BL stage in detail.
This document should be read in conjunction with the TF-A `User Guide`_.
+Please refer to the `Platform compatibility policy`_ for the policy regarding
+compatibility and deprecation of these porting interfaces.
+
Common modifications
--------------------
@@ -2835,6 +2838,7 @@ amount of open resources per driver.
.. _Firmware Design: firmware-design.rst
.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interface.pdf
.. _plat/arm/board/fvp/fvp\_pm.c: ../plat/arm/board/fvp/fvp_pm.c
+.. _Platform compatibility policy: https://github.com/ARM-software/arm-trusted-firmware/docs/platform-compatibility-policy.rst#2platform-compatibility-policy
.. _IMF Design Guide: interrupt-framework-design.rst
.. _Arm Generic Interrupt Controller version 2.0 (GICv2): http://infocenter.arm.com/help/topic/com.arm.doc.ihi0048b/index.html
.. _3.0 (GICv3): http://infocenter.arm.com/help/topic/com.arm.doc.ihi0069b/index.html