feat: introduce UNDEF injection test scripts
Test to verify UNDEF injection support in TF-A by trapping FGT register
access from tftf into EL3. To emulate this we run the FVP with FEAT_FGT
present but do not set ENABLE_FEAT_FGT which allows lower EL access to
FGT registers (not setting SCR_EL3.FGTEN).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: I2d5a4990ca20a4522edf3d56dc920eb354d4ffe9
diff --git a/tftf_config/fvp-undef-injection b/tftf_config/fvp-undef-injection
new file mode 100644
index 0000000..6bb5888
--- /dev/null
+++ b/tftf_config/fvp-undef-injection
@@ -0,0 +1,3 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=fvp
+TESTS=undef-injection