readme.md 7.24 KB
Newer Older
1
ARM Trusted Firmware - version 1.2
2
3
4
==================================

ARM Trusted Firmware provides a reference implementation of secure world
5
6
7
8
9
10
software for [ARMv8-A], including a [Secure Monitor] [TEE-SMC] executing at
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) and [SMC Calling Convention][SMCCC]. As far as possible
the code is designed for reuse or porting to other ARMv8-A model and hardware
platforms.
11
12
13

ARM will continue development in collaboration with interested parties to
provide a full reference implementation of PSCI, TBBR and Secure Monitor code
14
to the benefit of all developers working with ARMv8-A TrustZone technology.
15
16
17
18
19
20
21
22
23
24
25
26
27


License
-------

The software is provided under a BSD 3-Clause [license]. Certain source files
are derived from FreeBSD code: the original license is included in these
source files.


This Release
------------

28
29
30
31
32
33
This release provides a suitable starting point for productization of secure
world boot and runtime firmware. Future versions will contain new features,
optimizations and quality improvements.

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

### Functionality

37
38
39
40
41
42
43
*   Initialization of the secure world (for example, exception vectors, control
    registers, interrupt controller and interrupts for the platform), before
    transitioning into the normal world at the Exception Level and Register
    Width specified by the platform.

*   Library support for CPU specific reset and power down sequences. This
    includes support for errata workarounds.
44

45
46
47
*   Drivers for both the version 2.0 and version 3.0 ARM Generic Interrupt
    Controller specifications (GICv2 and GICv3). The latter also enables GICv3
    hardware systems that do not contain legacy GICv2 support.
48

49
50
51
*   Drivers to enable standard initialization of ARM System IP, for example
    Cache Coherent Interconnect (CCI), Cache Coherent Network (CCN), Network
    Interconnect (NIC) and TrustZone Controller (TZC).
52

53
54
*   SMC (Secure Monitor Call) handling, conforming to the [SMC Calling
    Convention][SMCCC] using an EL3 runtime services framework.
55

56
57
*   SMC handling relating to [PSCI] for the Secondary CPU Boot, CPU Hotplug,
    CPU Idle and System Shutdown/Reset/Suspend use-cases.
58

59
60
61
62
*   Secure Monitor library code such as world switching, EL1 context management
    and interrupt routing. This must be integrated with a Secure-EL1 Payload
    Dispatcher (SPD) component to customize the interaction with a Secure-EL1
    Payload (SP), for example a Secure OS.
Dan Handley's avatar
Dan Handley committed
63
64

*   A Test Secure-EL1 Payload and Dispatcher to demonstrate Secure Monitor
65
    functionality and Secure-EL1 interaction with PSCI.
66

67
68
*   SPDs for the [OP-TEE Secure OS] and [NVidia Trusted Little Kernel]
    [NVidia TLK].
69

70
71
72
73
74
*   A Trusted Board Boot implementation, conforming to all mandatory TBBR
    requirements. This includes image authentication using certificates, a
    Firmware Update (or recovery mode) boot flow, and packaging of the various
    firmware images into a Firmware Image Package (FIP) to be loaded from
    non-volatile storage.
75

76
77
78
79
*   Support for alternative boot flows. Some platforms have their own boot
    firmware and only require the ARM Trusted Firmware Secure Monitor
    functionality. Other platforms require minimal initialization before
    booting into an arbitrary EL3 payload.
Dan Handley's avatar
Dan Handley committed
80

81
82
83
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.
84
85
86

### Platforms

87
88
89
This release of the Trusted Firmware has been tested on variants r0 and r1 of
the [Juno ARM Development Platform] [Juno] with [Linaro Release 15.10]
[Linaro Release Notes].
Dan Handley's avatar
Dan Handley committed
90
91
92

The Trusted Firmware has also been tested on the 64-bit Linux versions of the
following ARM [FVP]s:
93

94
95
96
97
98
*   `Foundation_Platform` (Version 9.4, Build 9.4.59)
*   `FVP_Base_AEMv8A-AEMv8A` (Version 7.0, Build 0.8.7004)
*   `FVP_Base_Cortex-A57x4-A53x4` (Version 7.0, Build 0.8.7004)
*   `FVP_Base_Cortex-A57x1-A53x1` (Version 7.0, Build 0.8.7004)
*   `FVP_Base_Cortex-A57x2-A53x4` (Version 7.0, Build 0.8.7004)
99

Dan Handley's avatar
Dan Handley committed
100
101
The Foundation FVP can be downloaded free of charge. The Base FVPs can be
licensed from ARM: see [www.arm.com/fvp] [FVP].
102

103
104
105
106
This release also contains the following platform support:

*   NVidia T210 and T132 SoCs
*   MediaTek MT8173 SoC
107

108
### Still to Come
109

Achin Gupta's avatar
Achin Gupta committed
110
*   Complete implementation of the [PSCI] v1.0 specification.
111

112
*   Support for new CPUs and System IP.
113

114
*   More platform support.
115

116
*   Optimization and quality improvements.
Dan Handley's avatar
Dan Handley committed
117

118
For a full list of detailed issues in the current code, please see the [Change
Dan Handley's avatar
Dan Handley committed
119
Log] and the [GitHub issue tracker].
120
121
122
123
124
125
126
127
128
129
130


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

Get the Trusted Firmware source code from
[GitHub](https://www.github.com/ARM-software/arm-trusted-firmware).

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
131
132
See the [Firmware Design] for information on how the ARM Trusted Firmware works.

133
See the [Porting Guide] as well for information about how to use this
134
software on another ARMv8-A platform.
135

Dan Handley's avatar
Dan Handley committed
136
See the [Contributing Guidelines] for information on how to contribute to this
137
project and the [Acknowledgments] file for a list of contributors to the
Dan Handley's avatar
Dan Handley committed
138
139
project.

140
141
142
### Feedback and support

ARM welcomes any feedback on the Trusted Firmware. Please send feedback using
Dan Handley's avatar
Dan Handley committed
143
the [GitHub issue tracker].
144
145
146
147
148
149

ARM licensees may contact ARM directly via their partner managers.


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

Achin Gupta's avatar
Achin Gupta committed
150
_Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved._
151
152


Dan Handley's avatar
Dan Handley committed
153
154
[License]:                  ./license.md "BSD license for ARM Trusted Firmware"
[Contributing Guidelines]:  ./contributing.md "Guidelines for contributors"
155
[Acknowledgments]:          ./acknowledgements.md "Contributor acknowledgments"
Dan Handley's avatar
Dan Handley committed
156
157
[Change Log]:               ./docs/change-log.md
[User Guide]:               ./docs/user-guide.md
Dan Handley's avatar
Dan Handley committed
158
[Firmware Design]:          ./docs/firmware-design.md
Dan Handley's avatar
Dan Handley committed
159
[Porting Guide]:            ./docs/porting-guide.md
160

Dan Handley's avatar
Dan Handley committed
161
162
[ARMv8-A]:               http://www.arm.com/products/processors/armv8-architecture.php "ARMv8-A Architecture"
[FVP]:                   http://www.arm.com/fvp "ARM's Fixed Virtual Platforms"
Dan Handley's avatar
Dan Handley committed
163
[Juno]:                  http://www.arm.com/products/tools/development-boards/versatile-express/juno-arm-development-platform.php "Juno ARM Development Platform"
Achin Gupta's avatar
Achin Gupta committed
164
[PSCI]:                  http://infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interface.pdf "Power State Coordination Interface PDD (ARM DEN 0022C)"
Dan Handley's avatar
Dan Handley committed
165
166
167
[SMCCC]:                 http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html "SMC Calling Convention PDD (ARM DEN 0028A)"
[TEE-SMC]:               http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php "Secure Monitor and TEEs"
[GitHub issue tracker]:  https://github.com/ARM-software/tf-issues/issues
168
169
170
[OP-TEE Secure OS]:      https://github.com/OP-TEE/optee_os
[NVidia TLK]:            http://nv-tegra.nvidia.com/gitweb/?p=3rdparty/ote_partner/tlk.git;a=summary
[Linaro Release Notes]:  https://community.arm.com/docs/DOC-10952#jive_content_id_Linaro_Release_1510