Message ID | 20250507173921.754-1-ali.oezaslan@arm.com |
---|---|
Headers | show
Return-Path: <ali.oezaslan@arm.com> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D4D2C3ABBF for <webhook@archiver.kernel.org>; Wed, 7 May 2025 17:39:45 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.2026.1746639577041951624 for <meta-arm@lists.yoctoproject.org>; Wed, 07 May 2025 10:39:37 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ali.oezaslan@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3CBE116F2; Wed, 7 May 2025 10:39:26 -0700 (PDT) Received: from PW05BKJD.arm.com (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C1A1B3F5A1; Wed, 7 May 2025 10:39:35 -0700 (PDT) From: ali.oezaslan@arm.com To: meta-arm@lists.yoctoproject.org Cc: Ali Can Ozaslan <ali.oezaslan@arm.com> Subject: [PATCH walnascar 0/1] corstone1000: Align PSA crypto structs with TF-M Date: Wed, 7 May 2025 18:39:20 +0100 Message-Id: <20250507173921.754-1-ali.oezaslan@arm.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: <meta-arm.lists.yoctoproject.org> X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for <meta-arm@lists.yoctoproject.org>; Wed, 07 May 2025 17:39:45 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/6494 |
Series |
corstone1000: Align PSA crypto structs with TF-M
|
expand
|
From: Ali Can Ozaslan <ali.oezaslan@arm.com> The TF-M was upgraded to v2.1.1 for the Corstone-1000. The TS had to be aligned with it. Ali Can Ozaslan (1): arm-bsp/trusted-services: corstone1000: Align PSA crypto structs with TF-M ...n-PSA-Crypto-structs-with-TF-Mv2.1.1.patch | 29 +++++++++++++++++++ .../trusted-services/ts-arm-platforms.inc | 1 + 2 files changed, 30 insertions(+) create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0021-Align-PSA-Crypto-structs-with-TF-Mv2.1.1.patch