build(imx9): add build configs for imx94/95

Add build configs for i.MX94 & i.MX95

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Change-Id: Id60a90f4106019fad42f4ddea466487f6027fbb3
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 59a47a5..9fbd010 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -535,6 +535,8 @@
 make PLAT=imx8ulp $(common_flags) all
 
 make PLAT=imx93 $(common_flags) all
+make PLAT=imx94 $(common_flags) all
+make PLAT=imx95 $(common_flags) all
 
 # Platforms for NXP Layerscape
 nxp_sb_flags="TRUSTED_BOARD_BOOT=1 CST_DIR=$(pwd) SPD=opteed"