aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dykes <mardyk01@review.trustedfirmware.org>2020-08-07 18:47:02 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-08-07 18:47:02 +0000
commit024fe67f23259aa95fd531adc6ee999cdeb6a845 (patch)
tree101b1fe05058f2fc3555fcc051a1a790ac19928b
parent5a715ae11cd870a1155bf60de5f7c06ff3e02581 (diff)
parenta4075bb55b4d36a9674d58528f0e6cd3a8cab5ae (diff)
downloadplatform_external_arm-trusted-firmware-024fe67f23259aa95fd531adc6ee999cdeb6a845.tar.gz
platform_external_arm-trusted-firmware-024fe67f23259aa95fd531adc6ee999cdeb6a845.tar.bz2
platform_external_arm-trusted-firmware-024fe67f23259aa95fd531adc6ee999cdeb6a845.zip
Merge "Fix broken links in docs" into integration
-rw-r--r--docs/components/exception-handling.rst11
-rw-r--r--docs/components/secure-partition-manager.rst2
2 files changed, 6 insertions, 7 deletions
diff --git a/docs/components/exception-handling.rst b/docs/components/exception-handling.rst
index 86ed87ce4..6f223c675 100644
--- a/docs/components/exception-handling.rst
+++ b/docs/components/exception-handling.rst
@@ -233,12 +233,11 @@ The text in `Partitioning priority levels`_ only describes how the platform
expresses the required levels of priority. It however doesn't choose interrupts
nor program the required priority in GIC.
-The `Firmware Design guide`__ explains methods for configuring secure
-interrupts. |EHF| requires the platform to enumerate interrupt properties (as
-opposed to just numbers) of Secure interrupts. The priority of secure interrupts
-must match that as determined in the `Partitioning priority levels`_ section above.
-
-.. __: firmware-design.rst#configuring-secure-interrupts
+The :ref:`Firmware Design guide<configuring-secure-interrupts>` explains methods
+for configuring secure interrupts. |EHF| requires the platform to enumerate
+interrupt properties (as opposed to just numbers) of Secure interrupts. The
+priority of secure interrupts must match that as determined in the
+`Partitioning priority levels`_ section above.
See `Limitations`_, and also refer to `Interrupt handling example`_ for
illustration.
diff --git a/docs/components/secure-partition-manager.rst b/docs/components/secure-partition-manager.rst
index e09da53f3..c58cd0801 100644
--- a/docs/components/secure-partition-manager.rst
+++ b/docs/components/secure-partition-manager.rst
@@ -126,7 +126,7 @@ The following TF-A build options are provisioned:
restoring) the EL2 system register context before entering (resp.
after leaving) the SPMC. It is mandatory when ``SPMD_SPM_AT_SEL2`` is
enabled. The context save/restore routine and exhaustive list of
- registers is visible at `[4] <#References>`__.
+ registers is visible at `[4]`_.
- **SP_LAYOUT_FILE**: this option provides a text description file
providing paths to SP binary images and DTS format manifests
(see `Specifying partition binary image and DT`_). It