ci(romlib): ROMLIB test config without MbedTLS
Currently, the ROMLIB test configurations have a strong dependency
on MbedTLS. However, with the introduction of this patch [1], this
dependency has been removed. Therefore, an explicit test configuration
has been added to validate the ROMLIB configuration without MbedTLS.
[1]: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/33820
Change-Id: I6fd5f983d5f866511fc96010c3e5a375ddd0b172
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/tf_config/fvp-romlib b/tf_config/fvp-romlib
new file mode 100644
index 0000000..f43608b
--- /dev/null
+++ b/tf_config/fvp-romlib
@@ -0,0 +1,4 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=fvp
+FVP_TRUSTED_SRAM_SIZE=384
+USE_ROMLIB=1