blob: 2b810cec8a4f5a2c8a611339550d68559d53d298 [file] [log] [blame]
Jimmy Brisson0ea83cf2020-04-02 15:19:05 -05001Feature Overview
2================
3
Jimmy Brisson6fcd9612020-04-02 15:19:20 -05004This page provides an overview of the current TF-A Tests feature set. The
5:ref:`Change Log & Release Notes` document provides details of changes made
6since the last release.
Jimmy Brisson0ea83cf2020-04-02 15:19:05 -05007
Jimmy Brisson6fcd9612020-04-02 15:19:20 -05008Current Features
9----------------
10
11The following TF-A features are currently tested to some extent (this list is
12not exhaustive):
13
14- `SMC Calling Convention`_
15- `Power State Coordination Interface (PSCI)`_
16- `Software Delegated Exception Interface (SDEI)`_
17- `Performance Measurement Framework (PMF)`_
18- Communication and interaction with the `Test Secure Payload (TSP)`_
19- `Firmware update`_ (or recovery mode)
20- `EL3 payload`_ boot flow
21- `Secure partition`_ support
22
23These tests are not a compliance test suite for the Arm interface standards used
24in TF-A (such as PSCI).
25
26They do not cover 100% of the TF-A code. The fact that all tests pass does not
27mean that TF-A is free of bugs.
28
29They are not reference code. They should not be considered as the official way
30to test hardware/firmware features. Instead, they are provided as example code
31to experiment with and improve on.
32
33Still to come
34-------------
35
36- Additional tests
37- Support for new platforms
38- Design improvements
39- Stability improvements
40- Enhancements to the test framework to make it easier to implement tests
41- Fixes for known issues (detailed in :ref:`Change Log & Release Notes`)
Jimmy Brisson0ea83cf2020-04-02 15:19:05 -050042
43--------------
44
45*Copyright (c) 2019, Arm Limited. All rights reserved.*