aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKevin Peng <kevin.peng@arm.com>2021-05-27 15:13:46 +0800
committerKen Liu <ken.liu@arm.com>2021-06-30 18:08:43 +0200
commitfb9f2ce3db740b643e8444ace9b2c00a5cbcf4ca (patch)
tree31b2a57c1fad4a444bdacab1e4db5d90655464e1 /tools
parent362817f1713321203eb3147801e0711369060687 (diff)
downloadtrusted-firmware-m-fb9f2ce3db740b643e8444ace9b2c00a5cbcf4ca.tar.gz
Test: Add the FLIH test Partition
Currently the FLIH test is only supported on AN519 and AN521 Change-Id: Ic34aee26d4db732bdf9fb72c9163dd164b1e688e Signed-off-by: Kevin Peng <kevin.peng@arm.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tfm_manifest_list.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/tfm_manifest_list.yaml b/tools/tfm_manifest_list.yaml
index a7674a5d6f..cb2c12934f 100644
--- a/tools/tfm_manifest_list.yaml
+++ b/tools/tfm_manifest_list.yaml
@@ -290,5 +290,20 @@
]
}
},
+ {
+ "name": "TFM FLIH Test Service",
+ "short_name": "TFM_SP_FLIH_TEST",
+ "manifest": "${TFM_TEST_PATH}/test_services/tfm_flih_test_service/tfm_flih_test_service.yaml",
+ "source_path": "${TFM_TEST_PATH}",
+ "tfm_partition_ipc": true,
+ "conditional": "TFM_ENABLE_FLIH_TEST",
+ "version_major": 0,
+ "version_minor": 1,
+ "linker_pattern": {
+ "library_list": [
+ "*tfm_*partition_flih_test.*"
+ ]
+ }
+ }
]
}