Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
024fe67f
Commit
024fe67f
authored
Aug 07, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Aug 07, 2020
Browse files
Merge "Fix broken links in docs" into integration
parents
5a715ae1
a4075bb5
Changes
2
Show whitespace changes
Inline
Side-by-side
docs/components/exception-handling.rst
View file @
024fe67f
...
@@ -233,12 +233,11 @@ The text in `Partitioning priority levels`_ only describes how the platform
...
@@ -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
expresses the required levels of priority. It however doesn't choose interrupts
nor program the required priority in GIC.
nor program the required priority in GIC.
The `Firmware Design guide`__ explains methods for configuring secure
The :ref:`Firmware Design guide<configuring-secure-interrupts>` explains methods
interrupts. |EHF| requires the platform to enumerate interrupt properties (as
for configuring secure interrupts. |EHF| requires the platform to enumerate
opposed to just numbers) of Secure interrupts. The priority of secure interrupts
interrupt properties (as opposed to just numbers) of Secure interrupts. The
must match that as determined in the `Partitioning priority levels`_ section above.
priority of secure interrupts must match that as determined in the
`Partitioning priority levels`_ section above.
.. __: firmware-design.rst#configuring-secure-interrupts
See `Limitations`_, and also refer to `Interrupt handling example`_ for
See `Limitations`_, and also refer to `Interrupt handling example`_ for
illustration.
illustration.
...
...
docs/components/secure-partition-manager.rst
View file @
024fe67f
...
@@ -126,7 +126,7 @@ The following TF-A build options are provisioned:
...
@@ -126,7 +126,7 @@ The following TF-A build options are provisioned:
restoring) the EL2 system register context before entering (resp.
restoring) the EL2 system register context before entering (resp.
after leaving) the SPMC. It is mandatory when ``SPMD_SPM_AT_SEL2`` is
after leaving) the SPMC. It is mandatory when ``SPMD_SPM_AT_SEL2`` is
enabled. The context save/restore routine and exhaustive list of
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
- **SP_LAYOUT_FILE**: this option provides a text description file
providing paths to SP binary images and DTS format manifests
providing paths to SP binary images and DTS format manifests
(see `Specifying partition binary image and DT`_). It
(see `Specifying partition binary image and DT`_). It
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment