aboutsummaryrefslogtreecommitdiff
path: root/docs/design_documents
diff options
context:
space:
mode:
authorBoris Deletic <boris.deletic@arm.com>2020-09-09 15:17:22 +0100
committerJamie Fox <jamie.fox@arm.com>2020-09-23 16:27:47 +0000
commitaf02a719045f4bbc1ae6cb93e0ae26473531603d (patch)
tree9ceead662c677e66647b5387d9d4c23f4568b624 /docs/design_documents
parentfb23117193e9d224f03326f4362abbee8be731fb (diff)
downloadtrusted-firmware-m-af02a719045f4bbc1ae6cb93e0ae26473531603d.tar.gz
Docs: Added information on IRQ implementations
Described IRQ source in more detail Pointed to files which contain relavent information Signed-off-by: Boris Deletic <boris.deletic@arm.com> Change-Id: Ie75962e9ba2a42383b56701d82bb9031b88f2f67
Diffstat (limited to 'docs/design_documents')
-rw-r--r--docs/design_documents/tfm_secure_partition_interrupt_handling.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/design_documents/tfm_secure_partition_interrupt_handling.rst b/docs/design_documents/tfm_secure_partition_interrupt_handling.rst
index 95a6c827ab..47a3db512a 100644
--- a/docs/design_documents/tfm_secure_partition_interrupt_handling.rst
+++ b/docs/design_documents/tfm_secure_partition_interrupt_handling.rst
@@ -39,6 +39,10 @@ manifest file IRQ declaration example
}
]}
+See
+:doc:`secure IRQ handling <../getting_started/tfm_secure_irq_handling>` for
+further information on IRQ source and signal.
+
Partition ISR function
======================