blob: da907b436adbbab025d19c45767b46a336cdbf4d [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
26
27--------------
28
29.. _`Arm Glossary`: https://developer.arm.com/support/arm-glossary
30.. _`Linux Coding Style`: https://www.kernel.org/doc/html/v4.10/process/coding-style.html
31.. _`Arm C language extensions`: https://developer.arm.com/documentation/101028/0012/?lang=en
32
33*Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.*
34
35SPDX-License-Identifier: BSD-3-Clause