aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorShawn Shan <shawn.shan@arm.com>2020-05-25 17:32:58 +0800
committerKen Liu <ken.liu@arm.com>2020-05-29 00:59:07 +0000
commit071d86db0eb12315ff7738bd033165632248c697 (patch)
tree666a5b1a9637f256566c3a75568d084f2a592a9d /tools
parentd0da13a64fb64783abe3a03475ec5ec86e0aff23 (diff)
downloadtrusted-firmware-m-071d86db0eb12315ff7738bd033165632248c697.tar.gz
Core: Separate SPM_DB for library model and IPC model
- Separate the template for SPM_DB into two files, one for the library model and another for the IPC model. - Update the generated files and related sources. Change-Id: If221fc5956c7caeaa20ec21810f75773654d0d3a Signed-off-by: Shawn Shan <shawn.shan@arm.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tfm_generated_file_list.yaml14
1 files changed, 10 insertions, 4 deletions
diff --git a/tools/tfm_generated_file_list.yaml b/tools/tfm_generated_file_list.yaml
index 5fd19d47fd..dbe6042777 100644
--- a/tools/tfm_generated_file_list.yaml
+++ b/tools/tfm_generated_file_list.yaml
@@ -16,10 +16,16 @@
"version_minor": 1,
"file_list": [
{
- "name": "Secure Partition declarations",
- "short_name": "tfm_partition_list",
- "template": "secure_fw/spm/tfm_spm_db.inc.template",
- "output": "secure_fw/spm/tfm_spm_db.inc"
+ "name": "Secure Partition declarations for library",
+ "short_name": "tfm_partition_list_lib",
+ "template": "secure_fw/spm/tfm_spm_db_func.inc.template",
+ "output": "secure_fw/spm/tfm_spm_db_func.inc"
+ },
+ {
+ "name": "Secure Partition declarations for IPC",
+ "short_name": "tfm_partition_list_ipc",
+ "template": "secure_fw/spm/tfm_spm_db_ipc.inc.template",
+ "output": "secure_fw/spm/tfm_spm_db_ipc.inc"
},
{
"name": "Secure Service list",