aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEdison Ai <edison.ai@arm.com>2019-06-10 13:42:43 +0800
committerKen Liu <ken.liu@arm.com>2019-07-19 10:14:51 +0000
commit5bf0bfc6e4681f1156767145cec9a131320c9208 (patch)
tree56f6206ffe477664ab205efec02cb55c78dcd080 /tools
parent2eb100a40784ba0d91388490dab6f93aad086b28 (diff)
downloadtrusted-firmware-m-5bf0bfc6e4681f1156767145cec9a131320c9208.tar.gz
Build: Generate service ID header file
According to PSA FF, the header file for service ID need be created by tools: - Add template file for the generated header file. - The SID macro definitions derived from manifest files that map from RoT Service names with "_SID" postfix to Service IDs. - The version macro definitions derived from manifest files that map from RoT Service names with "_VERSION" postfix to minor_version. - Add the 'sid.h' in the generated file list. Change-Id: If53d3db0048db5d643fa33067efdd8692b186d60 Signed-off-by: Edison Ai <edison.ai@arm.com>
Diffstat (limited to 'tools')
-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 53de659dfa..7cc9445b8a 100644
--- a/tools/tfm_generated_file_list.yaml
+++ b/tools/tfm_generated_file_list.yaml
@@ -56,5 +56,10 @@
"short_name": "tfm_secure_irq_handlers_ipc",
"output": "secure_fw/core/ipc/tfm_secure_irq_handlers_ipc.inc"
},
+ {
+ "name": "SID H file",
+ "short_name": "sid.h",
+ "output": "interface/include/psa_manifest/sid.h"
+ }
]
}