feat(versal2): add build config for AMD Versal Gen 2 platform
Add build config for AMD Versal Gen 2 platform.
Change-Id: I40a2c811b429aefbb17a2a193978c9d22f92c960
Signed-off-by: Amit Nagal <amit.nagal@amd.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 02c69c7..40a2368 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -434,6 +434,9 @@
# Build Xilinx Versal NET without Platform Management support
clean_build PLAT=versal_net $(common_flags) TFA_NO_PM=1
+# Build Xilinx Versal Gen 2 platform
+clean_build PLAT=versal2 $(common_flags)
+
# Platforms from Allwinner
clean_build PLAT=sun50i_a64 $(common_flags release) all
clean_build PLAT=sun50i_a64 $(common_flags release) SUNXI_PSCI_USE_NATIVE=0 all