ci: make psa equiv for non-romlib fvp mbedtls confs
These have been generated by a script which
copies every config with "fvp*mbedtls" in its name,
excluding pre-existing psa-mbedtls configs and romlib configs,
and creates a psa-mbedtls equivalent with PSA_CRYPTO=1.
Some FVP configs also have FVP_TRUSTED_SRAM_SIZE=384
in the cases where they would otherwise fail to build.
The new configs are added to a psa-mbedtls-fvp
test group, which isn't part of the main CI.
Change-Id: I8c0bd5ac46293756e518393832f5e482c3f06de6
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
diff --git a/tf_config/fvp-tbb-psa-mbedtls-full-dev-rsa-key b/tf_config/fvp-tbb-psa-mbedtls-full-dev-rsa-key
new file mode 100644
index 0000000..1fd09d1
--- /dev/null
+++ b/tf_config/fvp-tbb-psa-mbedtls-full-dev-rsa-key
@@ -0,0 +1,9 @@
+ARM_ROTPK_LOCATION=devel_full_dev_rsa_key
+CROSS_COMPILE=aarch64-none-elf-
+GENERATE_COT=1
+KEY_ALG=rsa
+PLAT=fvp
+ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem
+TRUSTED_BOARD_BOOT=1
+PSA_CRYPTO=1
+FVP_TRUSTED_SRAM_SIZE=384
\ No newline at end of file