aboutsummaryrefslogtreecommitdiff
path: root/product
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
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')
-rw-r--r--product/host/fw/firmware.mk3
-rw-r--r--product/n1sdp/mcp_ramfw/firmware.mk3
-rw-r--r--product/n1sdp/scp_ramfw/firmware.mk3
-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
-rw-r--r--product/sgm775/scp_ramfw/firmware.mk3
-rw-r--r--product/sgm775/scp_romfw/firmware.mk3
8 files changed, 24 insertions, 0 deletions
diff --git a/product/host/fw/firmware.mk b/product/host/fw/firmware.mk
index a683670b..0d45a246 100644
--- a/product/host/fw/firmware.mk
+++ b/product/host/fw/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 := host
BS_FIRMWARE_HAS_MULTITHREADING := yes
diff --git a/product/n1sdp/mcp_ramfw/firmware.mk b/product/n1sdp/mcp_ramfw/firmware.mk
index 74d827de..9fd0b8cd 100644
--- a/product/n1sdp/mcp_ramfw/firmware.mk
+++ b/product/n1sdp/mcp_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/n1sdp/scp_ramfw/firmware.mk b/product/n1sdp/scp_ramfw/firmware.mk
index 4e2d2cfe..9ec509e2 100644
--- a/product/n1sdp/scp_ramfw/firmware.mk
+++ b/product/n1sdp/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/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
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