aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalanakis, Minos <minos.galanakis@arm.com>2019-11-11 15:41:23 +0000
committerTamas Ban <tamas.ban@arm.com>2019-11-26 11:04:04 +0000
commitcc8cde79243342ab8694251f6655a413493207a0 (patch)
tree546cc17515e1c6619e30ed145f6ff80a86d598bd
parent757139ac7bf136a656de4be0169e6b5fac19db0c (diff)
downloadtrusted-firmware-m-cc8cde79243342ab8694251f6655a413493207a0.tar.gz
Doc: Adjusted tfm_secure_irq_handling document headers
This patch modifies the header levels for the tfm_secure_irq_handling document, to match the rest of the documentation. Change-Id: Id0b6f7156d4001941e1062fdea68e9c7f1bcf88d Signed-off-by: Galanakis, Minos <minos.galanakis@arm.com>
-rw-r--r--docs/user_guides/tfm_secure_irq_handling.rst13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/user_guides/tfm_secure_irq_handling.rst b/docs/user_guides/tfm_secure_irq_handling.rst
index 970d6ba112..bde9a25885 100644
--- a/docs/user_guides/tfm_secure_irq_handling.rst
+++ b/docs/user_guides/tfm_secure_irq_handling.rst
@@ -86,9 +86,8 @@ service can be enabled by the secure service by calling
``void tfm_enable_irq(psa_signal_t irq_signal)``. The function can be called in
the service init function.
-*************
Library model
-*************
+=============
In Library model a function with the name derived from the value of the
``source`` property is generated. This function will be put in the vector table
@@ -112,21 +111,19 @@ The detailed description on how secure interrupt handling works in the Library
model see
`Secure Partition Interrupt Handling design document <https://developer.trustedfirmware.org/w/tf_m/design/secure_partition_interrupt_handling/>`_.
-*********
IPC model
-*********
+=========
The detailed description on how secure interrupt handling works in the IPC
model, see the
`PSA Firmware Framework and RoT Services specification <https://pages.arm.com/psa-resources-ff.html>`_.
-######################
+**********************
Implementation details
-######################
+**********************
-****************************
Library model implementation
-****************************
+============================
As a result of the function call like behaviour of secure services in library
model, some information that is critical for the SPM to keep track of partition