Add Morello platform to the CI
Add an SCP boot test config for the Morello platform.
Signed-off-by: Anurag Koul <anurag.koul@arm.com>
Change-Id: Ia64359a8793d9f4c7bc5bbc1838e5ed834d3b27f
diff --git a/script/build_package.sh b/script/build_package.sh
index 1bfaee2..5088d13 100755
--- a/script/build_package.sh
+++ b/script/build_package.sh
@@ -178,12 +178,18 @@
*/scp_ramfw/*)
cp $file $to/scp_ram.$ext
;;
+ */scp_ramfw_fvp/*)
+ cp $file $to/scp_ramfw_fvp.$ext
+ ;;
*/scp_romfw/*)
cp $file $to/scp_rom.$ext
;;
*/mcp_ramfw/*)
cp $file $to/mcp_ram.$ext
;;
+ */mcp_ramfw_fvp/*)
+ cp $file $to/mcp_ramfw_fvp.$ext
+ ;;
*/mcp_romfw/*)
cp $file $to/mcp_rom.$ext
;;