blob: 78e8723911e33b0bbe352c5c6bba5ae3b404bd5a [file] [log] [blame]
Gyorgy Szing5e429cb2019-12-03 20:39:55 +01001Glossary
2========
3
4This glossary provides definitions for terms and abbreviations used in the TF-A
5documentation.
6
7You can find additional definitions in the `Arm Glossary`_.
8
9.. glossary::
10 :sorted:
11
12 TF-A
13 Trusted Firmware-A
14
15 TFACMF
16 Trusted Firmware-A CMake Framework
17
18 C identifier like string
19 A name which uses only alphanumeric characters and underscores and the
20 first character is not a digit.
21
22--------------
23
24.. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary
25
26*Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.*
27
28SPDX-License-Identifier: BSD-3-Clause