readme.rst 14.8 KB
Newer Older
1
Trusted Firmware-A - version 2.1
Dan Handley's avatar
Dan Handley committed
2
================================
3

John Tsichritzis's avatar
John Tsichritzis committed
4
5
6
7
8
.. section-numbering::
    :suffix: .

.. contents::

Dan Handley's avatar
Dan Handley committed
9
Trusted Firmware-A (TF-A) provides a reference implementation of secure world
10
11
12
software for `Armv7-A and Armv8-A`_, including a `Secure Monitor`_ executing
at Exception Level 3 (EL3). It implements various Arm interface standards,
such as:
Dan Handley's avatar
Dan Handley committed
13
14

-  The `Power State Coordination Interface (PSCI)`_
15
-  `Trusted Board Boot Requirements CLIENT (TBBR-CLIENT)`_
Dan Handley's avatar
Dan Handley committed
16
-  `SMC Calling Convention`_
17
-  `System Control and Management Interface (SCMI)`_
18
-  `Software Delegated Exception Interface (SDEI)`_
Dan Handley's avatar
Dan Handley committed
19

20
21
Where possible, the code is designed for reuse or porting to other Armv7-A and
Armv8-A model and hardware platforms.
22

23
24
25
26
27
28
29
This release provides a suitable starting point for productization of secure
world boot and runtime firmware, in either the AArch32 or AArch64 execution
states.

Users are encouraged to do their own security validation, including penetration
testing, on any secure world code derived from TF-A.

Dan Handley's avatar
Dan Handley committed
30
31
Arm will continue development in collaboration with interested parties to
provide a full reference implementation of Secure Monitor code and Arm standards
32
33
to the benefit of all developers working with Armv7-A and Armv8-A TrustZone
technology.
34

John Tsichritzis's avatar
John Tsichritzis committed
35
36
37
38
39
40
Documentation contents
----------------------

The `Trusted Firmware-A Documentation Contents`_ page contains an overview of
the documentation that is available, with links to facilitate easier browsing.

41
42
43
44
45
46
47
48
49
50
License
-------

The software is provided under a BSD-3-Clause `license`_. Contributions to this
project are accepted under the same license with developer sign-off as
described in the `Contributing Guidelines`_.

This project contains code from other projects as listed below. The original
license text is included in those source files.

51
52
53
-  The libc source code is derived from `FreeBSD`_ and `SCC`_. FreeBSD uses
   various BSD licenses, including BSD-3-Clause and BSD-2-Clause. The SCC code
   is used under the BSD-3-Clause license with the author's permission.
54

55
56
57
58
-  The libfdt source code is disjunctively dual licensed
   (GPL-2.0+ OR BSD-2-Clause). It is used by this project under the terms of
   the BSD-2-Clause license. Any contributions to this code must be made under
   the terms of both licenses.
59

60
61
62
63
64
-  The LLVM compiler-rt source code is disjunctively dual licensed
   (NCSA OR MIT). It is used by this project under the terms of the NCSA
   license (also known as the University of Illinois/NCSA Open Source License),
   which is a permissive license compatible with BSD-3-Clause. Any
   contributions to this code must be made under the terms of both licenses.
Dan Handley's avatar
Dan Handley committed
65

66
67
68
-  The zlib source code is licensed under the Zlib license, which is a
   permissive license compatible with BSD-3-Clause.

69
70
71
72
73
-  Some STMicroelectronics platform source code is disjunctively dual licensed
   (GPL-2.0+ OR BSD-3-Clause). It is used by this project under the terms of the
   BSD-3-Clause license. Any contributions to this code must be made under the
   terms of both licenses.

74
Functionality
75
-------------
76

Dan Handley's avatar
Dan Handley committed
77
78
-  Initialization of the secure world, for example exception vectors, control
   registers and interrupts for the platform.
79
80

-  Library support for CPU specific reset and power down sequences. This
Dan Handley's avatar
Dan Handley committed
81
   includes support for errata workarounds and the latest Arm DynamIQ CPUs.
82

Dan Handley's avatar
Dan Handley committed
83
-  Drivers to enable standard initialization of Arm System IP, for example
Dan Handley's avatar
Dan Handley committed
84
85
86
87
88
   Generic Interrupt Controller (GIC), Cache Coherent Interconnect (CCI),
   Cache Coherent Network (CCN), Network Interconnect (NIC) and TrustZone
   Controller (TZC).

-  A generic `SCMI`_ driver to interface with conforming power controllers, for
Dan Handley's avatar
Dan Handley committed
89
   example the Arm System Control Processor (SCP).
90

Dan Handley's avatar
Dan Handley committed
91
92
-  SMC (Secure Monitor Call) handling, conforming to the `SMC Calling
   Convention`_ using an EL3 runtime services framework.
93

Dan Handley's avatar
Dan Handley committed
94
95
96
97
98
-  `PSCI`_ library support for CPU, cluster and system power management
   use-cases.
   This library is pre-integrated with the AArch64 EL3 Runtime Software, and
   is also suitable for integration with other AArch32 EL3 Runtime Software,
   for example an AArch32 Secure OS.
99

Dan Handley's avatar
Dan Handley committed
100
101
-  A minimal AArch32 Secure Payload (SP\_MIN) to demonstrate `PSCI`_ library
   integration with AArch32 EL3 Runtime Software.
102
103
104

-  Secure Monitor library code such as world switching, EL1 context management
   and interrupt routing.
Dan Handley's avatar
Dan Handley committed
105
   When a Secure-EL1 Payload (SP) is present, for example a Secure OS, the
106
107
   AArch64 EL3 Runtime Software must be integrated with a Secure Payload
   Dispatcher (SPD) component to customize the interaction with the SP.
108

109
-  A Test SP and SPD to demonstrate AArch64 Secure Monitor functionality and SP
Dan Handley's avatar
Dan Handley committed
110
   interaction with PSCI.
111

112
-  SPDs for the `OP-TEE Secure OS`_, `NVIDIA Trusted Little Kernel`_
Dan Handley's avatar
Dan Handley committed
113
   and `Trusty Secure OS`_.
114
115

-  A Trusted Board Boot implementation, conforming to all mandatory TBBR
Dan Handley's avatar
Dan Handley committed
116
117
118
119
   requirements. This includes image authentication, Firmware Update (or
   recovery mode), and packaging of the various firmware images into a
   Firmware Image Package (FIP).

120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
-  Pre-integration of TBB with the Arm CryptoCell product, to take advantage of
   its hardware Root of Trust and crypto acceleration services.

-  Reliability, Availability, and Serviceability (RAS) functionality, including

   -  A Secure Partition Manager (SPM) to manage Secure Partitions in
      Secure-EL0, which can be used to implement simple management and
      security services.

   -  An SDEI dispatcher to route interrupt-based SDEI events.

   -  An Exception Handling Framework (EHF) that allows dispatching of EL3
      interrupts to their registered handlers, to facilitate firmware-first
      error handling.

-  A dynamic configuration framework that enables each of the firmware images
   to be configured at runtime if required by the platform. It also enables
   loading of a hardware configuration (for example, a kernel device tree)
   as part of the FIP, to be passed through the firmware stages.
139

Dan Handley's avatar
Dan Handley committed
140
141
-  Support for alternative boot flows, for example to support platforms where
   the EL3 Runtime Software is loaded using other firmware or a separate
142
143
   secure system processor, or where a non-TF-A ROM expects BL2 to be loaded
   at EL3.
Dan Handley's avatar
Dan Handley committed
144

Dan Handley's avatar
Dan Handley committed
145
-  Support for the GCC, LLVM and Arm Compiler 6 toolchains.
146

147
148
149
-  Support for combining several libraries into a "romlib" image that may be
   shared across images to reduce memory footprint. The romlib image is stored
   in ROM but is accessed through a jump-table that may be stored
150
151
   in read-write memory, allowing for the library code to be patched.

152
-  A prototype implementation of a Secure Partition Manager (SPM) that is based
153
   on the SPCI Alpha 1 and SPRT draft specifications.
154
155
156
157
158

-  Support for ARMv8.3 pointer authentication in the normal and secure worlds.
   The use of pointer authentication in the normal world is enabled whenever
   architectural support is available, without the need for additional build
   flags. Use of pointer authentication in the secure world remains an
159
160
   experimental configuration at this time and requires the
   ``BRANCH_PROTECTION`` option to be set to non-zero.
161
162
163
164

-  Position-Independent Executable (PIE) support. Initially for BL31 only, with
   further support to be added in a future release.

165
166
167
168
169
For a full description of functionality and implementation details, please
see the `Firmware Design`_ and supporting documentation. The `Change Log`_
provides details of changes made since the last release.

Platforms
170
---------
171

172
173
Various AArch32 and AArch64 builds of this release have been tested on r0, r1
and r2 variants of the `Juno Arm Development Platform`_.
Dan Handley's avatar
Dan Handley committed
174

175
176
177
The latest version of the AArch64 build of TF-A has been tested on the following
Arm FVPs without shifted affinities, and that do not support threaded CPU cores
(64-bit host machine only).
178

John Tsichritzis's avatar
John Tsichritzis committed
179
The FVP models used are Version 11.6 Build 45, unless otherwise stated.
180

181
182
183
184
-  ``FVP_Base_AEMv8A-AEMv8A``
-  ``FVP_Base_AEMv8A-AEMv8A-AEMv8A-AEMv8A-CCN502``
-  ``FVP_Base_RevC-2xAEMv8A``
-  ``FVP_Base_Cortex-A32x4``
Dan Handley's avatar
Dan Handley committed
185
186
-  ``FVP_Base_Cortex-A35x4``
-  ``FVP_Base_Cortex-A53x4``
187
188
-  ``FVP_Base_Cortex-A55x4+Cortex-A75x4``
-  ``FVP_Base_Cortex-A55x4``
189
190
-  ``FVP_Base_Cortex-A57x1-A53x1``
-  ``FVP_Base_Cortex-A57x2-A53x4``
Dan Handley's avatar
Dan Handley committed
191
192
193
194
195
196
-  ``FVP_Base_Cortex-A57x4-A53x4``
-  ``FVP_Base_Cortex-A57x4``
-  ``FVP_Base_Cortex-A72x4-A53x4``
-  ``FVP_Base_Cortex-A72x4``
-  ``FVP_Base_Cortex-A73x4-A53x4``
-  ``FVP_Base_Cortex-A73x4``
197
198
-  ``FVP_Base_Cortex-A75x4``
-  ``FVP_Base_Cortex-A76x4``
John Tsichritzis's avatar
John Tsichritzis committed
199
200
-  ``FVP_Base_Cortex-A76AEx4``
-  ``FVP_Base_Cortex-A76AEx8``
201
-  ``FVP_Base_Cortex-A77x4`` (Version 11.7 build 36)
John Tsichritzis's avatar
John Tsichritzis committed
202
-  ``FVP_Base_Neoverse-N1x4``
203
204
205
-  ``FVP_CSS_SGI-575`` (Version 11.3 build 42)
-  ``FVP_CSS_SGM-775`` (Version 11.3 build 42)
-  ``FVP_RD_E1Edge`` (Version 11.3 build 42)
John Tsichritzis's avatar
John Tsichritzis committed
206
-  ``FVP_RD_N1Edge``
207
-  ``Foundation_Platform``
208

209
The latest version of the AArch32 build of TF-A has been tested on the following
210
Arm FVPs without shifted affinities, and that do not support threaded CPU cores
211
(64-bit host machine only).
212

213
-  ``FVP_Base_AEMv8A-AEMv8A``
Dan Handley's avatar
Dan Handley committed
214
-  ``FVP_Base_Cortex-A32x4``
215

216
217
NOTE: The ``FVP_Base_RevC-2xAEMv8A`` FVP only supports shifted affinities.

218
The Foundation FVP can be downloaded free of charge. The Base FVPs can be
Dan Handley's avatar
Dan Handley committed
219
licensed from Arm. See the `Arm FVP website`_.
Dan Handley's avatar
Dan Handley committed
220

221
All the above platforms have been tested with `Linaro Release 18.04`_.
222
223
224

This release also contains the following platform support:

225
-  Allwinner sun50i (A64, H5, and H6) SoCs
226
-  Amlogic Meson S905 (GXBB)
227
-  Amlogic Meson S905x (GXL)
228
229
230
231
232
233
-  Arm Juno Software Development Platform
-  Arm Neoverse N1 System Development Platform (N1SDP)
-  Arm Neoverse Reference Design N1 Edge (RD-N1-Edge) FVP
-  Arm Neoverse Reference Design E1 Edge (RD-E1-Edge) FVP
-  Arm SGI-575 and SGM-775
-  Arm Versatile Express FVP
234
-  HiKey, HiKey960 and Poplar boards
235
-  Intel Stratix 10 SoC FPGA
236
-  Marvell Armada 3700 and 8K
237
-  MediaTek MT6795 and MT8173 SoCs
238
-  NVIDIA T132, T186 and T210 SoCs
239
-  NXP QorIQ LS1043A, i.MX8MM, i.MX8MQ, i.MX8QX, i.MX8QM and i.MX7Solo WaRP7
240
241
-  QEMU
-  Raspberry Pi 3
242
-  Renesas R-Car Generation 3
Dan Handley's avatar
Dan Handley committed
243
-  RockChip RK3328, RK3368 and RK3399 SoCs
244
-  Socionext UniPhier SoC family and SynQuacer SC2A11 SoCs
245
-  STMicroelectronics STM32MP1
246
-  Texas Instruments K3 SoCs
247
-  Xilinx Versal and Zynq UltraScale + MPSoC
248

249
Still to come
250
251
252
253
254
-------------

-  Support for additional platforms.

-  Refinements to Position Independent Executable (PIE) support.
255

256
257
-  Refinements to the SPCI-based SPM implementation as the draft SPCI and SPRT
   specifications continue to evolve.
258

259
-  Documentation enhancements.
260

261
262
-  Ongoing support for new architectural features, CPUs and System IP.

263
-  Ongoing support for new Arm system architecture specifications.
264
265
266

-  Ongoing security hardening, optimization and quality improvements.

Dan Handley's avatar
Dan Handley committed
267
For a full list of detailed issues in the current code, please see the `Change
268
Log`_ and the `issue tracker`_.
269

270
Getting started
271
272
---------------

273
274
See the `User Guide`_ for instructions on how to download, install, build and
use TF-A with the Arm `FVP`_\ s.
275

276
See the `Firmware Design`_ for information on how TF-A works.
277
278

See the `Porting Guide`_ as well for information about how to use this
279
software on another Armv7-A or Armv8-A platform.
280
281
282
283
284

See the `Contributing Guidelines`_ for information on how to contribute to this
project and the `Acknowledgments`_ file for a list of contributors to the
project.

285
286
Contact us
~~~~~~~~~~
287

288
We welcome any feedback on TF-A. If you think you have found a security
Dan Handley's avatar
Dan Handley committed
289
vulnerability, please report this using the process defined in the TF-A
290
291
`Security Center`_. For all other feedback, you can use either the
`issue tracker`_ or our `mailing list`_.
292

Dan Handley's avatar
Dan Handley committed
293
Arm licensees may contact Arm directly via their partner managers.
294

295
Security advisories
296
-------------------
297

298
299
300
301
302
303
304
305
-  `Security Advisory TFV-1`_
-  `Security Advisory TFV-2`_
-  `Security Advisory TFV-3`_
-  `Security Advisory TFV-4`_
-  `Security Advisory TFV-5`_
-  `Security Advisory TFV-6`_
-  `Security Advisory TFV-7`_
-  `Security Advisory TFV-8`_
306
307


308
309
--------------

310
*Copyright (c) 2013-2019, Arm Limited and Contributors. All rights reserved.*
311

312
.. _Armv7-A and Armv8-A: https://developer.arm.com/products/architecture/a-profile
313
.. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php
Dan Handley's avatar
Dan Handley committed
314
315
.. _Power State Coordination Interface (PSCI): PSCI_
.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
316
.. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT): https://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a
Dan Handley's avatar
Dan Handley committed
317
.. _SMC Calling Convention: http://infocenter.arm.com/help/topic/com.arm.doc.den0028b/ARM_DEN0028B_SMC_Calling_Convention.pdf
318
.. _System Control and Management Interface (SCMI): SCMI_
Dan Handley's avatar
Dan Handley committed
319
.. _SCMI: http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf
danh-arm's avatar
danh-arm committed
320
.. _Software Delegated Exception Interface (SDEI): SDEI_
321
.. _SDEI: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
Dan Handley's avatar
Dan Handley committed
322
323
.. _Juno Arm Development Platform: http://www.arm.com/products/tools/development-boards/versatile-express/juno-arm-development-platform.php
.. _Arm FVP website: FVP_
Dan Handley's avatar
Dan Handley committed
324
.. _FVP: https://developer.arm.com/products/system-design/fixed-virtual-platforms
325
.. _Linaro Release 18.04: https://community.arm.com/dev-platforms/b/documents/posts/linaro-release-notes-deprecated#LinaroRelease18.04
326
.. _OP-TEE Secure OS: https://github.com/OP-TEE/optee_os
327
.. _NVIDIA Trusted Little Kernel: http://nv-tegra.nvidia.com/gitweb/?p=3rdparty/ote_partner/tlk.git;a=summary
Dan Handley's avatar
Dan Handley committed
328
.. _Trusty Secure OS: https://source.android.com/security/trusty
329
.. _trustedfirmware.org: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
John Tsichritzis's avatar
John Tsichritzis committed
330
.. _issue tracker: https://developer.trustedfirmware.org/project/board/1/
331
.. _mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
John Tsichritzis's avatar
John Tsichritzis committed
332
.. _Security Center: ./docs/process/security.rst
Dan Handley's avatar
Dan Handley committed
333
.. _license: ./license.rst
John Tsichritzis's avatar
John Tsichritzis committed
334
335
336
.. _Contributing Guidelines: ./docs/process/contributing.rst
.. _Acknowledgments: ./docs/acknowledgements.rst
.. _Firmware Design: ./docs/design/firmware-design.rst
337
.. _Change Log: ./docs/change-log.rst
John Tsichritzis's avatar
John Tsichritzis committed
338
339
.. _User Guide: ./docs/getting_started/user-guide.rst
.. _Porting Guide: ./docs/getting_started/porting-guide.rst
340
341
.. _FreeBSD: http://www.freebsd.org
.. _SCC: http://www.simple-cc.org/
342
343
344
345
346
347
348
349
.. _Security Advisory TFV-1: ./docs/security_advisories/security-advisory-tfv-1.rst
.. _Security Advisory TFV-2: ./docs/security_advisories/security-advisory-tfv-2.rst
.. _Security Advisory TFV-3: ./docs/security_advisories/security-advisory-tfv-3.rst
.. _Security Advisory TFV-4: ./docs/security_advisories/security-advisory-tfv-4.rst
.. _Security Advisory TFV-5: ./docs/security_advisories/security-advisory-tfv-5.rst
.. _Security Advisory TFV-6: ./docs/security_advisories/security-advisory-tfv-6.rst
.. _Security Advisory TFV-7: ./docs/security_advisories/security-advisory-tfv-7.rst
.. _Security Advisory TFV-8: ./docs/security_advisories/security-advisory-tfv-8.rst
350
.. _Trusted Firmware-A Documentation Contents: ./docs/contents.rst