Add ENABLE_CONSOLE_GETC=1 build configs for AEM FVP.
TF-A now disables getc() feature by default. Add build configurations
which explicitly enable this feature to detect any build regressions
in getc() related code on AEM FVP platform (AArch64 and AArch32
states).
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: Ic104202e39b5203c4b6900516c4be93ec81b9389
diff --git a/group/tf-l1-build-fvp/fvp-aarch32-console-getc:nil b/group/tf-l1-build-fvp/fvp-aarch32-console-getc:nil
new file mode 100644
index 0000000..b452bbf
--- /dev/null
+++ b/group/tf-l1-build-fvp/fvp-aarch32-console-getc:nil
@@ -0,0 +1,5 @@
+#
+# Copyright (c) 2023 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
diff --git a/group/tf-l1-build-fvp/fvp-console-getc:nil b/group/tf-l1-build-fvp/fvp-console-getc:nil
new file mode 100644
index 0000000..b452bbf
--- /dev/null
+++ b/group/tf-l1-build-fvp/fvp-console-getc:nil
@@ -0,0 +1,5 @@
+#
+# Copyright (c) 2023 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
diff --git a/tf_config/fvp-aarch32-console-getc b/tf_config/fvp-aarch32-console-getc
new file mode 100644
index 0000000..19b9c02
--- /dev/null
+++ b/tf_config/fvp-aarch32-console-getc
@@ -0,0 +1,5 @@
+AARCH32_SP=sp_min
+ARCH=aarch32
+CROSS_COMPILE=arm-none-eabi-
+ENABLE_CONSOLE_GETC=1
+PLAT=fvp
diff --git a/tf_config/fvp-console-getc b/tf_config/fvp-console-getc
new file mode 100644
index 0000000..12c4046
--- /dev/null
+++ b/tf_config/fvp-console-getc
@@ -0,0 +1,3 @@
+CROSS_COMPILE=aarch64-none-elf-
+ENABLE_CONSOLE_GETC=1
+PLAT=fvp