Kevin Peng | e1c99bb | 2020-06-05 13:21:52 +0800 | [diff] [blame] | 1 | ######################## |
| 2 | Trusted Firmware-M Tests |
| 3 | ######################## |
| 4 | |
Kevin Peng | 8a711be | 2020-07-24 11:13:48 +0800 | [diff] [blame] | 5 | The Trusted Firmware-M(TF-M) Tests repo is meant to hold various tests for the |
Kevin Peng | e1c99bb | 2020-06-05 13:21:52 +0800 | [diff] [blame] | 6 | `Trusted Firmware-M`_. |
Kevin Peng | 8a711be | 2020-07-24 11:13:48 +0800 | [diff] [blame] | 7 | The TF-M tests mainly focus on functionalities of various TF-M componentes such |
| 8 | as the TF-M core and various secure partitions. |
| 9 | |
| 10 | There is also the `psa-arch-tests`_ suite which mainly focuses on the |
| 11 | implementation compliance of the Platform Security Architecture(PSA). |
| 12 | |
| 13 | **************** |
| 14 | Folder 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 | - CMSIS - The libraries of RTX which is the Non-secure RTOS of the tests |
| 20 | - test - The TF-M test codes including test framework, test suites and test |
| 21 | services |
| 22 | |
Kevin Peng | e1c99bb | 2020-06-05 13:21:52 +0800 | [diff] [blame] | 23 | |
| 24 | #################### |
| 25 | Feedback and support |
| 26 | #################### |
| 27 | Feedback can be submitted via email to |
| 28 | `TF-M mailing list <tf-m@lists.trustedfirmware.org>`__. |
| 29 | |
| 30 | .. _Trusted Firmware-M: https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/ |
Kevin Peng | 8a711be | 2020-07-24 11:13:48 +0800 | [diff] [blame] | 31 | .. _psa-arch-tests: https://github.com/ARM-software/psa-arch-tests |
Kevin Peng | e1c99bb | 2020-06-05 13:21:52 +0800 | [diff] [blame] | 32 | |
| 33 | *Copyright (c) 2020, Arm Limited. All rights reserved.* |