summaryrefslogtreecommitdiff
path: root/docs/firmware-design.md
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-06-03 18:48:27 +0100
committerDan Handley <dan.handley@arm.com>2014-06-03 18:48:27 +0100
commita96e12df170825a3d22de5819c7f4460e04ae4ac (patch)
tree8d5f755d9dc0b1e052ff88fdc0600df38898cca3 /docs/firmware-design.md
parenteab932bf6afc8a13fc05303684a4d1c77fd57c54 (diff)
parenta4fa3cb15908b64281b9413fa1852dc870ed5b81 (diff)
Merge pull request #124 from 'danh-arm:sm/imf-documentation'
Diffstat (limited to 'docs/firmware-design.md')
-rw-r--r--docs/firmware-design.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/firmware-design.md b/docs/firmware-design.md
index 43c43585..b20f06b3 100644
--- a/docs/firmware-design.md
+++ b/docs/firmware-design.md
@@ -32,6 +32,10 @@ Trusted Firmware runtime services via the ARM SMC (Secure Monitor Call)
instruction. The SMC instruction must be used as mandated by the [SMC Calling
Convention PDD][SMCCC] [3].
+The ARM Trusted Firmware implements a framework for configuring and managing
+interrupts generated in either security state. The details of the interrupt
+management framework and its design can be found in [ARM Trusted
+Firmware Interrupt Management Design guide][INTRG] [4].
2. Cold boot
-------------
@@ -1296,6 +1300,7 @@ kernel at boot time. These can be found in the `fdts` directory.
3. [SMC Calling Convention PDD (ARM DEN 0028A)][SMCCC].
+4. [ARM Trusted Firmware Interrupt Management Design guide][INTRG].
- - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -1306,4 +1311,5 @@ _Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved._
[PSCI]: http://infocenter.arm.com/help/topic/com.arm.doc.den0022b/index.html "Power State Coordination Interface PDD (ARM DEN 0022B.b)"
[SMCCC]: http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html "SMC Calling Convention PDD (ARM DEN 0028A)"
[UUID]: https://tools.ietf.org/rfc/rfc4122.txt "A Universally Unique IDentifier (UUID) URN Namespace"
-[User Guide]: user-guide.md
+[User Guide]: ./user-guide.md
+[INTRG]: ./interrupt-framework-design.md