readme.rst 8.83 KB
Newer Older
Dan Handley's avatar
Dan Handley committed
1
ARM Trusted Firmware - version 1.4
2
3
4
5
==================================

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

-  The `Power State Coordination Interface (PSCI)`_
-  Trusted Board Boot Requirements (TBBR, ARM DEN0006C-1)
-  `SMC Calling Convention`_
-  `System Control and Management Interface`_

As far as possible the code is designed for reuse or porting to other ARMv8-A
model and hardware platforms.
15
16

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

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.

-  The stdlib source code is derived from FreeBSD code.

-  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
35
36
37
-  The LLVM compiler-rt source code is dual licensed. It is used by this
   project under the terms of the University of Illinois "BSD-Like" license.

38
39
40
41
This Release
------------

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

Users are encouraged to do their own security validation, including penetration
testing, on any secure world code derived from ARM Trusted Firmware.

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

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

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

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

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

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

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

-  Secure Monitor library code such as world switching, EL1 context management
   and interrupt routing.
Dan Handley's avatar
Dan Handley committed
79
80
81
   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.
82

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

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

-  A Trusted Board Boot implementation, conforming to all mandatory TBBR
Dan Handley's avatar
Dan Handley committed
90
91
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).

-  Pre-integration of TBB with the ARM TrustZone CryptoCell product, to take
   advantage of its hardware Root of Trust and crypto acceleration services.
96

Dan Handley's avatar
Dan Handley committed
97
98
99
100
101
-  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.

-  Support for the GCC, LLVM and ARM Compiler 6 toolchains.
102
103
104
105
106
107
108
109

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
110
111
112
113
114
Various AArch32 and AArch64 builds of this release has been tested on variants
r0, r1 and r2 of the `Juno ARM Development Platform`_.

Various AArch64 builds of this release have been tested on the following ARM
`FVP`_\ s (64-bit host machine only):
115

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

Dan Handley's avatar
Dan Handley committed
118
119
120
121
122
123
124
125
126
127
128
-  ``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)
129

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

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

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

All the above platforms have been tested with `Linaro Release 17.04`_.
140
141
142

This release also contains the following platform support:

Dan Handley's avatar
Dan Handley committed
143
-  HiKey and HiKey960 boards
144
-  MediaTek MT6795 and MT8173 SoCs
Dan Handley's avatar
Dan Handley committed
145
-  NVidia T132, T186 and T210 SoCs
146
-  QEMU emulator
Dan Handley's avatar
Dan Handley committed
147
148
-  RockChip RK3328, RK3368 and RK3399 SoCs
-  Socionext UniPhier SoC family
149
150
151
152
153
154
155
156
157
-  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
158
-  Ongoing support for new `PSCI`_, `SCMI`_ and TBBR features.
159
160
161

-  Ongoing security hardening, optimization and quality improvements.

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

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

Dan Handley's avatar
Dan Handley committed
168
Get the Trusted Firmware source code from `GitHub`_.
169
170
171
172

See the `User Guide`_ for instructions on how to install, build and use
the Trusted Firmware with the ARM `FVP`_\ s.

Dan Handley's avatar
Dan Handley committed
173
See the `Firmware Design`_ for information on how the Trusted Firmware works.
174
175
176
177
178
179
180
181
182
183
184

See the `Porting Guide`_ as well for information about how to use this
software on another ARMv8-A platform.

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
185
186
187
188
ARM welcomes any feedback on Trusted Firmware. If you think you have found a
security vulnerability, please report this using the process defined in the
Trusted Firmware `Security Centre`_. For all other feedback, please use the
`GitHub issue tracker`_.
189
190
191
192
193

ARM licensees may contact ARM directly via their partner managers.

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

Dan Handley's avatar
Dan Handley committed
194
*Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.*
195
196
197

.. _ARMv8-A: http://www.arm.com/products/processors/armv8-architecture.php
.. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php
Dan Handley's avatar
Dan Handley committed
198
199
200
201
202
203
204
205
206
.. _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
.. _Juno ARM Development Platform: http://www.arm.com/products/tools/development-boards/versatile-express/juno-arm-development-platform.php
.. _ARM FVP website: FVP_
.. _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
207
208
.. _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
209
210
211
212
213
214
215
.. _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
216
217
218
219
.. _Firmware Design: ./docs/firmware-design.rst
.. _Change Log: ./docs/change-log.rst
.. _User Guide: ./docs/user-guide.rst
.. _Porting Guide: ./docs/porting-guide.rst