n1sdp: enable TBB for runtime instr testing
The current SRAM limit is exceeded when ENABLE_RUNTIME_INSTR is enabled.
This commit enables running the runtime instrumentation test with
trusted board boot. This adds additional space in SRAM for BL2 without
affecting the runtime behaviour we are trying to measure.
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Change-Id: I592a5da91f4d565e767b36bc9c09499e3863f82e
diff --git a/tf_config/n1sdp-runtime-instrumentation b/tf_config/n1sdp-runtime-instrumentation
index 3a7486c..82d9e53 100644
--- a/tf_config/n1sdp-runtime-instrumentation
+++ b/tf_config/n1sdp-runtime-instrumentation
@@ -1,4 +1,8 @@
+ARM_ROTPK_LOCATION=devel_rsa
+CREATE_KEYS=1
CROSS_COMPILE=aarch64-none-elf-
ENABLE_RUNTIME_INSTRUMENTATION=1
+GENERATE_COT=1
PLAT=n1sdp
-SCP_BL2=/dev/null
+ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem
+TRUSTED_BOARD_BOOT=1