aboutsummaryrefslogtreecommitdiff
path: root/module/hello/src/Makefile
diff options
context:
space:
mode:
authorPrabin CA <prabin.ca@arm.com>2020-04-17 20:02:55 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-04-17 22:32:07 +0530
commitb5c307ea0a463283dbaa823ecc342081c7f24c86 (patch)
tree174a4a852ef67de86f4b243aa0cb56c7adfd6fe4 /module/hello/src/Makefile
parentbdec8d9d9e1bef5494caddf1a71c5412496405c6 (diff)
rdn1edge ram firmware referencetopics/mcp_ramfw
This patch has been tested along with the following diff in model-scripts. The MCP firmware displays a "hello_start" on the console. diff --git a/rdinfra/platforms/rdn1edge/run_model.sh b/rdinfra/platforms/rdn1edge/run_model.sh index 89777f8..5ddc373 100755 --- a/rdinfra/platforms/rdn1edge/run_model.sh +++ b/rdinfra/platforms/rdn1edge/run_model.sh @@ -252,6 +252,7 @@ ${MODEL} --version PARAMS="-C css.cmn600.mesh_config_file=$PATH_TO_MODEL/RD_N1_E1_cmn600.yml \ -C css.cmn600.force_on_from_start=1 \ --data css.scp.armcortexm7ct=$OUTDIR/scp_ramfw.bin@0x0BD80000 \ + --data css.scp.armcortexm7ct=$OUTDIR/mcp_ramfw.bin@0xAFD80000 \ -C css.mcp.ROMloader.fname=$OUTDIR/mcp_romfw.bin \ -C css.scp.ROMloader.fname=$OUTDIR/scp_romfw.bin \ -C css.trustedBootROMloader.fname=$OUTDIR/$BL1_IMAGE \ Change-Id: If7d645fde9c973bbd8f8ee797a3855db7b4aa969 Signed-off-by: Prabin CA <prabin.ca@arm.com>
Diffstat (limited to 'module/hello/src/Makefile')
-rw-r--r--module/hello/src/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/module/hello/src/Makefile b/module/hello/src/Makefile
new file mode 100644
index 00000000..8429c746
--- /dev/null
+++ b/module/hello/src/Makefile
@@ -0,0 +1,11 @@
+#
+# Arm SCP/MCP Software
+# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+BS_LIB_NAME := HELLO
+BS_LIB_SOURCES += mod_hello.c
+
+include $(BS_DIR)/lib.mk