Upstream fork of ATF with a couple of rk3399 patches to remove HDCP blob and increase BAUD_RATE.
Go to file
Dimitris Papastamos 700b6da722
Merge pull request #1459 from antonio-nino-diaz-arm/an/xlat-refactor
Refactor of the xlat tables v2 library
2018-07-03 14:38:01 +01:00
bl1 Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
bl2 BL2_AT_EL3: do not try to disable MMU twice on AARCH32 2018-04-26 19:07:34 +02:00
bl2u Merge pull request #1282 from robertovargas-arm/misra-changes 2018-02-28 18:53:30 +00:00
bl31 DynamIQ: Enable MMU without using stack 2018-06-27 11:31:30 +01:00
bl32 TSP: Enable cache along with MMU 2018-06-27 11:31:30 +01:00
common Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
docs Merge pull request #1447 from Amit-Radur/bl32_v1 2018-07-03 14:36:46 +01:00
drivers Merge pull request #1406 from robertovargas-arm/uuid 2018-06-22 15:56:42 +01:00
fdts Dynamic_config: remove the FVP dtb files 2018-05-21 09:56:11 +01:00
include xlat v2: Split code into separate files 2018-07-03 13:41:07 +01:00
lib xlat v2: Make get/set attrs functions less verbose 2018-07-03 13:41:08 +01:00
make_helpers Build: add cpp build processing for dtb 2018-06-18 16:05:16 +02:00
plat Merge pull request #1458 from Andre-ARM/allwinner/fixes 2018-07-03 14:36:55 +01:00
services Merge pull request #1406 from robertovargas-arm/uuid 2018-06-22 15:56:42 +01:00
tools make_cert: return error when invalid options are used 2018-06-27 08:25:20 +01:00
.checkpatch.conf checkpatch: Ignore SPDX_LICENSE_TAG 2018-04-27 13:53:54 +01:00
.editorconfig Add .editorconfig file 2018-05-01 18:40:18 +01:00
.gitignore fip: move headers shared between TF and fiptool to include/tools_share 2017-05-23 23:58:47 +09:00
Makefile Build: add cpp build processing for dtb 2018-06-18 16:05:16 +02:00
acknowledgements.rst Add NXP to contributor list 2018-04-10 01:24:40 +00:00
contributing.rst Update Arm TF references to TF-A 2018-03-15 17:00:34 +00:00
dco.txt Drop requirement for CLA in contribution.md 2016-09-27 21:52:03 +01:00
license.rst Update Arm TF references to TF-A 2018-03-15 17:00:34 +00:00
maintainers.rst allwinner: Add Samuel as second maintainer 2018-06-28 23:51:36 +01:00
readme.rst synquacer: Add platform makefile and documentation 2018-06-21 14:18:37 +05:30

readme.rst

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Trusted Firmware-A - version 1.5

Trusted Firmware-A (TF-A) provides a reference implementation of secure world 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:

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

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 Armv7-A and 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, which uses various BSD licenses, including BSD-3-Clause and BSD-2-Clause.
  • The libfdt source code is dual licensed. It is used by this project under the terms of the BSD-2-Clause license.
  • The LLVM compiler-rt source code is dual licensed. It is used by this project under the terms of the NCSA license (also known as the University of Illinois/NCSA Open Source License).
  • The zlib source code is licensed under the Zlib license, which is a permissive license compatible with BSD-3-Clause.

This release

This release provides a suitable starting point for productization of secure world boot and runtime firmware, in either the AArch32 or AArch64 execution state.

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

Functionality

  • Initialization of the secure world, for example exception vectors, control registers and interrupts for the platform.
  • Library support for CPU specific reset and power down sequences. This includes support for errata workarounds and the latest Arm DynamIQ CPUs.
  • Drivers to enable standard initialization of Arm System IP, for example 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).
  • SMC (Secure Monitor Call) handling, conforming to the SMC Calling Convention using an EL3 runtime services framework.
  • 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.
  • A minimal AArch32 Secure Payload (SP_MIN) to demonstrate PSCI library integration with AArch32 EL3 Runtime Software.
  • Secure Monitor library code such as world switching, EL1 context management and interrupt routing. 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.
  • A Test SP/SPD to demonstrate AArch64 Secure Monitor functionality and SP interaction with PSCI.
  • SPDs for the OP-TEE Secure OS, NVidia Trusted Little Kernel and Trusty Secure OS.
  • A Trusted Board Boot implementation, conforming to all mandatory TBBR 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 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.
  • 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, or where a non-TF-A ROM expects BL2 to be loaded at EL3.
  • Support for the GCC, LLVM and Arm Compiler 6 toolchains.

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

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 Fixed Virtual Platforms (FVP) without shifted affinities, and that do not support threaded CPU cores (64-bit host machine only):

NOTE: Unless otherwise stated, the FVP Version is 11.2 Build 11.2.33.

  • Foundation_Platform
  • FVP_Base_AEMv8A-AEMv8A (and also Version 9.0, Build 0.8.9005)
  • 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

Additionally, various AArch64 builds were tested on the following Arm FVP s with shifted affinities, supporting threaded CPU cores (64-bit host machine only).

  • FVP_Base_Cortex-A55x4-A75x4 (Version 0.0, build 0.0.4395)
  • FVP_Base_Cortex-A55x4 (Version 0.0, build 0.0.4395)
  • FVP_Base_Cortex-A75x4 (Version 0.0, build 0.0.4395)
  • FVP_Base_RevC-2xAEMv8A

Various AArch32 builds of this release has been tested on the following Arm FVPs without shifted affinities, and that do not support threaded CPU cores (64-bit host machine only):

  • FVP_Base_AEMv8A-AEMv8A
  • FVP_Base_Cortex-A32x4

The Foundation FVP can be downloaded free of charge. The Base FVPs can be licensed from Arm. See the Arm FVP website.

All the above platforms have been tested with Linaro Release 17.10.

This release also contains the following platform support:

  • HiKey, HiKey960 and Poplar boards
  • MediaTek MT6795 and MT8173 SoCs
  • NVidia T132, T186 and T210 SoCs
  • QEMU emulator
  • Raspberry Pi 3 board
  • RockChip RK3328, RK3368 and RK3399 SoCs
  • Socionext UniPhier SoC family and SynQuacer SC2A11 SoCs
  • Texas Instruments K3 SoCs
  • Xilinx Zynq UltraScale + MPSoC

Still to come

  • More platform support.
  • Improved dynamic configuration support.
  • Ongoing support for new architectural features, CPUs and System IP.
  • Ongoing support for new Arm system architecture specifications.
  • Ongoing security hardening, optimization and quality improvements.

For a full list of detailed issues in the current code, please see the Change Log and the GitHub issue tracker.

Getting started

Get the TF-A source code from GitHub.

See the User Guide for instructions on how to install, build and use the TF-A with the Arm FVPs.

See the Firmware Design for information on how the TF-A works.

See the Porting Guide as well for information about how to use this software on another Armv7-A or 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

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 GitHub issue tracker.

Arm licensees may contact Arm directly via their partner managers.


Copyright (c) 2013-2018, Arm Limited and Contributors. All rights reserved.

</html>