fix(ff-a): reporting support of indirect messaging
Hafnium was not reporting the support of indirect messaging
or direct messaging 2, added in FF-A v1.1 and FF-A v1.2,
respectively, in the returned information of the ABI
FFA_PARTITION_INFO_GET. The patch [1] fixes this issue.
This patch makes equivalent change to the arguments expected
for the FFA_PARTITION_INFO_GET return on cactus partitions.
[1] https://review.trustedfirmware.org/c/hafnium/hafnium/+/31712
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I29ef51a7566a09b6fbeada55725d571f0440fbcd
diff --git a/spm/common/sp_tests/sp_test_ffa.c b/spm/common/sp_tests/sp_test_ffa.c
index 6e7fe1a..8cc5cf0 100644
--- a/spm/common/sp_tests/sp_test_ffa.c
+++ b/spm/common/sp_tests/sp_test_ffa.c
@@ -33,6 +33,7 @@
.properties = (FFA_PARTITION_AARCH64_EXEC |
FFA_PARTITION_DIRECT_REQ_RECV |
FFA_PARTITION_DIRECT_REQ_SEND |
+ FFA_PARTITION_INDIRECT_MSG |
FFA_PARTITION_NOTIFICATION),
.uuid = {PRIMARY_UUID}
},