fix(tf-cov-make): add QCBOR path for TC4 build
When building TF-M test suite within TF-A without specifying
QCBOR path, the following build error occurs-
drivers/measured_boot/rse/qcbor.mk:10: *** Error: QCBOR_DIR not set. Stop.
To resolve this, explicitly set the QCBOR path for hte build that was
failing.
Additonally, provide MEASURED_BOOT=1 to align with the TC3 build
configuration.
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: Id296655b6205d43f3b11cffe534f9f24ff7572aa
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index a9473f5..9b8395a 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -366,7 +366,7 @@
clean_build $(common_flags) PLAT=tc TARGET_PLATFORM=4 ${ARM_TBB_OPTIONS} PLATFORM_TEST=rse-rotpk
clean_build $(common_flags) PLAT=tc TARGET_PLATFORM=4 ${ARM_TBB_OPTIONS} PLATFORM_TEST=rse-nv-counters
clean_build $(common_flags) PLAT=tc TARGET_PLATFORM=4 ${ARM_TBB_OPTIONS} PLATFORM_TEST=tfm-testsuite \
- TF_M_TESTS_PATH=$(pwd)/../tf-m-tests TF_M_EXTRAS_PATH=$(pwd)/../tf-m-extras
+ MEASURED_BOOT=1 QCBOR_DIR=$(pwd)/qcbor TF_M_TESTS_PATH=$(pwd)/../tf-m-tests TF_M_EXTRAS_PATH=$(pwd)/../tf-m-extras
clean_build $(common_flags) PLAT=tc TARGET_PLATFORM=4 ${ARM_TBB_OPTIONS} MEASURED_BOOT=1 \
DICE_PROTECTION_ENVIRONMENT=1 QCBOR_DIR=$(pwd)/qcbor