coverity: NXP Layerscape platform build
Add coverity build for recently introduced LX2160 NXP Layerscape
platforms.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I9a12240b9d54318f09a9a1cc5a45a2d4dc055e91
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 94120e0..2f85f95 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -334,6 +334,11 @@
make PLAT=imx8qm $(common_flags) all
make PLAT=imx8qx $(common_flags) all
+# Platforms for NXP Layerscape
+make PLAT=lx2160aqds $(common_flags) all
+make PLAT=lx2160ardb $(common_flags) all
+make PLAT=lx2162aqds $(common_flags) all
+
# Platforms from Intel
make PLAT=stratix10 $(common_flags) all
make PLAT=agilex $(common_flags) all