feat(fvp): add handoff boot tests

Now that handoff support has been added to FVP in U-Boot, add some tests
to exercise end-to-end Linux boot.

Change-Id: I466ae28bc78faa928c5852d1fd2834fc3e405669
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
diff --git a/model/fvp_common.sh b/model/fvp_common.sh
index e52ed28..9a4eb70 100644
--- a/model/fvp_common.sh
+++ b/model/fvp_common.sh
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2019-2023, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2025, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -72,6 +72,7 @@
 ${dtb_bin+--data ${data_instance}=$dtb_bin@${dtb_addr:?}}
 ${kernel_bin+--data ${data_instance}=$kernel_bin@${kernel_addr:?}}
 ${initrd_bin+--data ${data_instance}=$initrd_bin@${initrd_addr:?}}
+${boot_script_bin+--data ${data_instance}=$boot_script_bin@${boot_script_addr:?}}
 
 ${spm_bin+--data ${data_instance}=$spm_bin@${spm_addr:?}}
 ${spmc_manifest+--data ${data_instance}=$spmc_manifest@${spmc_manifest_addr:?}}