fix(coverity): enable SDEI support for imx8mn builds
Moreover, modify the default config for imx8mn build to enable
SDEI support.
Also, update the exclusion list to include the oem_svc.c file
which is no more used by any upstream platform.
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: I59793d81f7aa71a36a3de56ef8f58f25cd7ae4ef
diff --git a/tf_config/imx8mn-sdei b/tf_config/imx8mn-sdei
new file mode 100644
index 0000000..361316f
--- /dev/null
+++ b/tf_config/imx8mn-sdei
@@ -0,0 +1,3 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=imx8mn
+SDEI_SUPPORT=1