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/group/tf-l3-boot-tests-misc/fvp-tbb-mbedtls-full-dev-rsa-key,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug b/group/tf-l3-boot-tests-misc/fvp-tbb-mbedtls-full-dev-rsa-key,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug
new file mode 100644
index 0000000..aab4796
--- /dev/null
+++ b/group/tf-l3-boot-tests-misc/fvp-tbb-mbedtls-full-dev-rsa-key,fvp-default:fvp-tftf-fip.tftf-aemv8a-debug
@@ -0,0 +1,6 @@
+#
+# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
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