Set default FF-A version to v1.1

Use FF-A v1.1 protocol from the secure partitions of trusted-services.
Changed the version FF-A version in the libsp configuration and in the
partitions manifest.
The only exception is SPM test SP2 which remains to use FF-A v1.0 to
cover the v1.0 handler part of the SPMC.

Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I264149744f33aa3b7a245bc5785300f8a14a47c0
diff --git a/deployments/logging/config/default-sp/default_logging.dts.in b/deployments/logging/config/default-sp/default_logging.dts.in
index 1d73164..0cc45c3 100644
--- a/deployments/logging/config/default-sp/default_logging.dts.in
+++ b/deployments/logging/config/default-sp/default_logging.dts.in
@@ -8,7 +8,7 @@
 
 @DTS_NODE@ {
 	compatible = "arm,ffa-manifest-1.0";
-	ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
+	ffa-version = <@CFG_FFA_VERSION@>; /* 31:16 - Major, 15:0 - Minor */
 	uuid = <@EXPORT_SP_UUID_DT@>;
 	description = "Logging";
 	execution-ctx-count = <1>;