diff options
author | György Szing <gyorgy.szing@arm.com> | 2020-02-06 12:10:52 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-02-06 12:10:52 +0000 |
commit | 3a415eb9d10447b6354c62ed36b136e44096df2a (patch) | |
tree | 8e4473b5275de5304a58fe93229dc73596eb85d8 /docs | |
parent | 378206e90930617de3d01c1672a7a04377fb0092 (diff) | |
parent | 8d52e16b45f1d4fbb16ea3a512e9bd56666e4f8e (diff) | |
download | platform_external_arm-trusted-firmware-3a415eb9d10447b6354c62ed36b136e44096df2a.tar.gz platform_external_arm-trusted-firmware-3a415eb9d10447b6354c62ed36b136e44096df2a.tar.bz2 platform_external_arm-trusted-firmware-3a415eb9d10447b6354c62ed36b136e44096df2a.zip |
Merge "doc: Remove backquotes from external hyperlinks" into integration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/components/exception-handling.rst | 4 | ||||
-rw-r--r-- | docs/getting_started/build-options.rst | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/components/exception-handling.rst b/docs/components/exception-handling.rst index 3f386854f..e330a62a4 100644 --- a/docs/components/exception-handling.rst +++ b/docs/components/exception-handling.rst @@ -467,7 +467,7 @@ SMCs from Non-secure world are synchronous exceptions, and are mechanisms for Non-secure world to request Secure services. They're broadly classified as *Fast* or *Yielding* (see `SMCCC`__). -.. __: `http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html` +.. __: http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html - *Fast* SMCs are atomic from the caller's point of view. I.e., they return to the caller only when the Secure world has finished serving the request. @@ -621,6 +621,6 @@ The |EHF| has the following limitations: -------------- -*Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.* +*Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved.* .. _SDEI specification: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index 2f44fe817..e9747afbe 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -310,8 +310,8 @@ Common build options EL1 for handling. The default value of this option is ``0``, which means the Group 0 interrupts are assumed to be handled by Secure EL1. - .. __: `platform-interrupt-controller-API.rst` - .. __: `interrupt-framework-design.rst` + .. __: platform-interrupt-controller-API.rst + .. __: interrupt-framework-design.rst - ``HANDLE_EA_EL3_FIRST``: When set to ``1``, External Aborts and SError Interrupts will be always trapped in EL3 i.e. in BL31 at runtime. When set to @@ -657,4 +657,4 @@ commands can be used: -------------- -*Copyright (c) 2019, Arm Limited. All rights reserved.* +*Copyright (c) 2019-2020, Arm Limited. All rights reserved.* |