tc: Add support for TC2 platform
This includes scp-boot-tests, AP boot tests and MISRA checks.
Signed-off-by: Rupinderjit Singh <rupinderjit.singh@arm.com>
Change-Id: I65962d77ceb1c034821049e37bb04488278a586e
diff --git a/scp_config/fvp-tc0 b/scp_config/fvp-tc0
index e969a51..cc518a9 100644
--- a/scp_config/fvp-tc0
+++ b/scp_config/fvp-tc0
@@ -2,4 +2,4 @@
EXTRA_CONFIG_ARGS+=-DCMAKE_ASM_COMPILER=/arm/pdsw/downloads/scp-models/tools/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-gcc
EXTRA_CONFIG_ARGS+=-DCMAKE_C_COMPILER=/arm/pdsw/downloads/scp-models/tools/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-gcc
EXTRA_CONFIG_ARGS+=-DCMAKE_CXX_COMPILER=/arm/pdsw/downloads/scp-models/tools/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-g++
-EXTRA_CONFIG_ARGS+=-DSCP_LOG_LEVEL=WARN
\ No newline at end of file
+EXTRA_CONFIG_ARGS+=-DSCP_LOG_LEVEL=WARN
diff --git a/scp_config/fvp-tc2 b/scp_config/fvp-tc2
new file mode 100644
index 0000000..9ecde42
--- /dev/null
+++ b/scp_config/fvp-tc2
@@ -0,0 +1,5 @@
+PRODUCT=tc2
+EXTRA_CONFIG_ARGS+=-DCMAKE_ASM_COMPILER=/arm/pdsw/downloads/scp-models/tools/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-gcc
+EXTRA_CONFIG_ARGS+=-DCMAKE_C_COMPILER=/arm/pdsw/downloads/scp-models/tools/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-gcc
+EXTRA_CONFIG_ARGS+=-DCMAKE_CXX_COMPILER=/arm/pdsw/downloads/scp-models/tools/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-g++
+EXTRA_CONFIG_ARGS+=-DSCP_LOG_LEVEL=WARN