feat(ast2700): add Aspeed AST2700 build config
Add the platform build config for AST2700 SoC.
Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Change-Id: Id2b5310104307cc048e240582196c4b078968d93
diff --git a/group/tf-l1-build-plat/ast2700-default:nil b/group/tf-l1-build-plat/ast2700-default:nil
new file mode 100644
index 0000000..5515958
--- /dev/null
+++ b/group/tf-l1-build-plat/ast2700-default:nil
@@ -0,0 +1,6 @@
+#
+# Copyright (c) 2023 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index ff4ad5e..923305a 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -710,4 +710,7 @@
# QTI MSM8916 platform
clean_build PLAT=msm8916 $(common_flags)
+# Platforms from Aspeed
+clean_build PLAT=ast2700 $(common_flags) SPD=opteed
+
cd ..
diff --git a/tf_config/ast2700-default b/tf_config/ast2700-default
new file mode 100644
index 0000000..6794867
--- /dev/null
+++ b/tf_config/ast2700-default
@@ -0,0 +1,2 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=ast2700