Gyorgy Szing | 5e429cb | 2019-12-03 20:39:55 +0100 | [diff] [blame] | 1 | Glossary |
| 2 | ======== |
| 3 | |
| 4 | This glossary provides definitions for terms and abbreviations used in the TF-A |
| 5 | documentation. |
| 6 | |
| 7 | You 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 | |
| 28 | SPDX-License-Identifier: BSD-3-Clause |