blob: 81212303caf64d23ffbd4e9841139932c08b66ac [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
Jayanth Dodderi Chidanandafcf4662022-10-21 20:49:53 +010022- `True Random Number Generator Firmware Interface (TRNG_FW)`_
Jimmy Brisson6fcd9612020-04-02 15:19:20 -050023
24These tests are not a compliance test suite for the Arm interface standards used
25in TF-A (such as PSCI).
26
27They do not cover 100% of the TF-A code. The fact that all tests pass does not
28mean that TF-A is free of bugs.
29
30They are not reference code. They should not be considered as the official way
31to test hardware/firmware features. Instead, they are provided as example code
32to experiment with and improve on.
33
34Still to come
35-------------
36
37- Additional tests
38- Support for new platforms
39- Design improvements
40- Stability improvements
41- Enhancements to the test framework to make it easier to implement tests
42- Fixes for known issues (detailed in :ref:`Change Log & Release Notes`)
Jimmy Brisson0ea83cf2020-04-02 15:19:05 -050043
44--------------
45
Jayanth Dodderi Chidanand16dda882023-01-15 11:21:39 +000046*Copyright (c) 2019-2023, Arm Limited. All rights reserved.*
Jimmy Brisson4844dc92020-04-02 15:19:34 -050047
Sandrine Bailleux9e8fae22020-04-27 16:43:13 +020048.. _SMC Calling Convention: https://developer.arm.com/docs/den0028/latest
Jimmy Brisson4844dc92020-04-02 15:19:34 -050049.. _Power State Coordination Interface (PSCI): PSCI_
50.. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
51.. _Software Delegated Exception Interface (SDEI): SDEI_
52.. _SDEI: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
53.. _Performance Measurement framework (PMF): PMF_
54.. _PMF: https://trustedfirmware-a.readthedocs.io/en/latest/design/firmware-design.html#performance-measurement-framework
55.. _Test Secure Payload (TSP): TSP_
56.. _TSP: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/bl32/tsp
57.. _Firmware update: https://trustedfirmware-a.readthedocs.io/en/latest/components/firmware-update.html
58.. _EL3 payload boot flow: https://trustedfirmware-a.readthedocs.io/en/latest/design/alt-boot-flows.html#el3-payloads-alternative-boot-flow
Jayanth Dodderi Chidanand16dda882023-01-15 11:21:39 +000059.. _True Random Number Generator Firmware Interface (TRNG_FW): TRNG_FW_
Jayanth Dodderi Chidanandafcf4662022-10-21 20:49:53 +010060.. _TRNG_FW: https://developer.arm.com/documentation/den0098/latest