scp scmi-v2: Add new configuration for juno board
Running the scmi-v2 test suite on juno on lava uses a new
configuration as the scp requires a different configuration to run
scmi-v2 which replaces the previous scmi test suite.
Signed-off-by: Joel Goddard <joel.goddard@arm.com>
Change-Id: I9aea65eb9eaa3ec0a5549b1c25c58c448a962f83
diff --git a/scp_config/juno-scmiv2 b/scp_config/juno-scmiv2
new file mode 100644
index 0000000..2b2932b
--- /dev/null
+++ b/scp_config/juno-scmiv2
@@ -0,0 +1,7 @@
+CC=/arm/pdsw/downloads/scp-models/tools/gcc-arm-none-eabi-9-2020-q2-update/bin/arm-none-eabi-gcc
+PRODUCT=juno
+BS_FIRMWARE_HAS_SCMI_NOTIFICATIONS=yes
+BS_FIRMWARE_HAS_FAST_CHANNELS=yes
+BS_FIRMWARE_HAS_SCMI_RESET=yes
+BS_FIRMWARE_HAS_DEBUG_UNIT=no
+BS_FIRMWARE_HAS_RESOURCE_PERMISSIONS=no
\ No newline at end of file