# psa-arch-tests **Repository Path**: jayant97/psa-arch-tests ## Basic Information - **Project Name**: psa-arch-tests - **Description**: 这是一个镜像仓库,定时同步更新。详情请参考https://github.com/Jayant-Tang/NCS-Mirror - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: NCS-latest - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-11 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Arm Platform Security Architecture : Test Suite ## Introduction The Platform Security Architecture (PSA) is a holistic set of threat models, security analyses, hardware and firmware architecture specifications, and an open source firmware reference implementation. PSA provides a recipe, based on industry best practice, that allows security to be consistently designed in, at both a hardware and firmware level. For more information, visit the PSA webpage [here](https://developer.arm.com/products/architecture/platform-security-architecture) ### PSA APIs specifications PSA APIs reference header files are located at [api-specs](api-specs/) directory. ### PSA Functional API Certification The [PSA Functional API tests](api-tests/dev_apis) are the basis for getting the PSA Functional API Certification. For more information on the certification program, see [psacertified.org](https://www.psacertified.org/functional-api-certification/) ## GitHub branch - For functional API certification, use the release branch and pick the appropriate release tag. - To get the latest version of the code with bug fixes and new features, use the master branch. ## Architecture test suite The current implementation of the Architecture test suite contains tests for following PSA specifications. Arm licensees may contact their partner manager to obtain a copy of this specification.
Future versions of the test suite will be enhanced to include tests for other specifications of the Platform Security Architecture. The tests are available as open source. The tests and the corresponding abstraction layers are available with an Apache v2 license allowing for external contribution. ### TBSA-v8M The 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. ### PSA APIs The 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. ### Secure Debug The 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. ## License Arm PSA test suite is distributed under Apache v2.0 License. ## Feedback, contributions, and support - For feedback, use the GitHub Issue Tracker that is associated with this repository. - For support, send an email to support-psa-arch-tests@arm.com with details. - Arm licensees can contact Arm directly through their partner managers. - Arm welcomes code contributions through GitHub pull requests. -------------- *Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved.*