* changes: doc: Use proper note and warning annotations doc: Refactor contributor acknowledgements doc: Reorganise images and update links doc: Set correct syntax highlighting style doc: Add minimal glossary doc: Remove per-page contents lists doc: Make checkpatch ignore rst files doc: Format security advisory titles and headings doc: Reformat platform port documents doc: Normalise section numbering and headings doc: Reword document titlespull/1930/head
@ -1,28 +1,17 @@ |
|||
**Note: This file is only relevant for legacy contributions, to acknowledge the |
|||
specific contributors referred to in "Arm Limited and Contributors" copyright |
|||
notices. As contributors are now encouraged to put their name or company name |
|||
directly into the copyright notices, this file is not relevant for new |
|||
contributions.** |
|||
|
|||
Contributor Acknowledgements |
|||
============================ |
|||
|
|||
Companies |
|||
--------- |
|||
|
|||
Linaro Limited |
|||
|
|||
NVIDIA Corporation |
|||
|
|||
Socionext Inc. |
|||
|
|||
Xilinx, Inc. |
|||
|
|||
NXP Semiconductors |
|||
|
|||
Marvell International Ltd. |
|||
|
|||
STMicroelectronics |
|||
|
|||
Individuals |
|||
----------- |
|||
.. note:: |
|||
This file is only relevant for legacy contributions, to acknowledge the |
|||
specific contributors referred to in "Arm Limited and Contributors" copyright |
|||
notices. As contributors are now encouraged to put their name or company name |
|||
directly into the copyright notices, this file is not relevant for new |
|||
contributions. |
|||
|
|||
- Linaro Limited |
|||
- Marvell International Ltd. |
|||
- NVIDIA Corporation |
|||
- NXP Semiconductors |
|||
- Socionext Inc. |
|||
- STMicroelectronics |
|||
- Xilinx, Inc. |
|||
|
@ -0,0 +1,55 @@ |
|||
.. |AArch32| replace:: :term:`AArch32` |
|||
.. |AArch64| replace:: :term:`AArch64` |
|||
.. |API| replace:: :term:`API` |
|||
.. |CoT| replace:: :term:`CoT` |
|||
.. |COT| replace:: :term:`COT` |
|||
.. |CSS| replace:: :term:`CSS` |
|||
.. |CVE| replace:: :term:`CVE` |
|||
.. |DS-5| replace:: :term:`DS-5` |
|||
.. |DT| replace:: :term:`DT` |
|||
.. |EL| replace:: :term:`EL` |
|||
.. |EHF| replace:: :term:`EHF` |
|||
.. |FDT| replace:: :term:`FDT` |
|||
.. |FIP| replace:: :term:`FIP` |
|||
.. |FVP| replace:: :term:`FVP` |
|||
.. |FWU| replace:: :term:`FWU` |
|||
.. |GIC| replace:: :term:`GIC` |
|||
.. |ISA| replace:: :term:`ISA` |
|||
.. |Linaro| replace:: :term:`Linaro` |
|||
.. |MMU| replace:: :term:`MMU` |
|||
.. |MPAM| replace:: :term:`MPAM` |
|||
.. |MPIDR| replace:: :term:`MPIDR` |
|||
.. |OEN| replace:: :term:`OEN` |
|||
.. |OP-TEE| replace:: :term:`OP-TEE` |
|||
.. |OTE| replace:: :term:`OTE` |
|||
.. |PDD| replace:: :term:`PDD` |
|||
.. |PMF| replace:: :term:`PMF` |
|||
.. |PSCI| replace:: :term:`PSCI` |
|||
.. |RAS| replace:: :term:`RAS` |
|||
.. |ROT| replace:: :term:`ROT` |
|||
.. |SCMI| replace:: :term:`SCMI` |
|||
.. |SCP| replace:: :term:`SCP` |
|||
.. |SDEI| replace:: :term:`SDEI` |
|||
.. |SDS| replace:: :term:`SDS` |
|||
.. |SEA| replace:: :term:`SEA` |
|||
.. |SiP| replace:: :term:`SiP` |
|||
.. |SIP| replace:: :term:`SIP` |
|||
.. |SMC| replace:: :term:`SMC` |
|||
.. |SMCCC| replace:: :term:`SMCCC` |
|||
.. |SoC| replace:: :term:`SoC` |
|||
.. |SP| replace:: :term:`SP` |
|||
.. |SPD| replace:: :term:`SPD` |
|||
.. |SPM| replace:: :term:`SPM` |
|||
.. |SVE| replace:: :term:`SVE` |
|||
.. |TBB| replace:: :term:`TBB` |
|||
.. |TBBR| replace:: :term:`TBBR` |
|||
.. |TEE| replace:: :term:`TEE` |
|||
.. |TF-A| replace:: :term:`TF-A` |
|||
.. |TF-M| replace:: :term:`TF-M` |
|||
.. |TLB| replace:: :term:`TLB` |
|||
.. |TLK| replace:: :term:`TLK` |
|||
.. |TSP| replace:: :term:`TSP` |
|||
.. |TZC| replace:: :term:`TZC` |
|||
.. |UEFI| replace:: :term:`UEFI` |
|||
.. |WDOG| replace:: :term:`WDOG` |
|||
.. |XLAT| replace:: :term:`XLAT` |
@ -0,0 +1,177 @@ |
|||
Glossary |
|||
======== |
|||
|
|||
This glossary provides definitions for terms and abbreviations used in the TF-A |
|||
documentation. |
|||
|
|||
You can find additional definitions in the `Arm Glossary`_. |
|||
|
|||
.. glossary:: |
|||
:sorted: |
|||
|
|||
AArch32 |
|||
32-bit execution state of the ARMv8 ISA |
|||
|
|||
AArch64 |
|||
64-bit execution state of the ARMv8 ISA |
|||
|
|||
API |
|||
Application Programming Interface |
|||
|
|||
CoT |
|||
COT |
|||
Chain of Trust |
|||
|
|||
CSS |
|||
Compute Sub-System |
|||
|
|||
CVE |
|||
Common Vulnerabilities and Exposures. A CVE document is commonly used to |
|||
describe a publicly-known security vulnerability. |
|||
|
|||
DS-5 |
|||
Arm Development Studio 5 |
|||
|
|||
DT |
|||
Device Tree |
|||
|
|||
EL |
|||
Exception Level |
|||
|
|||
EHF |
|||
Exception Handling Framework |
|||
|
|||
FDT |
|||
Flattened Device Tree |
|||
|
|||
FIP |
|||
Firmware Image Package |
|||
|
|||
FVP |
|||
Fixed Virtual Platform |
|||
|
|||
FWU |
|||
FirmWare Update |
|||
|
|||
GIC |
|||
Generic Interrupt Controller |
|||
|
|||
ISA |
|||
Instruction Set Architecture |
|||
|
|||
Linaro |
|||
A collaborative engineering organization consolidating |
|||
and optimizing open source software and tools for the Arm architecture. |
|||
|
|||
MMU |
|||
Memory Management Unit |
|||
|
|||
MPAM |
|||
Memory Partitioning And Monitoring. An optional Armv8.4 extension. |
|||
|
|||
MPIDR |
|||
Multiprocessor Affinity Register |
|||
|
|||
OEN |
|||
Owning Entity Number |
|||
|
|||
OP-TEE |
|||
Open Portable Trusted Execution Environment. An example of a :term:`TEE` |
|||
|
|||
OTE |
|||
Open-source Trusted Execution Environment |
|||
|
|||
PDD |
|||
Platform Design Document |
|||
|
|||
PMF |
|||
Performance Measurement Framework |
|||
|
|||
PSCI |
|||
Power State Coordination Interface |
|||
|
|||
RAS |
|||
Reliability, Availability, and Serviceability extensions. A mandatory |
|||
extension for the Armv8.2 architecture and later. An optional extension to |
|||
the base Armv8 architecture. |
|||
|
|||
ROT |
|||
Root of Trust |
|||
|
|||
SCMI |
|||
System Control and Management Interface |
|||
|
|||
SCP |
|||
System Control Processor |
|||
|
|||
SDEI |
|||
Software Delegated Exception Interface |
|||
|
|||
SDS |
|||
Shared Data Storage |
|||
|
|||
SEA |
|||
Synchronous External Abort |
|||
|
|||
SiP |
|||
SIP |
|||
Silicon Provider |
|||
|
|||
SMC |
|||
Secure Monitor Call |
|||
|
|||
SMCCC |
|||
:term:`SMC` Calling Convention |
|||
|
|||
SoC |
|||
System on Chip |
|||
|
|||
SP |
|||
Secure Partition |
|||
|
|||
SPD |
|||
Secure Payload Dispatcher |
|||
|
|||
SPM |
|||
Secure Partition Manager |
|||
|
|||
SVE |
|||
Scalable Vector Extension |
|||
|
|||
TBB |
|||
Trusted Board Boot |
|||
|
|||
TBBR |
|||
Trusted Board Boot Requirements |
|||
|
|||
TEE |
|||
Trusted Execution Environment |
|||
|
|||
TF-A |
|||
Trusted Firmware-A |
|||
|
|||
TF-M |
|||
Trusted Firmware-M |
|||
|
|||
TLB |
|||
Translation Lookaside Buffer |
|||
|
|||
TLK |
|||
Trusted Little Kernel. A Trusted OS from NVIDIA. |
|||
|
|||
TSP |
|||
Test Secure Payload |
|||
|
|||
TZC |
|||
TrustZone Controller |
|||
|
|||
UEFI |
|||
Unified Extensible Firmware Interface |
|||
|
|||
WDOG |
|||
Watchdog |
|||
|
|||
XLAT |
|||
Translation (abbr.). For example, "XLAT table". |
|||
|
|||
.. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary |
@ -1,5 +1,5 @@ |
|||
Security Center |
|||
=============== |
|||
Security Handling |
|||
================= |
|||
|
|||
Security Disclosures |
|||
-------------------- |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 214 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 418 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |