1
2# Arm Platform Security Architecture : Test Suite
3
4
5## Introduction
6
7This test suite is one of a set of resources provided by Arm that can help organizations develop products that meet the security requirements of PSA Certified on Arm-based platforms. The PSA Certified scheme provides a framework and methodology that helps silicon manufacturers, system software providers and OEMs to develop more secure products. Arm resources that support PSA Certified range from threat models, standard architectures that simplify development and increase portability, and open-source partnerships that provide ready-to-use software. You can read more about PSA Certified here at [https://www.psacertified.org](www.psacertified.org) and find more Arm resources here at [https://developer.arm.com/platform-security-resources](developer.arm.com/platform-security-resources).
8
9For more information, visit the [PSA webpage](https://developer.arm.com/products/architecture/platform-security-architecture)
10
11### PSA Certified APIs specifications
12
13API specifications are placed in [PSA API github site](https://github.com/ARM-software/psa-api/).
14
15### PSA Certified API Compliance
16The [PSA Certified API tests](api-tests/dev_apis) are the basis for validating compliance with PSA Certified APIs. For more information on the certification program, see [psacertified.org](https://www.psacertified.org/functional-api-certification/)
17
18## GitHub branch
19  - For API certification, use the release branch and pick the appropriate release tag.
20  - To get the latest version of the code with bug fixes and new features, use the master branch.
21
22## Architecture test suite
23
24The current implementation of the Architecture test suite contains tests for following PSA Certified specifications. Arm licensees may contact their partner manager to obtain a copy of this specification. <br />
25
26Future versions of the test suite will be enhanced to include tests for other specifications of the Platform Security Architecture.
27
28The tests are available as open source. The tests and the corresponding abstraction layers are available with an Apache v2 license allowing for external contribution.
29
30### TBSA-v8M
31The test suite for this specification is located in the tbsa-v8m directory of this repository. See [TBSA-v8m Readme](tbsa-v8m/README.md) file for more details.
32
33### PSA APIs
34The test suite for this specification is located in the api-tests directory of this repository. See [PSA APIs Tests Readme](api-tests/README.md) file for more details.
35
36### Secure Debug
37The test suite for this specification is located in the secure-debug directory of this repository. See [Secure Debug Readme](secure-debug/README.md) file for more details.
38
39## License
40
41Arm PSA test suite is distributed under Apache v2.0 License.
42
43
44## Feedback, contributions, and support
45
46 - For feedback, use the GitHub Issue Tracker that is associated with this repository.
47 - For support, send an email to support-psa-arch-tests@arm.com with details.
48 - Arm licensees can contact Arm directly through their partner managers.
49 - Arm welcomes code contributions through GitHub pull requests.
50
51--------------
52
53*Copyright (c) 2018-2022, Arm Limited and Contributors. All rights reserved.*
54