• Home
Name Date Size #Lines LOC

..--

.husky/04-Jul-2025-338224

bl1/04-Jul-2025-2,3571,299

bl2/04-Jul-2025-1,490782

bl2u/04-Jul-2025-477206

bl31/04-Jul-2025-3,6441,874

bl32/04-Jul-2025-3,9282,254

common/04-Jul-2025-3,7542,185

docs/04-Jul-2025-57,47843,152

drivers/04-Jul-2025-182,006136,744

fdts/04-Jul-2025-16,41914,381

include/04-Jul-2025-74,92846,645

lib/04-Jul-2025-62,58239,349

licenses/04-Jul-2025-225186

make_helpers/04-Jul-2025-2,8081,288

plat/04-Jul-2025-383,782255,139

services/04-Jul-2025-24,65814,299

tools/04-Jul-2025-19,80515,139

.checkpatch.confD04-Jul-20252.8 KiB9217

.commitlintrc.jsD04-Jul-20251.9 KiB7345

.ctagsD04-Jul-2025230 54

.cz-adapter.cjsD04-Jul-2025347 1613

.cz.jsonD04-Jul-202536 43

.editorconfigD04-Jul-20251.9 KiB7657

.gitignoreD04-Jul-20251 KiB5649

.gitreviewD04-Jul-2025110 65

.nvmrcD04-Jul-20259 21

.readthedocs.yamlD04-Jul-2025685 3217

.versionrc.cjsD04-Jul-20254.9 KiB152126

Android.bpD04-Jul-2025153 65

MakefileD04-Jul-202555.7 KiB1,8201,315

changelog.yamlD04-Jul-202529.4 KiB1,5431,051

dco.txtD04-Jul-20251.4 KiB3828

license.rstD04-Jul-202521 21

package-lock.jsonD04-Jul-2025176.9 KiB4,9184,917

package.jsonD04-Jul-2025586 2524

poetry.lockD04-Jul-202577.9 KiB1,3161,179

pyproject.tomlD04-Jul-2025872 3932

readme.rstD04-Jul-20252.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
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