diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-02-07 04:22:22 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-02-07 04:22:22 +0000 |
commit | d36ae3e4c44c6547467f7ca92298ebad99700cb3 (patch) | |
tree | 76d9e0cabe45c1ed6d9ea87a5deb9c75c4345653 /docs/glossary.rst | |
parent | f94bb7f616791b95961e9d25c0a7b0c79fd45edc (diff) | |
parent | cabe6937f2c9d0a50e4631c0545bddd650233ae8 (diff) | |
download | platform_external_arm-trusted-firmware-android11-s1-release.tar.gz platform_external_arm-trusted-firmware-android11-s1-release.tar.bz2 platform_external_arm-trusted-firmware-android11-s1-release.zip |
Snap for 6188643 from cabe6937f2c9d0a50e4631c0545bddd650233ae8 to rvc-releaseandroid-vts-11.0_r5android-vts-11.0_r4android-vts-11.0_r3android-vts-11.0_r2android-vts-11.0_r1android-security-11.0.0_r1android-platform-11.0.0_r9android-platform-11.0.0_r8android-platform-11.0.0_r7android-platform-11.0.0_r6android-platform-11.0.0_r5android-platform-11.0.0_r4android-platform-11.0.0_r3android-platform-11.0.0_r2android-platform-11.0.0_r10android-platform-11.0.0_r1android-cts-11.0_r5android-cts-11.0_r4android-cts-11.0_r3android-cts-11.0_r2android-cts-11.0_r1android-11.0.0_r5android-11.0.0_r4android-11.0.0_r3android-11.0.0_r25android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android11-tests-releaseandroid11-security-releaseandroid11-s1-releaseandroid11-releaseandroid11-platform-releaseandroid11-gsi
Change-Id: Id9d1eda28e2f504532858d4c602eeebec865f19e
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r-- | docs/glossary.rst | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index afe0acf75..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 @@ -129,12 +143,20 @@ You can find additional definitions in the `Arm Glossary`_. SP Secure Partition + SPCI + Secure Partition Client Interface + SPD Secure Payload Dispatcher 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 @@ -165,6 +187,9 @@ You can find additional definitions in the `Arm Glossary`_. TZC TrustZone Controller + UBSAN + Undefined Behavior Sanitizer + UEFI Unified Extensible Firmware Interface @@ -174,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 |