coverity: build versal2 with TRANSFER_LIST

Update the Coverity build script to include a TRANSFER_LIST=1 build for
the Xilinx Versal Gen 2 (versal2) platform. This ensures that transfer
list-related code is covered by static analysis.

Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Change-Id: Ie7b90575cf8034563841a2e13f8602c7a20c0052
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 2919676..d3751e2 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -493,6 +493,7 @@
 
 # Build Xilinx Versal Gen 2 platform
 clean_build PLAT=versal2 $(common_flags)
+clean_build PLAT=versal2 $(common_flags) TRANSFER_LIST=1
 
 # Platforms from Allwinner
 clean_build PLAT=sun50i_a64 $(common_flags release) all