Go to file
Raef Coles 376e3d6aff BL1: Add BL1 testsuite
Change-Id: If9566c854d9fb3ac748e1e335e004d721a7d436c
Signed-off-by: Raef Coles <raef.coles@arm.com>
2022-04-13 14:25:59 +02:00
bl1 BL1: Add BL1 testsuite 2022-04-13 14:25:59 +02:00
bl2 BL1: Add BL1 2022-04-01 04:28:30 +02:00
cmake Build: Refactor code-sharing primitives 2022-03-21 17:04:51 +01:00
config Test: Update psa arch test version 2022-04-06 12:13:12 +02:00
docs Docs: Update the Generic Threat Model 2022-03-31 10:21:37 +02:00
interface SPM: Improvements on connection handle creation and validation 2022-04-01 04:36:02 +02:00
lib Build: Update tf-m-tests commit ID 2022-04-13 10:01:46 +02:00
platform Build: Fix IAR build Error 2022-04-11 16:46:19 +02:00
secure_fw SPM: Two errors are not programmer error anymore 2022-04-13 11:57:42 +08:00
tools SPM: Remove SFN model partition stack in level 1 2022-03-30 05:11:15 +02:00
.gitattributes Introduce end-of-line normalization 2021-02-23 09:53:54 +08:00
.gitignore Git: Update .gitignore 2021-11-17 07:06:44 +01:00
.gitreview Gerrit: Update .gitreview to new location 2020-06-05 11:55:23 +00:00
CMakeLists.txt BL1: Add BL1 testsuite 2022-04-13 14:25:59 +02:00
dco.txt Docs: add licensing info and user docs 2017-12-18 14:43:48 +00:00
license.rst Doc: convert markdown files to rst 2019-05-03 09:08:51 +02:00
readme.rst Docs: Refine tfm_sw_requirement.rst 2021-06-23 11:21:07 +08:00
toolchain_ARMCLANG.cmake Build: Refactor code-sharing primitives 2022-03-21 17:04:51 +01:00
toolchain_GNUARM.cmake SPM: Add __ARM_ARCH_8_1M_MAIN__ macro for GNU Arm Embedded Toolchain 2022-03-30 08:18:54 +02:00
toolchain_IARARM.cmake build: Fix dependency of output binaries on linker script 2022-02-16 23:29:06 +01:00

readme.rst

##################
Trusted Firmware-M
##################
The Trusted Firmware-M software implementation contained in this project is
designed to be a reference implementation of the
`Platform Security Architecture`_ (PSA) for `ARMv7-M and Armv8-M`_.

###########
Quick Links
###########

.. Note::
    This git contains the source code for Trusted Firmware-M.

    All official documentation has moved to `Trusted Firmware-M documentation`_
    which is available through `trustedfirmware.org`_.

* `ARMv7-M and Armv8-M`_
* `ARMv8-M Architecture`_
* `Platform Security Architecture`_
* `PSA certified`_
* `Documentation home`_
* `Release notes`_
* `TF-M getting started`_
* `Build instructions`_
* `Run TF-M examples on Arm platforms`_
* `Contribution guidelines`_
* `trustedfirmware.org`_

####################
Feedback and support
####################
Feedback can be submitted via email to
`TF-M mailing list <tf-m@lists.trustedfirmware.org>`__.

.. _License: https://ci.trustedfirmware.org/view/TF-M/job/tf-m-build-docs-nightly/lastSuccessfulBuild/artifact/trusted-firmware-m/build/docs/user_guide/html/license.html
.. _Contribution guidelines: https://ci.trustedfirmware.org/view/TF-M/job/tf-m-build-docs-nightly/lastSuccessfulBuild/artifact/trusted-firmware-m/build/docs/user_guide/html/docs/contributing/contributing_process.html
.. _Build instructions: https://ci.trustedfirmware.org/view/TF-M/job/tf-m-build-docs-nightly/lastSuccessfulBuild/artifact/trusted-firmware-m/build/docs/user_guide/html/docs/technical_references/instructions/tfm_build_instruction.html
.. _TF-M getting started: https://ci.trustedfirmware.org/view/TF-M/job/tf-m-build-docs-nightly/lastSuccessfulBuild/artifact/trusted-firmware-m/build/docs/user_guide/html/docs/getting_started/tfm_getting_started.html
.. _Run TF-M examples on Arm platforms: https://ci.trustedfirmware.org/view/TF-M/job/tf-m-build-docs-nightly/lastSuccessfulBuild/artifact/trusted-firmware-m/build/docs/user_guide/html/docs/technical_references/instructions/run_tfm_examples_on_arm_platforms.html
.. _ARMv7-M and Armv8-M: https://developer.arm.com/architectures/cpu-architecture/m-profile
.. _ARMv8-M Architecture: https://developer.arm.com/docs/100688/latest/an-introduction-to-the-armv8-m-architecture
.. _Platform Security Architecture: https://www.arm.com/why-arm/architecture/platform-security-architecture
.. _PSA certified: https://www.psacertified.org/
.. _Trusted Firmware-M documentation: `Documentation home`_
.. _Documentation home: https://ci.trustedfirmware.org/job/tf-m-build-docs-nightly/lastStableBuild/artifact/trusted-firmware-m/build/docs/user_guide/html/index.html
.. _trustedfirmware.org: http://www.trustedfirmware.org
.. _Release notes: https://ci.trustedfirmware.org/view/TF-M/job/tf-m-build-docs-nightly/lastSuccessfulBuild/artifact/trusted-firmware-m/build/docs/user_guide/html/docs/releases/index.html

*Copyright (c) 2017-2021, Arm Limited. All rights reserved.*