Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 1 | ################## |
| 2 | Trusted Firmware-M |
| 3 | ################## |
| 4 | The Trusted Firmware-M software implementation contained in this project is |
| 5 | designed to be a reference implementation of the |
| 6 | `Platform Security Architecture`_ (PSA) for `ARMv7-M and Armv8-M`_. |
| 7 | |
| 8 | ########### |
| 9 | Quick Links |
| 10 | ########### |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 11 | |
| 12 | .. Note:: |
Antonio de Angelis | e9c7d22 | 2023-09-11 17:17:55 +0100 | [diff] [blame] | 13 | This git contains the source code for Trusted Firmware-M. It is primarily |
| 14 | hosted at `git.trustedfirmware.org`_ with a read-only mirror available on |
| 15 | `GitHub`_. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 16 | |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 17 | All official documentation has moved to `Trusted Firmware-M documentation`_ |
| 18 | which is available through `trustedfirmware.org`_. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 19 | |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 20 | * `ARMv7-M and Armv8-M`_ |
| 21 | * `ARMv8-M Architecture`_ |
| 22 | * `Platform Security Architecture`_ |
| 23 | * `PSA certified`_ |
| 24 | * `Documentation home`_ |
Soby Mathew | d8efe8f | 2020-03-16 15:19:05 +0000 | [diff] [blame] | 25 | * `Release notes`_ |
Summer Qin | 6d5c91c | 2021-05-24 15:32:44 +0800 | [diff] [blame] | 26 | * `TF-M getting started`_ |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 27 | * `Build instructions`_ |
Summer Qin | 0de91c9 | 2021-06-17 16:30:18 +0800 | [diff] [blame] | 28 | * `Run TF-M examples on Arm platforms`_ |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 29 | * `Contribution guidelines`_ |
| 30 | * `trustedfirmware.org`_ |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 31 | |
| 32 | #################### |
| 33 | Feedback and support |
| 34 | #################### |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 35 | Feedback can be submitted via email to |
Kevin Peng | b29d5f9 | 2020-06-11 11:03:11 +0800 | [diff] [blame] | 36 | `TF-M mailing list <tf-m@lists.trustedfirmware.org>`__. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 37 | |
Gilles Peskine | c8a3a05 | 2023-03-01 20:46:19 +0100 | [diff] [blame] | 38 | .. _License: https://tf-m-user-guide.trustedfirmware.org/contributing/lic.html |
| 39 | .. _Contribution guidelines: https://tf-m-user-guide.trustedfirmware.org/contributing/contributing_process.html |
| 40 | .. _Build instructions: https://tf-m-user-guide.trustedfirmware.org/building/tfm_build_instruction.html |
| 41 | .. _TF-M getting started: https://tf-m-user-guide.trustedfirmware.org/getting_started/tfm_getting_started.html |
| 42 | .. _Run TF-M examples on Arm platforms: https://tf-m-user-guide.trustedfirmware.org/building/run_tfm_examples_on_arm_platforms.html |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 43 | .. _ARMv7-M and Armv8-M: https://developer.arm.com/architectures/cpu-architecture/m-profile |
| 44 | .. _ARMv8-M Architecture: https://developer.arm.com/docs/100688/latest/an-introduction-to-the-armv8-m-architecture |
| 45 | .. _Platform Security Architecture: https://www.arm.com/why-arm/architecture/platform-security-architecture |
| 46 | .. _PSA certified: https://www.psacertified.org/ |
Galanakis, Minos | dc6694b | 2020-01-06 13:54:56 +0000 | [diff] [blame] | 47 | .. _Trusted Firmware-M documentation: `Documentation home`_ |
Gilles Peskine | c8a3a05 | 2023-03-01 20:46:19 +0100 | [diff] [blame] | 48 | .. _Documentation home: https://tf-m-user-guide.trustedfirmware.org/index.html |
Antonio de Angelis | e9c7d22 | 2023-09-11 17:17:55 +0100 | [diff] [blame] | 49 | .. _trustedfirmware.org: https://www.trustedfirmware.org |
Gilles Peskine | c8a3a05 | 2023-03-01 20:46:19 +0100 | [diff] [blame] | 50 | .. _Release notes: https://tf-m-user-guide.trustedfirmware.org/releases/index.html |
Antonio de Angelis | e9c7d22 | 2023-09-11 17:17:55 +0100 | [diff] [blame] | 51 | .. _git.trustedfirmware.org: https://git.trustedfirmware.org/ |
| 52 | .. _GitHub: https://github.com/TrustedFirmware-M |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 53 | |
Antonio de Angelis | e9c7d22 | 2023-09-11 17:17:55 +0100 | [diff] [blame] | 54 | *Copyright (c) 2017-2023, Arm Limited. All rights reserved.* |