Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.husky/ | H | 25-Apr-2025 | - | 243 | 155 | |
bl1/ | H | 25-Apr-2025 | - | 2,331 | 1,280 | |
bl2/ | H | 25-Apr-2025 | - | 1,399 | 725 | |
bl2u/ | H | 25-Apr-2025 | - | 459 | 192 | |
bl31/ | H | 25-Apr-2025 | - | 3,102 | 1,514 | |
bl32/ | H | 25-Apr-2025 | - | 2,699 | 1,418 | |
common/ | H | 25-Apr-2025 | - | 3,122 | 1,752 | |
docs/ | H | 25-Apr-2025 | - | 38,793 | 29,405 | |
drivers/ | H | 25-Apr-2025 | - | 140,857 | 109,176 | |
fdts/ | H | 25-Apr-2025 | - | 8,886 | 7,732 | |
include/ | H | 25-Apr-2025 | - | 51,136 | 31,524 | |
lib/ | H | 25-Apr-2025 | - | 37,295 | 20,412 | |
licenses/ | H | 25-Apr-2025 | - | 22 | 17 | |
make_helpers/ | H | 25-Apr-2025 | - | 1,494 | 698 | |
plat/ | H | 25-Apr-2025 | - | 261,598 | 172,206 | |
services/ | H | 25-Apr-2025 | - | 11,038 | 5,904 | |
tools/ | H | 25-Apr-2025 | - | 12,554 | 9,297 | |
.checkpatch.conf | H A D | 25-Apr-2025 | 2.8 KiB | 92 | 17 | |
.commitlintrc.js | H A D | 25-Apr-2025 | 1.5 KiB | 53 | 31 | |
.cz.json | H A D | 25-Apr-2025 | 29.5 KiB | 827 | 826 | |
.editorconfig | H A D | 25-Apr-2025 | 1.9 KiB | 73 | 55 | |
.gitignore | H A D | 25-Apr-2025 | 894 | 47 | 41 | |
.gitreview | H A D | 25-Apr-2025 | 110 | 6 | 5 | |
.versionrc.js | H A D | 25-Apr-2025 | 2.1 KiB | 67 | 40 | |
Android.bp | H A D | 25-Apr-2025 | 418 | 18 | 15 | |
LICENSE | H A D | 25-Apr-2025 | 3.5 KiB | 65 | 42 | |
METADATA | H A D | 25-Apr-2025 | 496 | 19 | 17 | |
MODULE_LICENSE_BSD | HD | 25-Apr-2025 | 0 | |||
Makefile | H A D | 25-Apr-2025 | 46.3 KiB | 1,511 | 1,101 | |
dco.txt | H A D | 25-Apr-2025 | 1.4 KiB | 38 | 28 | |
license.rst | H A D | 25-Apr-2025 | 21 | 2 | 1 | |
package-lock.json | H A D | 25-Apr-2025 | 247 KiB | 6,784 | 6,783 | |
package.json | H A D | 25-Apr-2025 | 533 | 20 | 19 | |
readme.rst | H A D | 25-Apr-2025 | 2.6 KiB | 52 | 39 |
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