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:: |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 13 | This git contains the source code for Trusted Firmware-M. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 14 | |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 15 | All official documentation has moved to `Trusted Firmware-M documentation`_ |
| 16 | which is available through `trustedfirmware.org`_. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 17 | |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 18 | * `ARMv7-M and Armv8-M`_ |
| 19 | * `ARMv8-M Architecture`_ |
| 20 | * `Platform Security Architecture`_ |
| 21 | * `PSA certified`_ |
| 22 | * `Documentation home`_ |
Soby Mathew | d8efe8f | 2020-03-16 15:19:05 +0000 | [diff] [blame] | 23 | * `Release notes`_ |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 24 | * `Software requirements`_ |
| 25 | * `Build instructions`_ |
| 26 | * `User Guide`_ |
| 27 | * `Contribution guidelines`_ |
| 28 | * `trustedfirmware.org`_ |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 29 | |
| 30 | #################### |
| 31 | Feedback and support |
| 32 | #################### |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 33 | Feedback can be submitted via email to |
Kevin Peng | b29d5f9 | 2020-06-11 11:03:11 +0800 | [diff] [blame^] | 34 | `TF-M mailing list <tf-m@lists.trustedfirmware.org>`__. |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 35 | |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 36 | .. _License: https://ci.trustedfirmware.org/job/tf-m-build-test-nightly/lastSuccessfulBuild/artifact/build-docs/tf-m_documents/install/doc/user_guide/html/docs/lic.html |
| 37 | .. _Contribution guidelines: https://ci.trustedfirmware.org/job/tf-m-build-test-nightly/lastSuccessfulBuild/artifact/build-docs/tf-m_documents/install/doc/user_guide/html/docs/contributing.html |
| 38 | .. _Build instructions: https://ci.trustedfirmware.org/job/tf-m-build-test-nightly/lastSuccessfulBuild/artifact/build-docs/tf-m_documents/install/doc/user_guide/html/docs/user_guides/tfm_build_instruction.html |
| 39 | .. _Software requirements: https://ci.trustedfirmware.org/job/tf-m-build-test-nightly/lastSuccessfulBuild/artifact/build-docs/tf-m_documents/install/doc/user_guide/html/docs/user_guides/tfm_sw_requirement.html |
| 40 | .. _User Guide: https://ci.trustedfirmware.org/job/tf-m-build-test-nightly/lastSuccessfulBuild/artifact/build-docs/tf-m_documents/install/doc/user_guide/html/docs/user_guides/tfm_user_guide.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/ |
Galanakis, Minos | dc6694b | 2020-01-06 13:54:56 +0000 | [diff] [blame] | 45 | .. _Trusted Firmware-M documentation: `Documentation home`_ |
Galanakis, Minos | 6ccf7ec | 2019-11-07 15:15:05 +0000 | [diff] [blame] | 46 | .. _Documentation home: https://ci.trustedfirmware.org/job/tf-m-build-test-nightly/lastSuccessfulBuild/artifact/build-docs/tf-m_documents/install/doc/user_guide/html/docs/readme.html |
| 47 | .. _trustedfirmware.org: http://www.trustedfirmware.org |
Soby Mathew | d8efe8f | 2020-03-16 15:19:05 +0000 | [diff] [blame] | 48 | .. _Release notes: https://ci.trustedfirmware.org/job/tf-m-build-test-nightly/lastSuccessfulBuild/artifact/build-docs/tf-m_documents/install/doc/user_guide/html/docs/changelog.html |
Gyorgy Szing | db9783c | 2019-04-17 21:08:48 +0200 | [diff] [blame] | 49 | |
Galanakis, Minos | dc6694b | 2020-01-06 13:54:56 +0000 | [diff] [blame] | 50 | *Copyright (c) 2017-2020, Arm Limited. All rights reserved.* |