Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 1 | Trusted Firmware-A - version 1.5 |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 2 | ================================ |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 3 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 4 | Trusted Firmware-A (TF-A) provides a reference implementation of secure world |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 5 | software for `Armv7-A and Armv8-A`_, including a `Secure Monitor`_ executing |
| 6 | at Exception Level 3 (EL3). It implements various Arm interface standards, |
| 7 | such as: |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 8 | |
| 9 | - The `Power State Coordination Interface (PSCI)`_ |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 10 | - Trusted Board Boot Requirements (TBBR, Arm DEN0006C-1) |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 11 | - `SMC Calling Convention`_ |
| 12 | - `System Control and Management Interface`_ |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 13 | - `Software Delegated Exception Interface (SDEI)`_ |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 14 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 15 | Where possible, the code is designed for reuse or porting to other Armv7-A and |
| 16 | Armv8-A model and hardware platforms. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 17 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 18 | Arm will continue development in collaboration with interested parties to |
| 19 | provide a full reference implementation of Secure Monitor code and Arm standards |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 20 | to the benefit of all developers working with Armv7-A and Armv8-A TrustZone |
| 21 | technology. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 22 | |
| 23 | License |
| 24 | ------- |
| 25 | |
| 26 | The software is provided under a BSD-3-Clause `license`_. Contributions to this |
| 27 | project are accepted under the same license with developer sign-off as |
| 28 | described in the `Contributing Guidelines`_. |
| 29 | |
| 30 | This project contains code from other projects as listed below. The original |
| 31 | license text is included in those source files. |
| 32 | |
Dan Handley | 4463db8 | 2017-07-17 15:19:37 +0100 | [diff] [blame] | 33 | - The stdlib source code is derived from FreeBSD code, which uses various |
| 34 | BSD licenses, including BSD-3-Clause and BSD-2-Clause. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 35 | |
Dan Handley | 5274dc2 | 2018-07-25 16:42:10 +0100 | [diff] [blame^] | 36 | - The libfdt source code is disjunctively dual licensed |
| 37 | (GPL-2.0+ OR BSD-2-Clause). It is used by this project under the terms of |
| 38 | the BSD-2-Clause license. Any contributions to this code must be made under |
| 39 | the terms of both licenses. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 40 | |
Dan Handley | 5274dc2 | 2018-07-25 16:42:10 +0100 | [diff] [blame^] | 41 | - The LLVM compiler-rt source code is disjunctively dual licensed |
| 42 | (NCSA OR MIT). It is used by this project under the terms of the NCSA |
| 43 | license (also known as the University of Illinois/NCSA Open Source License), |
| 44 | which is a permissive license compatible with BSD-3-Clause. Any |
| 45 | contributions to this code must be made under the terms of both licenses. |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 46 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 47 | - The zlib source code is licensed under the Zlib license, which is a |
| 48 | permissive license compatible with BSD-3-Clause. |
| 49 | |
Dan Handley | 5274dc2 | 2018-07-25 16:42:10 +0100 | [diff] [blame^] | 50 | - Some STMicroelectronics platform source code is disjunctively dual licensed |
| 51 | (GPL-2.0+ OR BSD-3-Clause). It is used by this project under the terms of the |
| 52 | BSD-3-Clause license. Any contributions to this code must be made under the |
| 53 | terms of both licenses. |
| 54 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 55 | This release |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 56 | ------------ |
| 57 | |
| 58 | This release provides a suitable starting point for productization of secure |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 59 | world boot and runtime firmware, in either the AArch32 or AArch64 execution |
| 60 | state. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 61 | |
| 62 | Users are encouraged to do their own security validation, including penetration |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 63 | testing, on any secure world code derived from TF-A. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 64 | |
| 65 | Functionality |
| 66 | ~~~~~~~~~~~~~ |
| 67 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 68 | - Initialization of the secure world, for example exception vectors, control |
| 69 | registers and interrupts for the platform. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 70 | |
| 71 | - Library support for CPU specific reset and power down sequences. This |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 72 | includes support for errata workarounds and the latest Arm DynamIQ CPUs. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 73 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 74 | - Drivers to enable standard initialization of Arm System IP, for example |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 75 | Generic Interrupt Controller (GIC), Cache Coherent Interconnect (CCI), |
| 76 | Cache Coherent Network (CCN), Network Interconnect (NIC) and TrustZone |
| 77 | Controller (TZC). |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 78 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 79 | - A generic `SCMI`_ driver to interface with conforming power controllers, for |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 80 | example the Arm System Control Processor (SCP). |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 81 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 82 | - SMC (Secure Monitor Call) handling, conforming to the `SMC Calling |
| 83 | Convention`_ using an EL3 runtime services framework. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 84 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 85 | - `PSCI`_ library support for CPU, cluster and system power management |
| 86 | use-cases. |
| 87 | This library is pre-integrated with the AArch64 EL3 Runtime Software, and |
| 88 | is also suitable for integration with other AArch32 EL3 Runtime Software, |
| 89 | for example an AArch32 Secure OS. |
| 90 | |
| 91 | - A minimal AArch32 Secure Payload (SP\_MIN) to demonstrate `PSCI`_ library |
| 92 | integration with AArch32 EL3 Runtime Software. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 93 | |
| 94 | - Secure Monitor library code such as world switching, EL1 context management |
| 95 | and interrupt routing. |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 96 | When a Secure-EL1 Payload (SP) is present, for example a Secure OS, the |
| 97 | AArch64 EL3 Runtime Software must be integrated with a dispatcher component |
| 98 | (SPD) to customize the interaction with the SP. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 99 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 100 | - A Test SP/SPD to demonstrate AArch64 Secure Monitor functionality and SP |
| 101 | interaction with PSCI. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 102 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 103 | - SPDs for the `OP-TEE Secure OS`_, `NVidia Trusted Little Kernel`_ |
| 104 | and `Trusty Secure OS`_. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 105 | |
| 106 | - A Trusted Board Boot implementation, conforming to all mandatory TBBR |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 107 | requirements. This includes image authentication, Firmware Update (or |
| 108 | recovery mode), and packaging of the various firmware images into a |
| 109 | Firmware Image Package (FIP). |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 110 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 111 | - Pre-integration of TBB with the Arm CryptoCell product, to take advantage of |
| 112 | its hardware Root of Trust and crypto acceleration services. |
| 113 | |
| 114 | - Reliability, Availability, and Serviceability (RAS) functionality, including |
| 115 | |
| 116 | - A Secure Partition Manager (SPM) to manage Secure Partitions in |
| 117 | Secure-EL0, which can be used to implement simple management and |
| 118 | security services. |
| 119 | |
| 120 | - An SDEI dispatcher to route interrupt-based SDEI events. |
| 121 | |
| 122 | - An Exception Handling Framework (EHF) that allows dispatching of EL3 |
| 123 | interrupts to their registered handlers, to facilitate firmware-first |
| 124 | error handling. |
| 125 | |
| 126 | - A dynamic configuration framework that enables each of the firmware images |
| 127 | to be configured at runtime if required by the platform. It also enables |
| 128 | loading of a hardware configuration (for example, a kernel device tree) |
| 129 | as part of the FIP, to be passed through the firmware stages. |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 130 | |
| 131 | - Support for alternative boot flows, for example to support platforms where |
| 132 | the EL3 Runtime Software is loaded using other firmware or a separate |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 133 | secure system processor, or where a non-TF-A ROM expects BL2 to be loaded |
| 134 | at EL3. |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 135 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 136 | - Support for the GCC, LLVM and Arm Compiler 6 toolchains. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 137 | |
| 138 | For a full description of functionality and implementation details, please |
| 139 | see the `Firmware Design`_ and supporting documentation. The `Change Log`_ |
| 140 | provides details of changes made since the last release. |
| 141 | |
| 142 | Platforms |
| 143 | ~~~~~~~~~ |
| 144 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 145 | Various AArch32 and AArch64 builds of this release has been tested on variants |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 146 | r0, r1 and r2 of the `Juno Arm Development Platform`_. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 147 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 148 | Various AArch64 builds of this release have been tested on the following Arm |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 149 | Fixed Virtual Platforms (`FVP`_) without shifted affinities, and that do not |
| 150 | support threaded CPU cores (64-bit host machine only): |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 151 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 152 | NOTE: Unless otherwise stated, the FVP Version is 11.2 Build 11.2.33. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 153 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 154 | - ``Foundation_Platform`` |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 155 | - ``FVP_Base_AEMv8A-AEMv8A`` (and also Version 9.0, Build 0.8.9005) |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 156 | - ``FVP_Base_Cortex-A35x4`` |
| 157 | - ``FVP_Base_Cortex-A53x4`` |
| 158 | - ``FVP_Base_Cortex-A57x4-A53x4`` |
| 159 | - ``FVP_Base_Cortex-A57x4`` |
| 160 | - ``FVP_Base_Cortex-A72x4-A53x4`` |
| 161 | - ``FVP_Base_Cortex-A72x4`` |
| 162 | - ``FVP_Base_Cortex-A73x4-A53x4`` |
| 163 | - ``FVP_Base_Cortex-A73x4`` |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 164 | |
| 165 | Additionally, various AArch64 builds were tested on the following Arm `FVP`_ s |
| 166 | with shifted affinities, supporting threaded CPU cores (64-bit host machine |
| 167 | only). |
| 168 | |
| 169 | - ``FVP_Base_Cortex-A55x4-A75x4`` (Version 0.0, build 0.0.4395) |
| 170 | - ``FVP_Base_Cortex-A55x4`` (Version 0.0, build 0.0.4395) |
| 171 | - ``FVP_Base_Cortex-A75x4`` (Version 0.0, build 0.0.4395) |
| 172 | - ``FVP_Base_RevC-2xAEMv8A`` |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 173 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 174 | Various AArch32 builds of this release has been tested on the following Arm |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 175 | `FVP`_\ s without shifted affinities, and that do not support threaded CPU cores |
| 176 | (64-bit host machine only): |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 177 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 178 | - ``FVP_Base_AEMv8A-AEMv8A`` |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 179 | - ``FVP_Base_Cortex-A32x4`` |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 180 | |
| 181 | The Foundation FVP can be downloaded free of charge. The Base FVPs can be |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 182 | licensed from Arm. See the `Arm FVP website`_. |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 183 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 184 | All the above platforms have been tested with `Linaro Release 17.10`_. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 185 | |
| 186 | This release also contains the following platform support: |
| 187 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 188 | - HiKey, HiKey960 and Poplar boards |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 189 | - MediaTek MT6795 and MT8173 SoCs |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 190 | - NVidia T132, T186 and T210 SoCs |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 191 | - QEMU emulator |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 192 | - Raspberry Pi 3 board |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 193 | - RockChip RK3328, RK3368 and RK3399 SoCs |
Sumit Garg | 760c1d3 | 2018-06-21 11:28:18 +0530 | [diff] [blame] | 194 | - Socionext UniPhier SoC family and SynQuacer SC2A11 SoCs |
Nishanth Menon | 0192f89 | 2016-10-14 01:13:34 +0000 | [diff] [blame] | 195 | - Texas Instruments K3 SoCs |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 196 | - Xilinx Zynq UltraScale + MPSoC |
| 197 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 198 | Still to come |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 199 | ~~~~~~~~~~~~~ |
| 200 | |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 201 | - More platform support. |
| 202 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 203 | - Improved dynamic configuration support. |
| 204 | |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 205 | - Ongoing support for new architectural features, CPUs and System IP. |
| 206 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 207 | - Ongoing support for new Arm system architecture specifications. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 208 | |
| 209 | - Ongoing security hardening, optimization and quality improvements. |
| 210 | |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 211 | For a full list of detailed issues in the current code, please see the `Change |
| 212 | Log`_ and the `GitHub issue tracker`_. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 213 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 214 | Getting started |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 215 | --------------- |
| 216 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 217 | Get the TF-A source code from `GitHub`_. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 218 | |
| 219 | See the `User Guide`_ for instructions on how to install, build and use |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 220 | the TF-A with the Arm `FVP`_\ s. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 221 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 222 | See the `Firmware Design`_ for information on how the TF-A works. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 223 | |
| 224 | See the `Porting Guide`_ as well for information about how to use this |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 225 | software on another Armv7-A or Armv8-A platform. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 226 | |
| 227 | See the `Contributing Guidelines`_ for information on how to contribute to this |
| 228 | project and the `Acknowledgments`_ file for a list of contributors to the |
| 229 | project. |
| 230 | |
| 231 | Feedback and support |
| 232 | ~~~~~~~~~~~~~~~~~~~~ |
| 233 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 234 | Arm welcomes any feedback on TF-A. If you think you have found a security |
| 235 | vulnerability, please report this using the process defined in the TF-A |
| 236 | `Security Centre`_. For all other feedback, please use the |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 237 | `GitHub issue tracker`_. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 238 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 239 | Arm licensees may contact Arm directly via their partner managers. |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 240 | |
| 241 | -------------- |
| 242 | |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 243 | *Copyright (c) 2013-2018, Arm Limited and Contributors. All rights reserved.* |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 244 | |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 245 | .. _Armv7-A and Armv8-A: https://developer.arm.com/products/architecture/a-profile |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 246 | .. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 247 | .. _Power State Coordination Interface (PSCI): PSCI_ |
| 248 | .. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf |
| 249 | .. _SMC Calling Convention: http://infocenter.arm.com/help/topic/com.arm.doc.den0028b/ARM_DEN0028B_SMC_Calling_Convention.pdf |
| 250 | .. _System Control and Management Interface: SCMI_ |
| 251 | .. _SCMI: http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf |
danh-arm | 190e4fa | 2018-03-20 17:01:39 +0000 | [diff] [blame] | 252 | .. _Software Delegated Exception Interface (SDEI): SDEI_ |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 253 | .. _SDEI: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf |
Dan Handley | 610e7e1 | 2018-03-01 18:44:00 +0000 | [diff] [blame] | 254 | .. _Juno Arm Development Platform: http://www.arm.com/products/tools/development-boards/versatile-express/juno-arm-development-platform.php |
| 255 | .. _Arm FVP website: FVP_ |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 256 | .. _FVP: https://developer.arm.com/products/system-design/fixed-virtual-platforms |
Dan Handley | cc573cb | 2018-03-14 13:01:39 +0000 | [diff] [blame] | 257 | .. _Linaro Release 17.10: https://community.arm.com/dev-platforms/b/documents/posts/linaro-release-notes-deprecated#LinaroRelease17.10 |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 258 | .. _OP-TEE Secure OS: https://github.com/OP-TEE/optee_os |
| 259 | .. _NVidia Trusted Little Kernel: http://nv-tegra.nvidia.com/gitweb/?p=3rdparty/ote_partner/tlk.git;a=summary |
Dan Handley | ed09d38 | 2017-07-05 17:40:29 +0100 | [diff] [blame] | 260 | .. _Trusty Secure OS: https://source.android.com/security/trusty |
| 261 | .. _GitHub: https://www.github.com/ARM-software/arm-trusted-firmware |
| 262 | .. _GitHub issue tracker: https://github.com/ARM-software/tf-issues/issues |
| 263 | .. _Security Centre: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Security-Centre |
| 264 | .. _license: ./license.rst |
| 265 | .. _Contributing Guidelines: ./contributing.rst |
| 266 | .. _Acknowledgments: ./acknowledgements.rst |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 267 | .. _Firmware Design: ./docs/firmware-design.rst |
| 268 | .. _Change Log: ./docs/change-log.rst |
Douglas Raillard | d7c21b7 | 2017-06-28 15:23:03 +0100 | [diff] [blame] | 269 | .. _User Guide: ./docs/user-guide.rst |
| 270 | .. _Porting Guide: ./docs/porting-guide.rst |