spm: add config to support RESET_TO_BL31

Google's hafnium CI skips BL1/BL2 boot stages and boots BL31 directly.
This patch replicates hafnium CI's setup and it will be a base for
consolidation of both CI's in the future.

Since there is no BL2, along with other images Secure partitions are
also pre-loaded using model commands.

Change-Id: If81ae9d5b2c2abc68ff2573c4b1a23080b5789e2
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
diff --git a/model/fvp_common.sh b/model/fvp_common.sh
index f2b4982..eb92f65 100644
--- a/model/fvp_common.sh
+++ b/model/fvp_common.sh
@@ -56,6 +56,11 @@
 ${kernel_bin+--data cluster0.cpu0=$kernel_bin@${kernel_addr:?}}
 ${initrd_bin+--data cluster0.cpu0=$initrd_bin@${initrd_addr:?}}
 
+${spm_bin+--data ${data_instance}=$spm_bin@${spm_addr:?}}
+${spmc_manifest+--data ${data_instance}=$spmc_manifest@${spmc_manifest_addr:?}}
+${sp1_pkg+--data ${data_instance}=$sp1_pkg@${sp1_addr:?}}
+${sp2_pkg+--data ${data_instance}=$sp2_pkg@${sp2_addr:?}}
+
 ${ns_bl1u_bin+--data cluster0.cpu0=$ns_bl1u_bin@$ns_bl1u_addr}
 ${fwu_fip_bin+--data cluster0.cpu0=$fwu_fip_bin@$fwu_fip_addr}
 ${backup_fip_bin+--data cluster0.cpu0=$backup_fip_bin@$backup_fip_addr}