aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--readme.rst17
2 files changed, 9 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index c20011903..1269b6d9b 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# TFTF Version
VERSION_MAJOR := 2
-VERSION_MINOR := 1
+VERSION_MINOR := 2
################################################################################
# Default values for build configurations, and their dependencies
diff --git a/readme.rst b/readme.rst
index 1500ccccf..9c024c26b 100644
--- a/readme.rst
+++ b/readme.rst
@@ -1,4 +1,4 @@
-Trusted Firmware-A Tests - version 2.1
+Trusted Firmware-A Tests - version 2.2
======================================
The Trusted Firmware-A Tests (TF-A-Tests) is a suite of baremetal tests to
@@ -54,12 +54,11 @@ license text is included in those source files.
This release
------------
-This release provides a starting point for exercising some of the TF-A features
-on the Arm FVP and Juno platforms, porting the tests to new platforms, enhancing
-existing tests or implementing new ones.
+This release makes a wide range of tests available for validating the functionality
+of TF-A as well as several improvements to test framework and test suite.
-Please note that this code is not mature yet and suffers from some stability
-issues. Refer to the known issues in the `change log`_ for more details.
+Please refer to the `change log`_ for more details of the features, known issues and
+limitations in the current release.
Platforms
@@ -89,7 +88,7 @@ The AArch32 build has been tested on the following `FVP`_\ s:
- ``FVP_Base_Cortex-A32x4``
- ``FVP_Base_RevC-2xAEMv8A``
-NOTE: Unless otherwise stated, the model version is version 11.5, build 33.
+NOTE: Unless otherwise stated, the model version is version 11.6, build 45.
System Guidance for Infrastructure Fixed Virtual Platforms
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
@@ -102,8 +101,8 @@ The AArch64 build has been tested on the following Fixed Virtual Platforms
NOTE:
-- For ``FVP_CSS_SGI-575``, the model version is 11.4, build 40
-- For ``FVP_RD_N1Edge``, the model version is 11.6, build 29
+- For ``FVP_CSS_SGI-575`` and ``FVP_RD_N1Edge``, internal version of the
+ models were used.
Still to come
`````````````