Merge changes from topic "tests-from-downstream-10082020"

* changes:
  Tegra194: support GET_SMMU_PER testing
  Tegra194: introduce tests to verify the Video Memory resize interface
  Tegra194: skip sub-test to validate EL3 power state parsing
  timers: remove dependency on SYS_CNT_BASE1
diff --git a/spm/cactus/cactus_ffa_tests.c b/spm/cactus/cactus_ffa_tests.c
index 81970f7..28555af 100644
--- a/spm/cactus/cactus_ffa_tests.c
+++ b/spm/cactus/cactus_ffa_tests.c
@@ -126,19 +126,20 @@
 		{
 			.id = SPM_VM_ID_FIRST,
 			.exec_context = CACTUS_PRIMARY_EC_COUNT,
-			.properties = 0U
+			/* Supports receipt of direct message requests. */
+			.properties = 1U
 		},
 		/* Secondary partition info */
 		{
 			.id = SPM_VM_ID_FIRST + 1U,
 			.exec_context = CACTUS_SECONDARY_EC_COUNT,
-			.properties = 0U
+			.properties = 1U
 		},
 		/* Tertiary partition info */
 		{
 			.id = SPM_VM_ID_FIRST + 2U,
 			.exec_context = CACTUS_TERTIARY_EC_COUNT,
-			.properties = 0U
+			.properties = 1U
 		}
 	};