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-tlkd b/tf_config/fvp-tbb-psa-mbedtls-tlkd
new file mode 100644
index 0000000..d081f87
--- /dev/null
+++ b/tf_config/fvp-tbb-psa-mbedtls-tlkd
@@ -0,0 +1,8 @@
+ARM_ROTPK_LOCATION=devel_rsa
+CROSS_COMPILE=aarch64-none-elf-
+FVP_TRUSTED_SRAM_SIZE=384
+GENERATE_COT=1
+PLAT=fvp
+SPD=tlkd
+TRUSTED_BOARD_BOOT=1
+PSA_CRYPTO=1