feat(arm): add boot test of new ARM_ROTPK_LOCATION
Add tf_config and boot test for new variant of ARM_ROTPK_LOCATION,
devel_full_dev_rsa_key, which implements the scenario where the
platform provides the full ROTPK, as opposed to the hash of it.
Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: I8f1afa1f6410a8092a8c64179b4328d010e1adad
diff --git a/tf_config/fvp-tbb-mbedtls-full-dev-rsa-key b/tf_config/fvp-tbb-mbedtls-full-dev-rsa-key
new file mode 100644
index 0000000..a851335
--- /dev/null
+++ b/tf_config/fvp-tbb-mbedtls-full-dev-rsa-key
@@ -0,0 +1,7 @@
+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