diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-09-02 10:22:38 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-09-02 10:22:38 +0000 |
commit | f1b78d32fd95ca5ea996bb497417d701f809136a (patch) | |
tree | b01690184cb3d7960cc9cd81dc816914c782455f | |
parent | a5ac37e7a60e1e087e385b20fd5614061307e23a (diff) | |
parent | 532791127684b444c5aa59a6547624466a57b9a3 (diff) | |
download | platform_external_arm-trusted-firmware-f1b78d32fd95ca5ea996bb497417d701f809136a.tar.gz platform_external_arm-trusted-firmware-f1b78d32fd95ca5ea996bb497417d701f809136a.tar.bz2 platform_external_arm-trusted-firmware-f1b78d32fd95ca5ea996bb497417d701f809136a.zip |
Merge "Added SPCI to the glossary" into integration
-rw-r--r-- | docs/global_substitutions.txt | 1 | ||||
-rw-r--r-- | docs/glossary.rst | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/global_substitutions.txt b/docs/global_substitutions.txt index 242e62c7c..fdca9c3f4 100644 --- a/docs/global_substitutions.txt +++ b/docs/global_substitutions.txt @@ -38,6 +38,7 @@ .. |SMCCC| replace:: :term:`SMCCC` .. |SoC| replace:: :term:`SoC` .. |SP| replace:: :term:`SP` +.. |SPCI| replace:: :term:`SPCI` .. |SPD| replace:: :term:`SPD` .. |SPM| replace:: :term:`SPM` .. |SVE| replace:: :term:`SVE` diff --git a/docs/glossary.rst b/docs/glossary.rst index afe0acf75..45caf4629 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -129,6 +129,9 @@ You can find additional definitions in the `Arm Glossary`_. SP Secure Partition + SPCI + Secure Partition Client Interface + SPD Secure Payload Dispatcher |