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

Dan Handley's avatar
Dan Handley committed
4
5
6
Trusted Firmware-A (TF-A) provides a reference implementation of secure world
software for `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
7
8

-  The `Power State Coordination Interface (PSCI)`_
Dan Handley's avatar
Dan Handley committed
9
-  Trusted Board Boot Requirements (TBBR, Arm DEN0006C-1)
Dan Handley's avatar
Dan Handley committed
10
11
12
-  `SMC Calling Convention`_
-  `System Control and Management Interface`_

Dan Handley's avatar
Dan Handley committed
13
As far as possible the code is designed for reuse or porting to other Armv8-A
Dan Handley's avatar
Dan Handley committed
14
model and hardware platforms.
15

Dan Handley's avatar
Dan Handley committed
16
17
18
Arm will continue development in collaboration with interested parties to
provide a full reference implementation of Secure Monitor code and Arm standards
to the benefit of all developers working with Armv8-A TrustZone technology.
19
20
21
22
23
24
25
26
27
28
29

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.

30
31
-  The stdlib source code is derived from FreeBSD code, which uses various
   BSD licenses, including BSD-3-Clause and BSD-2-Clause.
32
33
34
35

-  The libfdt source code is dual licensed. It is used by this project under
   the terms of the BSD-2-Clause license.

Dan Handley's avatar
Dan Handley committed
36
-  The LLVM compiler-rt source code is dual licensed. It is used by this
37
38
   project under the terms of the NCSA license (also known as the University of
   Illinois/NCSA Open Source License).
Dan Handley's avatar
Dan Handley committed
39

40
41
42
43
This Release
------------

This release provides a suitable starting point for productization of secure
Dan Handley's avatar
Dan Handley committed
44
45
world boot and runtime firmware, in either the AArch32 or AArch64 execution
state.
46
47

Users are encouraged to do their own security validation, including penetration
Dan Handley's avatar
Dan Handley committed
48
testing, on any secure world code derived from TF-A.
49
50
51
52

Functionality
~~~~~~~~~~~~~

Dan Handley's avatar
Dan Handley committed
53
54
-  Initialization of the secure world, for example exception vectors, control
   registers and interrupts for the platform.
55
56

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

Dan Handley's avatar
Dan Handley committed
59
-  Drivers to enable standard initialization of Arm System IP, for example
Dan Handley's avatar
Dan Handley committed
60
61
62
63
64
   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
65
   example the Arm System Control Processor (SCP).
66

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

Dan Handley's avatar
Dan Handley committed
70
71
72
73
74
-  `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.
75

Dan Handley's avatar
Dan Handley committed
76
77
-  A minimal AArch32 Secure Payload (SP\_MIN) to demonstrate `PSCI`_ library
   integration with AArch32 EL3 Runtime Software.
78
79
80

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

Dan Handley's avatar
Dan Handley committed
85
86
-  A Test SP/SPD to demonstrate AArch64 Secure Monitor functionality and SP
   interaction with PSCI.
87

Dan Handley's avatar
Dan Handley committed
88
89
-  SPDs for the `OP-TEE Secure OS`_, `NVidia Trusted Little Kernel`_
   and `Trusty Secure OS`_.
90
91

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

Dan Handley's avatar
Dan Handley committed
96
-  Pre-integration of TBB with the Arm TrustZone CryptoCell product, to take
Dan Handley's avatar
Dan Handley committed
97
   advantage of its hardware Root of Trust and crypto acceleration services.
98

Dan Handley's avatar
Dan Handley committed
99
100
101
102
-  Support for alternative boot flows, for example to support platforms where
   the EL3 Runtime Software is loaded using other firmware or a separate
   secure system processor.

Dan Handley's avatar
Dan Handley committed
103
-  Support for the GCC, LLVM and Arm Compiler 6 toolchains.
104
105
106
107
108
109
110
111

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
~~~~~~~~~

Dan Handley's avatar
Dan Handley committed
112
Various AArch32 and AArch64 builds of this release has been tested on variants
Dan Handley's avatar
Dan Handley committed
113
r0, r1 and r2 of the `Juno Arm Development Platform`_.
Dan Handley's avatar
Dan Handley committed
114

Dan Handley's avatar
Dan Handley committed
115
Various AArch64 builds of this release have been tested on the following Arm
Dan Handley's avatar
Dan Handley committed
116
`FVP`_\ s (64-bit host machine only):
117

Dan Handley's avatar
Dan Handley committed
118
NOTE: Unless otherwise stated, the FVP Version is 11.0, Build 11.0.34.
119

Dan Handley's avatar
Dan Handley committed
120
121
122
123
124
125
126
127
128
129
130
-  ``Foundation_Platform``
-  ``FVP_Base_AEMv8A-AEMv8A`` (Version 8.5, Build 0.8.8502)
-  ``FVP_Base_Cortex-A35x4``
-  ``FVP_Base_Cortex-A53x4``
-  ``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``
-  ``FVP_CSS_SGM-775`` (Version 11.0, Build 11.0.36)
131

Dan Handley's avatar
Dan Handley committed
132
Various AArch32 builds of this release has been tested on the following Arm
Dan Handley's avatar
Dan Handley committed
133
`FVP`_\ s (64-bit host machine only):
134

Dan Handley's avatar
Dan Handley committed
135
136
-  ``FVP_Base_AEMv8A-AEMv8A`` (Version 8.5, Build 0.8.8502)
-  ``FVP_Base_Cortex-A32x4``
137
138

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

All the above platforms have been tested with `Linaro Release 17.04`_.
142
143
144

This release also contains the following platform support:

Dan Handley's avatar
Dan Handley committed
145
-  HiKey and HiKey960 boards
146
-  MediaTek MT6795 and MT8173 SoCs
Dan Handley's avatar
Dan Handley committed
147
-  NVidia T132, T186 and T210 SoCs
148
-  QEMU emulator
Dan Handley's avatar
Dan Handley committed
149
150
-  RockChip RK3328, RK3368 and RK3399 SoCs
-  Socionext UniPhier SoC family
151
152
153
154
155
156
157
158
159
-  Xilinx Zynq UltraScale + MPSoC

Still to Come
~~~~~~~~~~~~~

-  More platform support.

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

Dan Handley's avatar
Dan Handley committed
160
-  Ongoing support for new `PSCI`_, `SCMI`_ and TBBR features.
161
162
163

-  Ongoing security hardening, optimization and quality improvements.

Dan Handley's avatar
Dan Handley committed
164
165
For a full list of detailed issues in the current code, please see the `Change
Log`_ and the `GitHub issue tracker`_.
166
167
168
169

Getting Started
---------------

Dan Handley's avatar
Dan Handley committed
170
Get the TF-A source code from `GitHub`_.
171
172

See the `User Guide`_ for instructions on how to install, build and use
Dan Handley's avatar
Dan Handley committed
173
the TF-A with the Arm `FVP`_\ s.
174

Dan Handley's avatar
Dan Handley committed
175
See the `Firmware Design`_ for information on how the TF-A works.
176
177

See the `Porting Guide`_ as well for information about how to use this
Dan Handley's avatar
Dan Handley committed
178
software on another Armv8-A platform.
179
180
181
182
183
184
185
186

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.

Feedback and support
~~~~~~~~~~~~~~~~~~~~

Dan Handley's avatar
Dan Handley committed
187
188
189
Arm welcomes any feedback on TF-A. If you think you have found a security
vulnerability, please report this using the process defined in the TF-A
`Security Centre`_. For all other feedback, please use the
Dan Handley's avatar
Dan Handley committed
190
`GitHub issue tracker`_.
191

Dan Handley's avatar
Dan Handley committed
192
Arm licensees may contact Arm directly via their partner managers.
193
194
195

--------------

Dan Handley's avatar
Dan Handley committed
196
*Copyright (c) 2013-2018, Arm Limited and Contributors. All rights reserved.*
197

Dan Handley's avatar
Dan Handley committed
198
.. _Armv8-A: http://www.arm.com/products/processors/armv8-architecture.php
199
.. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php
Dan Handley's avatar
Dan Handley committed
200
201
202
203
204
.. _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
.. _SMC Calling Convention: http://infocenter.arm.com/help/topic/com.arm.doc.den0028b/ARM_DEN0028B_SMC_Calling_Convention.pdf
.. _System Control and Management Interface: SCMI_
.. _SCMI: http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf
Dan Handley's avatar
Dan Handley committed
205
206
.. _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
207
208
.. _FVP: https://developer.arm.com/products/system-design/fixed-virtual-platforms
.. _Linaro Release 17.04: https://community.arm.com/dev-platforms/b/documents/posts/linaro-release-notes-deprecated#LinaroRelease17.04
209
210
.. _OP-TEE Secure OS: https://github.com/OP-TEE/optee_os
.. _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
211
212
213
214
215
216
217
.. _Trusty Secure OS: https://source.android.com/security/trusty
.. _GitHub: https://www.github.com/ARM-software/arm-trusted-firmware
.. _GitHub issue tracker: https://github.com/ARM-software/tf-issues/issues
.. _Security Centre: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Security-Centre
.. _license: ./license.rst
.. _Contributing Guidelines: ./contributing.rst
.. _Acknowledgments: ./acknowledgements.rst
218
219
220
221
.. _Firmware Design: ./docs/firmware-design.rst
.. _Change Log: ./docs/change-log.rst
.. _User Guide: ./docs/user-guide.rst
.. _Porting Guide: ./docs/porting-guide.rst