aboutsummaryrefslogtreecommitdiff
path: root/product/sgi575
diff options
context:
space:
mode:
authorNicola Mazzucato <nicola.mazzucato@arm.com>2018-11-20 09:24:08 +0000
committerronald-cron-arm <39518861+ronald-cron-arm@users.noreply.github.com>2018-11-21 15:19:09 +0100
commit8f4e4c5da20d73dec4b207d5193a78f4b6e6280d (patch)
tree594086efee53322bda92e9bb9c74b5a85457bfcc /product/sgi575
parentfca4c49be57c7c108413e5e74a573c819babccbd (diff)
doc: Add comments describing the module pre-runtime phase
Change-Id: I7c7990674526c0ecb1cba7362bc8ceccce174639 Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Diffstat (limited to 'product/sgi575')
-rw-r--r--product/sgi575/mcp_romfw/firmware.mk3
-rw-r--r--product/sgi575/scp_ramfw/firmware.mk3
-rw-r--r--product/sgi575/scp_romfw/firmware.mk3
3 files changed, 9 insertions, 0 deletions
diff --git a/product/sgi575/mcp_romfw/firmware.mk b/product/sgi575/mcp_romfw/firmware.mk
index 618d0b3d..ce2a741f 100644
--- a/product/sgi575/mcp_romfw/firmware.mk
+++ b/product/sgi575/mcp_romfw/firmware.mk
@@ -4,6 +4,9 @@
#
# SPDX-License-Identifier: BSD-3-Clause
#
+# The order of the modules in the BS_FIRMWARE_MODULES list is the order in which
+# the modules are initialized, bound, started during the pre-runtime phase.
+#
BS_FIRMWARE_CPU := cortex-m7
BS_FIRMWARE_HAS_MULTITHREADING := no
diff --git a/product/sgi575/scp_ramfw/firmware.mk b/product/sgi575/scp_ramfw/firmware.mk
index ebc4b668..1a337111 100644
--- a/product/sgi575/scp_ramfw/firmware.mk
+++ b/product/sgi575/scp_ramfw/firmware.mk
@@ -4,6 +4,9 @@
#
# SPDX-License-Identifier: BSD-3-Clause
#
+# The order of the modules in the BS_FIRMWARE_MODULES list is the order in which
+# the modules are initialized, bound, started during the pre-runtime phase.
+#
BS_FIRMWARE_CPU := cortex-m7
BS_FIRMWARE_HAS_MULTITHREADING := yes
diff --git a/product/sgi575/scp_romfw/firmware.mk b/product/sgi575/scp_romfw/firmware.mk
index 4d8359ce..6368507f 100644
--- a/product/sgi575/scp_romfw/firmware.mk
+++ b/product/sgi575/scp_romfw/firmware.mk
@@ -4,6 +4,9 @@
#
# SPDX-License-Identifier: BSD-3-Clause
#
+# The order of the modules in the BS_FIRMWARE_MODULES list is the order in which
+# the modules are initialized, bound, started during the pre-runtime phase.
+#
BS_FIRMWARE_CPU := cortex-m7
BS_FIRMWARE_HAS_MULTITHREADING := no