fvp_utils.sh: include fip_gpt.bin artifact in LAVA jobs

Recent commit [1] introduced an artifact, fip_gpt.bin, that is
consumed in LAVA, so include it in the LAVA job generation
code/template.

[1] https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git/commit/?id=ea3e094f9634793028b02595cc66e668bd5355f6

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I4fda99932a34246bc1454369c0c7b618dc857df2
diff --git a/fvp_utils.sh b/fvp_utils.sh
index 5a3c8ad..7755565 100644
--- a/fvp_utils.sh
+++ b/fvp_utils.sh
@@ -348,6 +348,7 @@
     dtb="$(fvp_gen_bin_url ${model_dtb})"
     el3_payload="$(fvp_gen_bin_url el3_payload.bin)"
     fip="$(fvp_gen_bin_url fip.bin)"
+    fip_gpt="$(fvp_gen_bin_url fip_gpt.bin)"
     fwu_fip="$(fvp_gen_bin_url fwu_fip.bin)"
     generic_trace="${tfa_downloads}/FastModelsPortfolio_${model_version}/plugins/${model_flavour}/GenericTrace.so"
     hafnium="$(fvp_gen_bin_url hafnium.bin)"
@@ -404,6 +405,7 @@
         [busybox]="{BUSYBOX}"
         [dtb]="{DTB}"
         [el3_payload]="{EL3_PAYLOAD}"
+        [fip_gpt]="{FIP_GPT}"
         [fwu_fip]="{FWU_FIP}"
         [fip]="{FIP}"
         [generic_trace]="{GENERIC_TRACE}"