Jimmy Brisson | 0ea83cf | 2020-04-02 15:19:05 -0500 | [diff] [blame] | 1 | Feature Overview |
| 2 | ================ |
| 3 | |
Jimmy Brisson | 6fcd961 | 2020-04-02 15:19:20 -0500 | [diff] [blame] | 4 | This 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 |
| 6 | since the last release. |
Jimmy Brisson | 0ea83cf | 2020-04-02 15:19:05 -0500 | [diff] [blame] | 7 | |
Jimmy Brisson | 6fcd961 | 2020-04-02 15:19:20 -0500 | [diff] [blame] | 8 | Current Features |
| 9 | ---------------- |
| 10 | |
| 11 | The following TF-A features are currently tested to some extent (this list is |
| 12 | not 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 Brisson | 4844dc9 | 2020-04-02 15:19:34 -0500 | [diff] [blame] | 20 | - `EL3 payload boot flow`_ |
| 21 | - Secure partition support |
Jayanth Dodderi Chidanand | afcf466 | 2022-10-21 20:49:53 +0100 | [diff] [blame] | 22 | - `True Random Number Generator Firmware Interface (TRNG_FW)`_ |
Jimmy Brisson | 6fcd961 | 2020-04-02 15:19:20 -0500 | [diff] [blame] | 23 | |
| 24 | These tests are not a compliance test suite for the Arm interface standards used |
| 25 | in TF-A (such as PSCI). |
| 26 | |
| 27 | They do not cover 100% of the TF-A code. The fact that all tests pass does not |
| 28 | mean that TF-A is free of bugs. |
| 29 | |
| 30 | They are not reference code. They should not be considered as the official way |
| 31 | to test hardware/firmware features. Instead, they are provided as example code |
| 32 | to experiment with and improve on. |
| 33 | |
| 34 | Still 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 Brisson | 0ea83cf | 2020-04-02 15:19:05 -0500 | [diff] [blame] | 43 | |
| 44 | -------------- |
| 45 | |
Jayanth Dodderi Chidanand | 16dda88 | 2023-01-15 11:21:39 +0000 | [diff] [blame] | 46 | *Copyright (c) 2019-2023, Arm Limited. All rights reserved.* |
Jimmy Brisson | 4844dc9 | 2020-04-02 15:19:34 -0500 | [diff] [blame] | 47 | |
Sandrine Bailleux | 9e8fae2 | 2020-04-27 16:43:13 +0200 | [diff] [blame] | 48 | .. _SMC Calling Convention: https://developer.arm.com/docs/den0028/latest |
Jimmy Brisson | 4844dc9 | 2020-04-02 15:19:34 -0500 | [diff] [blame] | 49 | .. _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 Chidanand | 16dda88 | 2023-01-15 11:21:39 +0000 | [diff] [blame] | 59 | .. _True Random Number Generator Firmware Interface (TRNG_FW): TRNG_FW_ |
Jayanth Dodderi Chidanand | afcf466 | 2022-10-21 20:49:53 +0100 | [diff] [blame] | 60 | .. _TRNG_FW: https://developer.arm.com/documentation/den0098/latest |