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