blob: dbaec1279094730eb4b4731dcdd614303bfa8ea8 [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)
Jimmy Brisson4844dc92020-04-02 15:19:34 -050020- `EL3 payload boot flow`_
21- Secure partition support
Jimmy Brisson6fcd9612020-04-02 15:19:20 -050022
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
Sandrine Bailleux9e8fae22020-04-27 16:43:13 +020045*Copyright (c) 2019-2020, Arm Limited. All rights reserved.*
Jimmy Brisson4844dc92020-04-02 15:19:34 -050046
Sandrine Bailleux9e8fae22020-04-27 16:43:13 +020047.. _SMC Calling Convention: https://developer.arm.com/docs/den0028/latest
Jimmy Brisson4844dc92020-04-02 15:19:34 -050048.. _Power State Coordination Interface (PSCI): PSCI_
49.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
50.. _Software Delegated Exception Interface (SDEI): SDEI_
51.. _SDEI: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
52.. _Performance Measurement framework (PMF): PMF_
53.. _PMF: https://trustedfirmware-a.readthedocs.io/en/latest/design/firmware-design.html#performance-measurement-framework
54.. _Test Secure Payload (TSP): TSP_
55.. _TSP: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/bl32/tsp
56.. _Firmware update: https://trustedfirmware-a.readthedocs.io/en/latest/components/firmware-update.html
57.. _EL3 payload boot flow: https://trustedfirmware-a.readthedocs.io/en/latest/design/alt-boot-flows.html#el3-payloads-alternative-boot-flow