mbox series

[scarthgap,0/2] corstone1000: fix crypto and iat psa failures

Message ID 20240516154843.15843-1-ali.oezaslan@arm.com
Headers show
Series corstone1000: fix crypto and iat psa failures | expand

Message

ali.oezaslan@arm.com May 16, 2024, 3:48 p.m. UTC
From: Ali Can Ozaslan <ali.oezaslan@arm.com>

* The psa-iat-api-test was failing because the PLATFORM_HAS_ATTEST_PK
flag was added to the build for Corstone1000.

* Crypto-AEAD-APIs tests fails on mps3. Configures CC312 mps3 model
same as predefined cc312 FVP configuration while keeping debug
ports closed.

Ali Can Ozaslan (1):
  arm-bsp/trusted-firmware-m: corstone1000: fix crypto failure on mps3

Bence Balogh (1):
  arm-bsp/trusted-services: corstone1000: fix IAT test

 ...of-cc312-differences-between-fvp-and.patch | 31 +++++++++++++++++++
 .../trusted-firmware-m-corstone1000.inc       |  1 +
 ...M_HAS_ATTEST_PK-define-from-IAT-test.patch | 27 ++++++++++++++++
 .../trusted-services/ts-arm-platforms.inc     |  1 +
 4 files changed, 60 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0010-CC312-alignment-of-cc312-differences-between-fvp-and.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0010-Remove-PLATFORM_HAS_ATTEST_PK-define-from-IAT-test.patch