From bcb0a72c93c60b89f1815b3c1921649323acb032 Mon Sep 17 00:00:00 2001 From: Gyorgy Szing Date: Fri, 19 May 2023 13:23:55 +0200 Subject: [PATCH] arm/trusted-services: disable psa-iat on qemuarm64-secureboot TF-A v2.8 does not support measured boot and FF-A which is mandatory for PSA Initial Attestation SP to work correctly. Signed-off-by: Gyorgy Szing Signed-off-by: Jon Mason --- ci/trusted-services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/trusted-services.yml b/ci/trusted-services.yml index 433ec78b..5f28dd3c 100644 --- a/ci/trusted-services.yml +++ b/ci/trusted-services.yml @@ -6,8 +6,8 @@ header: local_conf_header: trusted_services: | TEST_SUITES:append = " trusted_services" - # Include TS Crypto, Storage, ITS, Attestation and SMM-Gateway SPs into optee-os image - MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its ts-attestation ts-smm-gateway" + # Include TS Crypto, TS Protected Storage, TS Internal Trusted Storage and SMM-Gateway SPs into optee-os image + MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its ts-smm-gateway" # Include TS demo/test tools into image IMAGE_INSTALL:append = " packagegroup-ts-tests" # Include TS PSA Arch tests into image