run_fvp_test: Add mcp_ramfw to the images
The LIST_OF_BINARIES currently contains 3 out of the 4 possible
firmware targets that the SCP can provide.
This patch adds the missing `mcp_ram` target to the list.
Change-Id: Ie2dd5d0c4afcbc38e10db01c90c0bfd1fc9665f2
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
diff --git a/job/tf-worker/run_fvp_test.sh b/job/tf-worker/run_fvp_test.sh
index f188155..e6cb43a 100755
--- a/job/tf-worker/run_fvp_test.sh
+++ b/job/tf-worker/run_fvp_test.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -41,7 +41,7 @@
if [ -n "$CC_SCP_REFSPEC" ]; then #SCP
export JENKINS_SOURCES_WORKSPACE="${scp_root:-$workspace}"
if grep -q "fvp-linux.sgi" <<< "$test_config"; then
- export LIST_OF_BINARIES=${LIST_OF_BINARIES:-"scp_ram scp_rom mcp_rom"}
+ export LIST_OF_BINARIES=${LIST_OF_BINARIES:-"scp_ram scp_rom mcp_rom mcp_ram"}
fi
export OBJDUMP="$(which 'arm-none-eabi-objdump')"
export READELF="$(which 'arm-none-eabi-readelf')"