summaryrefslogtreecommitdiff
path: root/readme.rst
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-01-10 15:42:39 +0000
committerPaul Beesley <paul.beesley@arm.com>2019-01-11 14:29:35 +0000
commit3c6261bd8f55dc597aebd115aafe2f8900559155 (patch)
treefef6201e4392d963e65b2a3204ed3c25056b0b68 /readme.rst
parent63b9b5425f15a18b4afb957b1f1c861d14a611fa (diff)
doc: Add SCMI abbreviation to readme
Currently the examples of Arm interface standards all include abbreviationsof the full names, except for SCMI. Change-Id: I8417ada780d51ecf93426aa5d265c507c7dac08c Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.rst b/readme.rst
index e7fbfb43..adec778e 100644
--- a/readme.rst
+++ b/readme.rst
@@ -9,7 +9,7 @@ such as:
- The `Power State Coordination Interface (PSCI)`_
- Trusted Board Boot Requirements (TBBR, Arm DEN0006C-1)
- `SMC Calling Convention`_
-- `System Control and Management Interface`_
+- `System Control and Management Interface (SCMI)`_
- `Software Delegated Exception Interface (SDEI)`_
Where possible, the code is designed for reuse or porting to other Armv7-A and
@@ -267,7 +267,7 @@ Arm licensees may contact Arm directly via their partner managers.
.. _Power State Coordination Interface (PSCI): PSCI_
.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
.. _SMC Calling Convention: http://infocenter.arm.com/help/topic/com.arm.doc.den0028b/ARM_DEN0028B_SMC_Calling_Convention.pdf
-.. _System Control and Management Interface: SCMI_
+.. _System Control and Management Interface (SCMI): SCMI_
.. _SCMI: http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf
.. _Software Delegated Exception Interface (SDEI): SDEI_
.. _SDEI: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf