aboutsummaryrefslogtreecommitdiff
path: root/product/sgm775
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/sgm775
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/sgm775')
-rw-r--r--product/sgm775/scp_ramfw/firmware.mk3
-rw-r--r--product/sgm775/scp_romfw/firmware.mk3
2 files changed, 6 insertions, 0 deletions
diff --git a/product/sgm775/scp_ramfw/firmware.mk b/product/sgm775/scp_ramfw/firmware.mk
index ed810a8f..0949b482 100644
--- a/product/sgm775/scp_ramfw/firmware.mk
+++ b/product/sgm775/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-m3
BS_FIRMWARE_HAS_MULTITHREADING := yes
diff --git a/product/sgm775/scp_romfw/firmware.mk b/product/sgm775/scp_romfw/firmware.mk
index 1250577e..899f7ce1 100644
--- a/product/sgm775/scp_romfw/firmware.mk
+++ b/product/sgm775/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-m3
BS_FIRMWARE_HAS_MULTITHREADING := no