Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bl1/ | 11-Mar-2024 | - | 2,403 | 1,665 | ||
bl2/ | 11-Mar-2024 | - | 4,003 | 2,814 | ||
cmake/ | 11-Mar-2024 | - | 619 | 527 | ||
config/ | 11-Mar-2024 | - | 2,815 | 1,692 | ||
docs/ | 11-Mar-2024 | - | 31,811 | 24,240 | ||
interface/ | 11-Mar-2024 | - | 16,558 | 5,015 | ||
lib/ | 11-Mar-2024 | - | 184,310 | 99,877 | ||
platform/ | 11-Mar-2024 | - | 747,378 | 407,845 | ||
secure_fw/ | 11-Mar-2024 | - | 31,142 | 18,549 | ||
tools/ | 11-Mar-2024 | - | 1,850 | 1,487 | ||
zephyr/ | 11-Mar-2024 | - | 6 | 4 | ||
.editorconfig | D | 11-Mar-2024 | 1 KiB | 53 | 42 | |
.gitattributes | D | 11-Mar-2024 | 84 | 6 | 4 | |
.gitignore | D | 11-Mar-2024 | 203 | 19 | 14 | |
.gitreview | D | 11-Mar-2024 | 84 | 5 | 4 | |
CMakeLists.txt | D | 11-Mar-2024 | 3 KiB | 87 | 66 | |
Kconfig | D | 11-Mar-2024 | 1.9 KiB | 54 | 40 | |
Kconfig.bl | D | 11-Mar-2024 | 991 | 34 | 27 | |
Kconfig.misc | D | 11-Mar-2024 | 3.2 KiB | 101 | 81 | |
dco.txt | D | 11-Mar-2024 | 1.4 KiB | 38 | 28 | |
license.rst | D | 11-Mar-2024 | 1.7 KiB | 37 | 27 | |
readme.rst | D | 11-Mar-2024 | 2.1 KiB | 51 | 43 | |
toolchain_ARMCLANG.cmake | D | 11-Mar-2024 | 19.1 KiB | 476 | 413 | |
toolchain_GNUARM.cmake | D | 11-Mar-2024 | 14 KiB | 401 | 340 | |
toolchain_IARARM.cmake | D | 11-Mar-2024 | 6.8 KiB | 209 | 175 |
readme.rst
1################## 2Trusted Firmware-M 3################## 4The Trusted Firmware-M software implementation contained in this project is 5designed to be a reference implementation of the 6`Platform Security Architecture`_ (PSA) for `ARMv7-M and Armv8-M`_. 7 8########### 9Quick Links 10########### 11 12.. Note:: 13 This git contains the source code for Trusted Firmware-M. 14 15 All official documentation has moved to `Trusted Firmware-M documentation`_ 16 which is available through `trustedfirmware.org`_. 17 18* `ARMv7-M and Armv8-M`_ 19* `ARMv8-M Architecture`_ 20* `Platform Security Architecture`_ 21* `PSA certified`_ 22* `Documentation home`_ 23* `Release notes`_ 24* `TF-M getting started`_ 25* `Build instructions`_ 26* `Run TF-M examples on Arm platforms`_ 27* `Contribution guidelines`_ 28* `trustedfirmware.org`_ 29 30#################### 31Feedback and support 32#################### 33Feedback can be submitted via email to 34`TF-M mailing list <tf-m@lists.trustedfirmware.org>`__. 35 36.. _License: https://tf-m-user-guide.trustedfirmware.org/contributing/lic.html 37.. _Contribution guidelines: https://tf-m-user-guide.trustedfirmware.org/contributing/contributing_process.html 38.. _Build instructions: https://tf-m-user-guide.trustedfirmware.org/building/tfm_build_instruction.html 39.. _TF-M getting started: https://tf-m-user-guide.trustedfirmware.org/getting_started/tfm_getting_started.html 40.. _Run TF-M examples on Arm platforms: https://tf-m-user-guide.trustedfirmware.org/building/run_tfm_examples_on_arm_platforms.html 41.. _ARMv7-M and Armv8-M: https://developer.arm.com/architectures/cpu-architecture/m-profile 42.. _ARMv8-M Architecture: https://developer.arm.com/docs/100688/latest/an-introduction-to-the-armv8-m-architecture 43.. _Platform Security Architecture: https://www.arm.com/why-arm/architecture/platform-security-architecture 44.. _PSA certified: https://www.psacertified.org/ 45.. _Trusted Firmware-M documentation: `Documentation home`_ 46.. _Documentation home: https://tf-m-user-guide.trustedfirmware.org/index.html 47.. _trustedfirmware.org: http://www.trustedfirmware.org 48.. _Release notes: https://tf-m-user-guide.trustedfirmware.org/releases/index.html 49 50*Copyright (c) 2017-2021, Arm Limited. All rights reserved.* 51