css(sgi): switch to SCP/MCP 2.8.0 release binaries
This patch changes usage of SCP binaries for
rdn1edge
rdn1edgex2
rdv1
sgi-575
platforms from 2.8.0-dev to 2.8.0 release.
All binaries are stored in corresponding subfolders
in common css_scp_2.8.0 folder.
Change-Id: Ib3c294cf308ba109632586aab837c033be1dee9b
Signed-off-by: Zelalem Aweke <zelalem.aweke@arm.com>
diff --git a/run_config/fvp-sgi575 b/run_config/fvp-sgi575
index bf35841..cbb58b0 100644
--- a/run_config/fvp-sgi575
+++ b/run_config/fvp-sgi575
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
+# Copyright (c) 2019-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -8,15 +8,15 @@
fetch_tf_resource() {
# Fetch the pre-built SCP/MCP binaries if they haven't been built
if [ ! -f "$archive/mcp_rom.bin" ]; then
- url="$sgi_prebuilts/mcp_rom.bin" fetch_file
+ url="$scp_mcp_prebuilts/mcp_rom.bin" fetch_file
archive_file "mcp_rom.bin"
fi
if [ ! -f "$archive/scp_ram.bin" ]; then
- url="$sgi_prebuilts/scp_ram.bin" fetch_file
+ url="$scp_mcp_prebuilts/scp_ram.bin" fetch_file
archive_file "scp_ram.bin"
fi
if [ ! -f "$archive/scp_rom.bin" ]; then
- url="$sgi_prebuilts/scp_rom.bin" fetch_file
+ url="$scp_mcp_prebuilts/scp_rom.bin" fetch_file
archive_file "scp_rom.bin"
fi