blob: f28f49552a84f25372735477fbd3f18f77f99df7 [file] [log] [blame]
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +00001##################
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###########
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020011
12.. Note::
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000013 This git contains the source code for Trusted Firmware-M.
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020014
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000015 All official documentation has moved to `Trusted Firmware-M documentation`_
16 which is available through `trustedfirmware.org`_.
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020017
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000018* `ARMv7-M and Armv8-M`_
19* `ARMv8-M Architecture`_
20* `Platform Security Architecture`_
21* `PSA certified`_
22* `Documentation home`_
Soby Mathewd8efe8f2020-03-16 15:19:05 +000023* `Release notes`_
Summer Qin6d5c91c2021-05-24 15:32:44 +080024* `TF-M getting started`_
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000025* `Build instructions`_
Summer Qin0de91c92021-06-17 16:30:18 +080026* `Run TF-M examples on Arm platforms`_
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000027* `Contribution guidelines`_
28* `trustedfirmware.org`_
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020029
30####################
31Feedback and support
32####################
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000033Feedback can be submitted via email to
Kevin Pengb29d5f92020-06-11 11:03:11 +080034`TF-M mailing list <tf-m@lists.trustedfirmware.org>`__.
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020035
Gilles Peskinec8a3a052023-03-01 20:46:19 +010036.. _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
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000041.. _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, Minosdc6694b2020-01-06 13:54:56 +000045.. _Trusted Firmware-M documentation: `Documentation home`_
Gilles Peskinec8a3a052023-03-01 20:46:19 +010046.. _Documentation home: https://tf-m-user-guide.trustedfirmware.org/index.html
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000047.. _trustedfirmware.org: http://www.trustedfirmware.org
Gilles Peskinec8a3a052023-03-01 20:46:19 +010048.. _Release notes: https://tf-m-user-guide.trustedfirmware.org/releases/index.html
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020049
Xinyu Zhange38a4842021-01-18 17:57:57 +080050*Copyright (c) 2017-2021, Arm Limited. All rights reserved.*