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/components/messaging/ffa/libsp/component.cmake b/components/messaging/ffa/libsp/component.cmake
index 624982a..8d72089 100644
--- a/components/messaging/ffa/libsp/component.cmake
+++ b/components/messaging/ffa/libsp/component.cmake
@@ -9,7 +9,7 @@
 endif()
 
 set(FFA_DIRECT_MSG_ROUTING_EXTENSION ON CACHE BOOL "Enable FF-A direct message routing extension")
-set(CFG_FFA_VERSION 0x00010000 CACHE STRING "The supported FF-A protocol's version: (major << 16) | minor")
+set(CFG_FFA_VERSION 0x00010001 CACHE STRING "The supported FF-A protocol's version: (major << 16) | minor")
 
 target_sources(${TGT} PRIVATE
 	"${CMAKE_CURRENT_LIST_DIR}/aarch64/ffa_syscalls_a64.S"