blob: a93ef8e75711f6f10a07b3693cb1f36cc3cbb37c [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::
Antonio de Angelise9c7d222023-09-11 17:17:55 +010013 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 Szingdb9783c2019-04-17 21:08:48 +020016
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000017 All official documentation has moved to `Trusted Firmware-M documentation`_
18 which is available through `trustedfirmware.org`_.
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020019
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000020* `ARMv7-M and Armv8-M`_
21* `ARMv8-M Architecture`_
22* `Platform Security Architecture`_
23* `PSA certified`_
24* `Documentation home`_
Soby Mathewd8efe8f2020-03-16 15:19:05 +000025* `Release notes`_
Summer Qin6d5c91c2021-05-24 15:32:44 +080026* `TF-M getting started`_
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000027* `Build instructions`_
Summer Qin0de91c92021-06-17 16:30:18 +080028* `Run TF-M examples on Arm platforms`_
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000029* `Contribution guidelines`_
30* `trustedfirmware.org`_
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020031
32####################
33Feedback and support
34####################
Galanakis, Minos6ccf7ec2019-11-07 15:15:05 +000035Feedback can be submitted via email to
Kevin Pengb29d5f92020-06-11 11:03:11 +080036`TF-M mailing list <tf-m@lists.trustedfirmware.org>`__.
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020037
Gilles Peskinec8a3a052023-03-01 20:46:19 +010038.. _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, Minos6ccf7ec2019-11-07 15:15:05 +000043.. _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, Minosdc6694b2020-01-06 13:54:56 +000047.. _Trusted Firmware-M documentation: `Documentation home`_
Gilles Peskinec8a3a052023-03-01 20:46:19 +010048.. _Documentation home: https://tf-m-user-guide.trustedfirmware.org/index.html
Antonio de Angelise9c7d222023-09-11 17:17:55 +010049.. _trustedfirmware.org: https://www.trustedfirmware.org
Gilles Peskinec8a3a052023-03-01 20:46:19 +010050.. _Release notes: https://tf-m-user-guide.trustedfirmware.org/releases/index.html
Antonio de Angelise9c7d222023-09-11 17:17:55 +010051.. _git.trustedfirmware.org: https://git.trustedfirmware.org/
52.. _GitHub: https://github.com/TrustedFirmware-M
Gyorgy Szingdb9783c2019-04-17 21:08:48 +020053
Antonio de Angelise9c7d222023-09-11 17:17:55 +010054*Copyright (c) 2017-2023, Arm Limited. All rights reserved.*