blob: 74356c06a40fd39bd2cbcdeafab79c713fd25da6 [file] [log] [blame]
Julian Halle76ade82020-11-25 03:07:21 +01001Glossary
2========
3
4This glossary provides definitions for terms and abbreviations used in the Trusted Services documentation.
5
6You can find additional definitions in the `Arm Glossary`_.
7
8.. glossary::
9 :sorted:
10
11 TF-A
12 Trusted Firmware-A
13
14 TS
15 Trusted Services
16
17 C identifier like string
18 A name which uses only alphanumeric characters and underscores and the first character is not a digit.
19
20 LCS
21 `Linux Coding Style`_
22
23 ACLE
24 `Arm C language extensions`_
25
Gyorgy Szing101ce2d2021-03-19 12:47:53 +010026 PSA
27 `Platforn Security Arhitecture`_
28
29 FF-A
30 `Firmware Framework for A`_
31
Julian Halle76ade82020-11-25 03:07:21 +010032
33--------------
34
35.. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary
36.. _`Linux Coding Style`: https://www.kernel.org/doc/html/v4.10/process/coding-style.html
37.. _`Arm C language extensions`: https://developer.arm.com/documentation/101028/0012/?lang=en
Gyorgy Szing101ce2d2021-03-19 12:47:53 +010038.. _`Platforn Security Arhitecture`: https://developer.arm.com/architectures/security-architectures/platform-security-architecture
39.. _`Firmware Framework for A`: https://developer.arm.com/docs/den0077/latest
40
Julian Halle76ade82020-11-25 03:07:21 +010041
42*Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.*
43
44SPDX-License-Identifier: BSD-3-Clause