docs(ff-a): fix specification naming

Rename the FF-A specification to:
Arm Firmware Framework for Arm A-profile

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I4f9d29409d048e7a49832b95d39d2583c1fb5792
This commit is contained in:
Olivier Deprez 2021-09-01 10:25:21 +02:00
parent 9dc2534fd7
commit 8a5bd3cfed
3 changed files with 58 additions and 58 deletions

View file

@ -6,59 +6,59 @@ Secure Partition Manager
Acronyms Acronyms
======== ========
+--------+-----------------------------------+ +--------+--------------------------------------+
| CoT | Chain of Trust | | CoT | Chain of Trust |
+--------+-----------------------------------+ +--------+--------------------------------------+
| DMA | Direct Memory Access | | DMA | Direct Memory Access |
+--------+-----------------------------------+ +--------+--------------------------------------+
| DTB | Device Tree Blob | | DTB | Device Tree Blob |
+--------+-----------------------------------+ +--------+--------------------------------------+
| DTS | Device Tree Source | | DTS | Device Tree Source |
+--------+-----------------------------------+ +--------+--------------------------------------+
| EC | Execution Context | | EC | Execution Context |
+--------+-----------------------------------+ +--------+--------------------------------------+
| FIP | Firmware Image Package | | FIP | Firmware Image Package |
+--------+-----------------------------------+ +--------+--------------------------------------+
| FF-A | Firmware Framework for Armv8-A | | FF-A | Firmware Framework for Arm A-profile |
+--------+-----------------------------------+ +--------+--------------------------------------+
| IPA | Intermediate Physical Address | | IPA | Intermediate Physical Address |
+--------+-----------------------------------+ +--------+--------------------------------------+
| NWd | Normal World | | NWd | Normal World |
+--------+-----------------------------------+ +--------+--------------------------------------+
| ODM | Original Design Manufacturer | | ODM | Original Design Manufacturer |
+--------+-----------------------------------+ +--------+--------------------------------------+
| OEM | Original Equipment Manufacturer | | OEM | Original Equipment Manufacturer |
+--------+-----------------------------------+ +--------+--------------------------------------+
| PA | Physical Address | | PA | Physical Address |
+--------+-----------------------------------+ +--------+--------------------------------------+
| PE | Processing Element | | PE | Processing Element |
+--------+-----------------------------------+ +--------+--------------------------------------+
| PM | Power Management | | PM | Power Management |
+--------+-----------------------------------+ +--------+--------------------------------------+
| PVM | Primary VM | | PVM | Primary VM |
+--------+-----------------------------------+ +--------+--------------------------------------+
| SMMU | System Memory Management Unit | | SMMU | System Memory Management Unit |
+--------+-----------------------------------+ +--------+--------------------------------------+
| SP | Secure Partition | | SP | Secure Partition |
+--------+-----------------------------------+ +--------+--------------------------------------+
| SPD | Secure Payload Dispatcher | | SPD | Secure Payload Dispatcher |
+--------+-----------------------------------+ +--------+--------------------------------------+
| SPM | Secure Partition Manager | | SPM | Secure Partition Manager |
+--------+-----------------------------------+ +--------+--------------------------------------+
| SPMC | SPM Core | | SPMC | SPM Core |
+--------+-----------------------------------+ +--------+--------------------------------------+
| SPMD | SPM Dispatcher | | SPMD | SPM Dispatcher |
+--------+-----------------------------------+ +--------+--------------------------------------+
| SiP | Silicon Provider | | SiP | Silicon Provider |
+--------+-----------------------------------+ +--------+--------------------------------------+
| SWd | Secure World | | SWd | Secure World |
+--------+-----------------------------------+ +--------+--------------------------------------+
| TLV | Tag-Length-Value | | TLV | Tag-Length-Value |
+--------+-----------------------------------+ +--------+--------------------------------------+
| TOS | Trusted Operating System | | TOS | Trusted Operating System |
+--------+-----------------------------------+ +--------+--------------------------------------+
| VM | Virtual Machine | | VM | Virtual Machine |
+--------+-----------------------------------+ +--------+--------------------------------------+
Foreword Foreword
======== ========
@ -920,7 +920,7 @@ References
.. _[1]: .. _[1]:
[1] `Arm Firmware Framework for Armv8-A <https://developer.arm.com/docs/den0077/latest>`__ [1] `Arm Firmware Framework for Arm A-profile <https://developer.arm.com/docs/den0077/latest>`__
.. _[2]: .. _[2]:

View file

@ -60,8 +60,8 @@ You can find additional definitions in the `Arm Glossary`_.
FDT FDT
Flattened Device Tree Flattened Device Tree
FFA FF-A
Firmware Framework for A-class processors Firmware Framework for Arm A-profile
FIP FIP
Firmware Image Package Firmware Image Package

View file

@ -8,7 +8,7 @@ This document provides a threat model for the TF-A `Secure Partition Manager`_
(SPM) implementation or more generally the S-EL2 reference firmware running on (SPM) implementation or more generally the S-EL2 reference firmware running on
systems implementing the FEAT_SEL2 (formerly Armv8.4 Secure EL2) architecture systems implementing the FEAT_SEL2 (formerly Armv8.4 Secure EL2) architecture
extension. The SPM implementation is based on the `Arm Firmware Framework for extension. The SPM implementation is based on the `Arm Firmware Framework for
Armv8-A`_ specification. Arm A-profile`_ specification.
In brief, the broad FF-A specification and S-EL2 firmware implementation In brief, the broad FF-A specification and S-EL2 firmware implementation
provide: provide:
@ -611,7 +611,7 @@ element of the data flow diagram.
*Copyright (c) 2021, Arm Limited. All rights reserved.* *Copyright (c) 2021, Arm Limited. All rights reserved.*
.. _Arm Firmware Framework for Armv8-A: https://developer.arm.com/docs/den0077/latest .. _Arm Firmware Framework for Arm A-profile: https://developer.arm.com/docs/den0077/latest
.. _Secure Partition Manager: ../components/secure-partition-manager.html .. _Secure Partition Manager: ../components/secure-partition-manager.html
.. _Generic TF-A threat model: ./threat_model.html#threat-analysis .. _Generic TF-A threat model: ./threat_model.html#threat-analysis
.. _FF-A ACS: https://github.com/ARM-software/ff-a-acs/releases .. _FF-A ACS: https://github.com/ARM-software/ff-a-acs/releases