projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
101d01e
)
Add dynamic config image IDs
author
Soby Mathew
<soby.mathew@arm.com>
Mon, 8 Jan 2018 13:36:49 +0000
(13:36 +0000)
committer
Soby Mathew
<soby.mathew@arm.com>
Mon, 26 Feb 2018 16:31:11 +0000
(16:31 +0000)
Change-Id: I147031dea9487dc1976e31ad40c89b221e44edbc
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
include/common/tbbr/tbbr_img_def.h
patch
|
blob
|
history
diff --git
a/include/common/tbbr/tbbr_img_def.h
b/include/common/tbbr/tbbr_img_def.h
index 5a40581e4d00464f4987a8fc477292ebbcc33550..060198bc149a506ed09210b3541e9eb2a81fcd9a 100644
(file)
--- 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__ */