Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
89a4d269
Commit
89a4d269
authored
5 years ago
by
John Tsichritzis
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix documentation links" into integration
parents
508a48bb
566d15e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/change-log.rst
+1
-0
docs/change-log.rst
docs/components/sdei.rst
+2
-1
docs/components/sdei.rst
readme.rst
+2
-2
readme.rst
with
5 additions
and
3 deletions
+5
-3
docs/change-log.rst
View file @
89a4d269
...
@@ -2428,6 +2428,7 @@ releases of TF-A.
...
@@ -2428,6 +2428,7 @@ releases of TF-A.
.. _Contribution Guide: ./contributing.rst
.. _Contribution Guide: ./contributing.rst
.. _Authentication framework: ./design/auth-framework.rst
.. _Authentication framework: ./design/auth-framework.rst
.. _Firmware Update: ./design/firmware-update.rst
.. _Firmware Update: ./design/firmware-update.rst
.. _Firmware Design: ./design/firmware-design.rst
.. _TF-A Reset Design: ./design/reset-design.rst
.. _TF-A Reset Design: ./design/reset-design.rst
.. _Power Domain Topology Design: ./design/psci-pd-tree.rst
.. _Power Domain Topology Design: ./design/psci-pd-tree.rst
.. _TF-A wiki on GitHub: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Image-Terminology
.. _TF-A wiki on GitHub: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Image-Terminology
...
...
This diff is collapsed.
Click to expand it.
docs/components/sdei.rst
View file @
89a4d269
...
@@ -41,7 +41,7 @@ execute the registered handler [10]. The client terminates its execution with
...
@@ -41,7 +41,7 @@ execute the registered handler [10]. The client terminates its execution with
original EL2 execution [13]. Note that the SDEI interrupt remains active until
original EL2 execution [13]. Note that the SDEI interrupt remains active until
the client handler completes, at which point EL3 does EOI [12].
the client handler completes, at which point EL3 does EOI [12].
Other than events bound to interrupts
(
as depicted in the sequence above, SDEI
Other than events bound to interrupts
,
as depicted in the sequence above, SDEI
events can be explicitly dispatched in response to other exceptions, for
events can be explicitly dispatched in response to other exceptions, for
example, upon receiving an *SError* or *Synchronous External Abort*. See
example, upon receiving an *SError* or *Synchronous External Abort*. See
`Explicit dispatch of events`_.
`Explicit dispatch of events`_.
...
@@ -370,3 +370,4 @@ implemented in assembly, following a similar pattern as below:
...
@@ -370,3 +370,4 @@ implemented in assembly, following a similar pattern as below:
.. _SDEI specification: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
.. _SDEI specification: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
.. _SDEI porting requirements: ../getting_started/porting-guide.rst#sdei-porting-requirements
.. _SDEI porting requirements: ../getting_started/porting-guide.rst#sdei-porting-requirements
.. _Software Delegated Exception Interface: `SDEI specification`_
This diff is collapsed.
Click to expand it.
readme.rst
View file @
89a4d269
...
@@ -341,8 +341,8 @@ Security advisories
...
@@ -341,8 +341,8 @@ Security advisories
.. _Acknowledgments: ./docs/acknowledgements.rst
.. _Acknowledgments: ./docs/acknowledgements.rst
.. _Firmware Design: ./docs/design/firmware-design.rst
.. _Firmware Design: ./docs/design/firmware-design.rst
.. _Change Log: ./docs/change-log.rst
.. _Change Log: ./docs/change-log.rst
.. _User Guide: ./docs/getting
-
started/user-guide.rst
.. _User Guide: ./docs/getting
_
started/user-guide.rst
.. _Porting Guide: ./docs/getting
-
started/porting-guide.rst
.. _Porting Guide: ./docs/getting
_
started/porting-guide.rst
.. _FreeBSD: http://www.freebsd.org
.. _FreeBSD: http://www.freebsd.org
.. _SCC: http://www.simple-cc.org/
.. _SCC: http://www.simple-cc.org/
.. _Security Advisory TFV-1: ./docs/security_advisories/security-advisory-tfv-1.rst
.. _Security Advisory TFV-1: ./docs/security_advisories/security-advisory-tfv-1.rst
...
...
This diff is collapsed.
Click to expand 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
Menu
Projects
Groups
Snippets
Help