summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-01-08 13:36:49 +0000
committerSoby Mathew <soby.mathew@arm.com>2018-02-26 16:31:11 +0000
commitbf9ce61be03cb6bc173b0eddde7a2be10fa65c00 (patch)
tree66c0fe62d1b648d08ab72d8097e4732dfec4eb93 /include
parent101d01e2a2e34a568fb25c2ef2390fd71183413e (diff)
Add dynamic config image IDs
Change-Id: I147031dea9487dc1976e31ad40c89b221e44edbc Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/common/tbbr/tbbr_img_def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/common/tbbr/tbbr_img_def.h b/include/common/tbbr/tbbr_img_def.h
index 5a40581e..060198bc 100644
--- a/include/common/tbbr/tbbr_img_def.h
+++ b/include/common/tbbr/tbbr_img_def.h
@@ -66,4 +66,13 @@
/* TB_FW_CONFIG */
#define TB_FW_CONFIG_ID 24
+/* SOC_FW_CONFIG */
+#define SOC_FW_CONFIG_ID 25
+
+/* TOS_FW_CONFIG */
+#define TOS_FW_CONFIG_ID 26
+
+/* NT_FW_CONFIG */
+#define NT_FW_CONFIG_ID 27
+
#endif /* __TBBR_IMG_DEF_H__ */