CI: Use SCP/MCP v2.7.0 release binaries for CSS platforms
This patch makes use of SCP/MCP v2.7.0 release binaries
for the following FVP CSS platforms:
- rddaniel
- rdn1edge
- rdn1edgex2
- sgi575
- sgm775
- tc0
For sgi575 and sgm775 prebuilt binaries are also updated
from https://releases.linaro.org/members/arm/platforms/20.01
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Change-Id: Iff561e3aad9f28670066ef53b878128a96f6a697
diff --git a/rdn1edge_utils.sh b/rdn1edge_utils.sh
index a6424b3..e8908bc 100644
--- a/rdn1edge_utils.sh
+++ b/rdn1edge_utils.sh
@@ -9,6 +9,9 @@
sgi_prebuilts="${sgi_prebuilts:-$css_downloads/sgi/rdn1edge}"
+# Pre-built SCP/MCP v2.7.0 release binaries
+scp_mcp_prebuilts="${scp_mcp_prebuilts:-$css_downloads_270/sgi/rdn1edge}"
+
fvp_kernels[fvp-sgi-busybox]="$sgi_prebuilts/Image"
fvp_initrd_urls[fvp-sgi-ramdisk]="$sgi_prebuilts/ramdisk-busybox.img"