• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

bl1/11-Mar-2024-2,4031,665

bl2/11-Mar-2024-4,0032,814

cmake/11-Mar-2024-619527

config/11-Mar-2024-2,8151,692

docs/11-Mar-2024-31,81124,240

interface/11-Mar-2024-16,5585,015

lib/11-Mar-2024-184,31099,877

platform/11-Mar-2024-747,378407,845

secure_fw/11-Mar-2024-31,14218,549

tools/11-Mar-2024-1,8501,487

zephyr/11-Mar-2024-64

.editorconfigD11-Mar-20241 KiB5342

.gitattributesD11-Mar-202484 64

.gitignoreD11-Mar-2024203 1914

.gitreviewD11-Mar-202484 54

CMakeLists.txtD11-Mar-20243 KiB8766

KconfigD11-Mar-20241.9 KiB5440

Kconfig.blD11-Mar-2024991 3427

Kconfig.miscD11-Mar-20243.2 KiB10181

dco.txtD11-Mar-20241.4 KiB3828

license.rstD11-Mar-20241.7 KiB3727

readme.rstD11-Mar-20242.1 KiB5143

toolchain_ARMCLANG.cmakeD11-Mar-202419.1 KiB476413

toolchain_GNUARM.cmakeD11-Mar-202414 KiB401340

toolchain_IARARM.cmakeD11-Mar-20246.8 KiB209175

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