• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CMSIS/11-Mar-2024-4,9592,477

app/11-Mar-2024-1,059715

docs/11-Mar-2024-518388

log/11-Mar-2024-243169

ns_interface/11-Mar-2024-969446

test/11-Mar-2024-28,47118,828

zephyr/11-Mar-2024-21

.gitattributesD11-Mar-2024162 129

.gitignoreD11-Mar-2024186 1713

CMakeLists.txtD11-Mar-2024356 1511

dco.txtD11-Mar-20241.4 KiB3828

license.rstD11-Mar-20242.1 KiB5036

readme.rstD11-Mar-20241.2 KiB3526

readme.rst

1########################
2Trusted Firmware-M Tests
3########################
4
5The Trusted Firmware-M(TF-M) Tests repo is meant to hold various tests for the
6`Trusted Firmware-M`_.
7The TF-M tests mainly focus on functionalities of various TF-M componentes such
8as the TF-M core and various secure partitions.
9
10There is also the `psa-arch-tests`_ suite which mainly focuses on the
11implementation compliance of the Platform Security Architecture(PSA).
12
13****************
14Folder Structure
15****************
16
17- app - The application code that executes the testing, including both the TF-M
18  tests and the `psa-arch-tests`_.
19- docs - The documents about test developments.
20- CMSIS - The libraries of RTX which is the Non-secure RTOS of the tests
21- test - The TF-M test codes including test framework, test suites and test
22  services
23
24
25####################
26Feedback and support
27####################
28Feedback can be submitted via email to
29`TF-M mailing list <tf-m@lists.trustedfirmware.org>`__.
30
31.. _Trusted Firmware-M: https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/
32.. _psa-arch-tests: https://github.com/ARM-software/psa-arch-tests
33
34*Copyright (c) 2020-2022, Arm Limited. All rights reserved.*
35