ci(rng-trap): added build and run conf for tests
Config settings for TF-A and TFTF have been added as well as run
configs. This will perform the test created for FEAT_RNG_TRAP and
will expect an EL3 exception to be triggered, which will generate
a system panic, since no handler is set for such exception.
Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>
Change-Id: Ic86a1f187004312c6778641d0967ffaa99e945c0
diff --git a/tf_config/fvp-default-rng-trap b/tf_config/fvp-default-rng-trap
new file mode 100644
index 0000000..0db59cf
--- /dev/null
+++ b/tf_config/fvp-default-rng-trap
@@ -0,0 +1,7 @@
+ARM_ARCH_FEATURE=rng
+ARM_ARCH_MAJOR=8
+ARM_ARCH_MINOR=5
+CROSS_COMPILE=aarch64-none-elf-
+ENABLE_FEAT_RNG=1
+ENABLE_FEAT_RNG_TRAP=1
+PLAT=fvp