build(rk3576): add build configs for rk3576
This is needed to support compiling new source file.
Also updated the default tf-a build configs for rk3576.
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
Change-Id: I863aee94d9855834285ddd1c54b2e209c42a4c86
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 9497d58..93ea312 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -455,6 +455,8 @@
ENABLE_STACK_PROTECTOR=strong all
make PLAT=rk3328 $(common_flags) COREBOOT=1 PLAT_RK_SECURE_DDR_MINILOADER=1 \
ENABLE_STACK_PROTECTOR=strong all
+make PLAT=rk3576 $(common_flags) COREBOOT=1 PLAT_RK_SECURE_DDR_MINILOADER=1 \
+ ENABLE_STACK_PROTECTOR=strong all
make PLAT=rk3588 $(common_flags) COREBOOT=1 PLAT_RK_SECURE_DDR_MINILOADER=1 \
ENABLE_STACK_PROTECTOR=strong all
make PLAT=px30 $(common_flags) PLAT_RK_SECURE_DDR_MINILOADER=1 \