From 532791127684b444c5aa59a6547624466a57b9a3 Mon Sep 17 00:00:00 2001 From: Artsem Artsemenka Date: Thu, 29 Aug 2019 13:47:53 +0100 Subject: Added SPCI to the glossary Change-Id: I576ae161477f4a69336d15a7741e566bb103124a Signed-off-by: Artsem Artsemenka --- docs/glossary.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/glossary.rst') 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 -- cgit v1.2.3 From ff2d38c2dd7a02ebf458dd82913e0a2e4f30c151 Mon Sep 17 00:00:00 2001 From: Paul Beesley Date: Thu, 17 Oct 2019 13:19:02 +0000 Subject: doc: Add missing terms to the glossary Change-Id: Ibca94eae1a9a89c98b4d7cb5b4fd8943bf854030 Signed-off-by: Paul Beesley --- docs/glossary.rst | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 45caf4629..2f19df59c 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -18,6 +18,10 @@ You can find additional definitions in the `Arm Glossary`_. API Application Programming Interface + BTI + Branch Target Identification. An Armv8.5 extension providing additional + control flow integrity around indirect branches and their targets. + CoT COT Chain of Trust @@ -32,6 +36,9 @@ You can find additional definitions in the `Arm Glossary`_. DS-5 Arm Development Studio 5 + DSU + DynamIQ Shared Unit + DT Device Tree @@ -72,6 +79,10 @@ You can find additional definitions in the `Arm Glossary`_. MPIDR Multiprocessor Affinity Register + MTE + Memory Tagging Extension. An optional Armv8.5 extension that enables + hardware-assisted memory tagging. + OEN Owning Entity Number @@ -84,6 +95,9 @@ You can find additional definitions in the `Arm Glossary`_. PDD Platform Design Document + PAUTH + Pointer Authentication. An optional extension introduced in Armv8.3. + PMF Performance Measurement Framework @@ -138,6 +152,11 @@ You can find additional definitions in the `Arm Glossary`_. SPM Secure Partition Manager + SSBS + Speculative Store Bypass Safe. Introduced in Armv8.5, this configuration + bit can be set by software to allow or prevent the hardware from + performing speculative operations. + SVE Scalable Vector Extension @@ -168,6 +187,9 @@ You can find additional definitions in the `Arm Glossary`_. TZC TrustZone Controller + UBSAN + Undefined Behavior Sanitizer + UEFI Unified Extensible Firmware Interface @@ -177,4 +199,4 @@ You can find additional definitions in the `Arm Glossary`_. XLAT Translation (abbr.). For example, "XLAT table". -.. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary \ No newline at end of file +.. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary -- cgit v1.2.3