feat(ci): Measured boot hash verification scripts

Move away from dependency on external fTPM and OP-TEE binaries through
using our own scripts to validate the hashes in the TF-A event log
during measured boot tests.

Change-Id: Ifd1fa8ce7d2091510b4c8242e25438e4d9aa61bb
Signed-off-by: Slava Andrianov <slava.andrianov@arm.com>
diff --git a/script/run_package.sh b/script/run_package.sh
index 340b3a5..60ebcb7 100755
--- a/script/run_package.sh
+++ b/script/run_package.sh
@@ -144,6 +144,11 @@
 	source "run/env"
 fi
 
+if [ -v verify_hashes ]; then
+	export verify_hashes=1
+	export artefacts_dir=$run_cwd
+fi
+
 # Source model environment for run
 if [ -f "run/model_env" ]; then
 	source "run/model_env"