aboutsummaryrefslogtreecommitdiff
path: root/tools/tfm_generated_file_list.yaml
diff options
context:
space:
mode:
authorEdison Ai <edison.ai@arm.com>2019-10-11 17:55:37 +0800
committerKen Liu <ken.liu@arm.com>2019-11-20 06:29:22 +0000
commit387663fc7b7b6416a7472e6667ab9f3330c102eb (patch)
tree850e0bdcb0193e55cc9800a9ce59710d89d90268 /tools/tfm_generated_file_list.yaml
parent33bbeedba9f2ee4b5f5b1a214b7c8b53fb94b642 (diff)
downloadtrusted-firmware-m-387663fc7b7b6416a7472e6667ab9f3330c102eb.tar.gz
Build: Create pid.h file
- Create the partition ID header file by tools, which is used for macro definitions that map from Secure Partition names to Secure Partition IDs. - The partition ID is added to the "tfm_manifest_list.yaml" manually so that the values will keep the same if the build sequence of secure partition is changed. - The "short_name" in "tfm_manifest_list.yaml" should be the same as the "name" in the related manifest. Change-Id: I0955a700e2a0c195f97c38c3ceb29f3b8c237674 Signed-off-by: Edison Ai <edison.ai@arm.com>
Diffstat (limited to 'tools/tfm_generated_file_list.yaml')
-rw-r--r--tools/tfm_generated_file_list.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tfm_generated_file_list.yaml b/tools/tfm_generated_file_list.yaml
index 1f0f4913d5..bef79e97a2 100644
--- a/tools/tfm_generated_file_list.yaml
+++ b/tools/tfm_generated_file_list.yaml
@@ -60,6 +60,11 @@
"name": "SID H file",
"short_name": "sid.h",
"output": "interface/include/psa_manifest/sid.h"
+ },
+ {
+ "name": "PID H file",
+ "short_name": "pid.h",
+ "output": "interface/include/psa_manifest/pid.h"
}
]
}