feat(morello): add build config for Morello SoC
Added build config for Morello SoC platform.
Also, the coverity makefile has been updated and
clean_build performed to clean the build artifacts
before the build.
Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
Change-Id: I3427a0b343200d6f13ad6b08b5c997f6cf0ee002
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 7fc1ded..69492f0 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -274,7 +274,8 @@
#
# Morello platform
#
-make $(common_flags) PLAT=morello TARGET_PLATFORM=fvp ${ARM_TBB_OPTIONS} all
+clean_build $(common_flags) PLAT=morello TARGET_PLATFORM=fvp ${ARM_TBB_OPTIONS}
+clean_build $(common_flags) PLAT=morello TARGET_PLATFORM=soc ${ARM_TBB_OPTIONS}
#
# diphda Platform