Galanakis, Minos | 41f8597 | 2019-09-30 15:56:40 +0100 | [diff] [blame] | 1 | ################################### |
| 2 | Glossary of terms and abbreviations |
| 3 | ################################### |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 4 | |
| 5 | ************ |
| 6 | TF-M related |
| 7 | ************ |
| 8 | .. glossary:: |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 9 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 10 | TFM |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 11 | TF-M |
| 12 | Trusted Firmware - M |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 13 | Trusted Firmware for M-class |
| 14 | ARM TF-M provides a reference implementation of secure world software for ARMv8-M. |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 15 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 16 | SPE : TF-M related |
| 17 | Secure Processing Environment |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 18 | PSA term. In TF-M this means the secure domain protected by TF-M. |
| 19 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 20 | NSPE : TF-M related |
| 21 | Non Secure Processing Enviroment |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 22 | PSA term. In TF-M this means non secure domain typically running an OS using services provided by TF-M. |
| 23 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 24 | SS : TF-M related |
| 25 | Secure Service |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 26 | A component within the TEE that is atomic from a security/trust point of view, i.e. which is viewed as a single entity from a TF-M point of view. |
| 27 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 28 | SP : TF-M related |
| 29 | Secure Partition |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 30 | A logical container for secure services. |
| 31 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 32 | SPM : TF-M related |
| 33 | Secure Partition Manager |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 34 | The TF-M component responsible for enumeration, management and isolation of multiple Secure Partitions within the TEE. |
| 35 | |
| 36 | SPRT : TF-M related |
| 37 | Secure Partition Runtime |
| 38 | The TF-M component responsible for Secure Partition runtime functionalities. |
| 39 | |
| 40 | SPRTL : TF-M related |
| 41 | Secure Partition Runtime Library |
| 42 | A library contains the SPRT code and data. |
| 43 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 44 | SFN : TF-M related |
| 45 | Secure Function |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 46 | The function entry to a secure service. Multiple SFN per SS are permitted. |
| 47 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 48 | SST : TF-M related |
| 49 | Secure Storage Service |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 50 | Secure storage service provided by TF-M. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 51 | |
| 52 | **************** |
| 53 | SSE-200 platform |
| 54 | **************** |
| 55 | .. glossary:: |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 56 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 57 | MPC : SSE-200 platform |
| 58 | Memory Protection Controller |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 59 | Bus slave-side security controller for memory regions. |
| 60 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 61 | PPC : SSE-200 platform |
| 62 | Peripheral Protection Controller |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 63 | Bus slave-side security controller for peripheral access. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 64 | |
| 65 | ************ |
| 66 | v8M-specific |
| 67 | ************ |
| 68 | .. glossary:: |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 69 | |
| 70 | S/NS : v8M-specific |
| 71 | Secure/Non-secure |
| 72 | The separation provided by TrustZone hardware components in the system. |
| 73 | |
| 74 | SAU : v8M-specific |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 75 | Secure Attribution Unit |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 76 | Hardware component providing isolation between Secure, Non-secure Callable and Non-secure addresses. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 77 | |
| 78 | |
| 79 | *************** |
| 80 | M-class Generic |
| 81 | *************** |
| 82 | .. glossary:: |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 83 | |
| 84 | AAPCS |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 85 | ARM Architecture Procedure Call Standard |
| 86 | The AAPCS defines how subroutines can be separately written, separately compiled, and separately assembled to work together. It describes a contract between a calling routine and a called routine |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 87 | |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 88 | SVC |
| 89 | SuperVisor Call |
| 90 | ARMv7M assembly instruction to call a privileged handler function |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 91 | |
| 92 | MPU : M-class Generic |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 93 | Memory Protection Unit |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 94 | Hardware component providing privilege control. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 95 | |
| 96 | -------------- |
| 97 | |
Ken Liu | b8592cd | 2020-05-13 18:04:44 +0800 | [diff] [blame] | 98 | *Copyright (c) 2017-2020, Arm Limited. All rights reserved.* |