aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingyang Sun <mingyang.sun@arm.com>2021-03-12 14:47:46 +0800
committerMingyang Sun <mingyang.sun@arm.com>2021-03-22 11:11:50 +0800
commit9ac44d3e8a17db88993aa60454421e06a7693371 (patch)
tree16dd37d39602f0efc610bfb4883221fb3010bdfe
parent6d5dc3d95023942da029e7704bc555b092c6c048 (diff)
downloadtrusted-firmware-m-9ac44d3e8a17db88993aa60454421e06a7693371.tar.gz
SPM: Update firmware framework version
Update firmware framework version to 1.1. Change-Id: I0bedf52478eb63a2394c00ca0517af4b213b1078 Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
-rw-r--r--interface/include/psa/client.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/interface/include/psa/client.h b/interface/include/psa/client.h
index 6df761a450..8fd2d13674 100644
--- a/interface/include/psa/client.h
+++ b/interface/include/psa/client.h
@@ -21,9 +21,10 @@ extern "C" {
/**
* The version of the PSA Framework API that is being used to build the calling
- * firmware.
+ * firmware. Only part of features of FF-M v1.1 have been implemented. FF-M v1.1
+ * is compatible with v1.0.
*/
-#define PSA_FRAMEWORK_VERSION (0x0100u)
+#define PSA_FRAMEWORK_VERSION (0x0101u)
/**
* Return value from psa_version() if the requested RoT Service is not present