Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 1 | Glossary |
| 2 | ======== |
| 3 | |
| 4 | This glossary provides definitions for terms and abbreviations used in the Trusted Services documentation. |
| 5 | |
| 6 | You 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 Szing | 101ce2d | 2021-03-19 12:47:53 +0100 | [diff] [blame] | 26 | PSA |
| 27 | `Platforn Security Arhitecture`_ |
| 28 | |
| 29 | FF-A |
| 30 | `Firmware Framework for A`_ |
| 31 | |
Julian Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 32 | |
| 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 Szing | 101ce2d | 2021-03-19 12:47:53 +0100 | [diff] [blame] | 38 | .. _`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 Hall | e76ade8 | 2020-11-25 03:07:21 +0100 | [diff] [blame] | 41 | |
| 42 | *Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.* |
| 43 | |
| 44 | SPDX-License-Identifier: BSD-3-Clause |