diff mbox series

arm-bsp/trusted-services: corstone1000: Re-list patch fixing PSA Crypto Suite test

Message ID 20250619080906.4131942-1-hugues.kambampiana@arm.com
State New
Headers show
Series arm-bsp/trusted-services: corstone1000: Re-list patch fixing PSA Crypto Suite test | expand

Commit Message

Hugues KAMBA MPIANA June 19, 2025, 8:09 a.m. UTC
The original patch was inadvertently removed by a subsequent commit.
This change restores the patch to fix failures in the PSA Crypto
Suite test on Corstone-1000.

Signed-off-by: Hugues KAMBA MPIANA <hugues.kambampiana@arm.com>
---
 .../recipes-security/trusted-services/ts-arm-platforms.inc       | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc b/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc
index d9a73bc7..6d44a5c7 100644
--- a/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc
+++ b/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc
@@ -17,6 +17,7 @@  SRC_URI:append:corstone1000  = " \
     file://0013-Revert-Load-and-store-UEFI-variable-index-in-chunks.patch \
     file://0014-Revert-Make-constraints-of-NV-UEFI-variables-persist.patch \
     file://0015-se-proxy-protobuf-change.patch \
+    file://0021-Align-PSA-Crypto-structs-with-TF-Mv2.1.1.patch \
     "
 # The patches above introduce errors with GCC 14.1, silence them for now
 CFLAGS:append:corstone1000 = " -Wno-int-conversion -Wno-implicit-function-declaration"