• Home
Name Date Size #Lines LOC

..--

.husky/03-May-2024-243155

bl1/03-May-2024-2,3311,280

bl2/03-May-2024-1,399725

bl2u/03-May-2024-459192

bl31/03-May-2024-3,1021,514

bl32/03-May-2024-2,6991,418

common/03-May-2024-3,1221,752

docs/03-May-2024-38,79329,405

drivers/03-May-2024-140,857109,176

fdts/03-May-2024-8,8867,732

include/03-May-2024-51,13631,524

lib/03-May-2024-37,29520,412

licenses/03-May-2024-2217

make_helpers/03-May-2024-1,494698

plat/03-May-2024-261,598172,206

services/03-May-2024-11,0385,904

tools/03-May-2024-12,5549,297

.checkpatch.confD03-May-20242.8 KiB9217

.commitlintrc.jsD03-May-20241.5 KiB5331

.cz.jsonD03-May-202429.5 KiB827826

.editorconfigD03-May-20241.9 KiB7355

.gitignoreD03-May-2024894 4741

.gitreviewD03-May-2024110 65

.versionrc.jsD03-May-20242.1 KiB6740

Android.bpD03-May-2024387 1714

LICENSED03-May-20243.5 KiB6542

METADATAD03-May-2024496 1917

MODULE_LICENSE_BSDD03-May-20240

MakefileD03-May-202446.3 KiB1,5111,101

dco.txtD03-May-20241.4 KiB3828

license.rstD03-May-202421 21

package-lock.jsonD03-May-2024247 KiB6,7846,783

package.jsonD03-May-2024533 2019

readme.rstD03-May-20242.6 KiB5239

readme.rst

1Trusted Firmware-A
2==================
3
4Trusted Firmware-A (TF-A) is a reference implementation of secure world software
5for `Arm A-Profile architectures`_ (Armv8-A and Armv7-A), including an Exception
6Level 3 (EL3) `Secure Monitor`_. It provides a suitable starting point for
7productization of secure world boot and runtime firmware, in either the AArch32
8or AArch64 execution states.
9
10TF-A implements Arm interface standards, including:
11
12-  `Power State Coordination Interface (PSCI)`_
13-  `Trusted Board Boot Requirements CLIENT (TBBR-CLIENT)`_
14-  `SMC Calling Convention`_
15-  `System Control and Management Interface (SCMI)`_
16-  `Software Delegated Exception Interface (SDEI)`_
17
18The code is designed to be portable and reusable across hardware platforms and
19software models that are based on the Armv8-A and Armv7-A architectures.
20
21In collaboration with interested parties, we will continue to enhance TF-A
22with reference implementations of Arm standards to benefit developers working
23with Armv7-A and Armv8-A TrustZone technology.
24
25Users are encouraged to do their own security validation, including penetration
26testing, on any secure world code derived from TF-A.
27
28More Info and Documentation
29---------------------------
30
31To find out more about Trusted Firmware-A, please `view the full documentation`_
32that is available through `trustedfirmware.org`_.
33
34--------------
35
36*Copyright (c) 2013-2019, Arm Limited and Contributors. All rights reserved.*
37
38.. _Armv7-A and Armv8-A: https://developer.arm.com/products/architecture/a-profile
39.. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php
40.. _Power State Coordination Interface (PSCI): PSCI_
41.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
42.. _Trusted Board Boot Requirements CLIENT (TBBR-CLIENT): https://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a
43.. _SMC Calling Convention: http://infocenter.arm.com/help/topic/com.arm.doc.den0028b/ARM_DEN0028B_SMC_Calling_Convention.pdf
44.. _System Control and Management Interface (SCMI): SCMI_
45.. _SCMI: http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf
46.. _Software Delegated Exception Interface (SDEI): SDEI_
47.. _SDEI: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
48.. _Arm A-Profile architectures: https://developer.arm.com/architectures/cpu-architecture/a-profile
49.. _view the full documentation: https://www.trustedfirmware.org/docs/tf-a
50.. _trustedfirmware.org: http://www.trustedfirmware.org
51
52