From patchwork Wed Dec 1 12:34:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abdellatif El Khlifi X-Patchwork-Id: 19 Return-Path: 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 60AEFC433EF for ; Wed, 1 Dec 2021 12:34:13 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.90777.1638362052120263988 for ; Wed, 01 Dec 2021 04:34:12 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: abdellatif.elkhlifi@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 18E901480; Wed, 1 Dec 2021 04:34:11 -0800 (PST) Received: from e121910.arm.com (unknown [10.57.4.176]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F32593F694; Wed, 1 Dec 2021 04:34:09 -0800 (PST) From: abdellatif.elkhlifi@arm.com To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com Cc: nd@arm.com, Abdellatif El Khlifi Subject: [PATCH][HONISTER 0/2] Corstone1000: adding smm-gateway Date: Wed, 1 Dec 2021 12:34:00 +0000 Message-Id: <20211201123402.10179-1-abdellatif.elkhlifi@arm.com> X-Mailer: git-send-email 2.17.1 List-Id: 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 ; Wed, 01 Dec 2021 12:34:13 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/2498 From: Abdellatif El Khlifi Backporting adding smm-gateway on Corstone1000 Gowtham Suresh Kumar (2): arm-bsp/secure-partitions: corstone1000: add smm-gateway partition arm-bsp/optee-os: corstone1000: enabling smm-gateway partition .../corstone1000/sp_manifest_combined_se.dts | 41 +++++++++++++ .../optee/optee-os_corstone1000.inc | 8 ++- ...te-mm-comm-buffer-region-in-dts-file.patch | 61 +++++++++++++++++++ .../0005-Configure-NV-storage-macro.patch | 28 +++++++++ .../0006-Use-device-region.patch | 55 +++++++++++++++++ .../trusted-services/ts-corstone1000.inc | 7 +++ 6 files changed, 199 insertions(+), 1 deletion(-) create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/sp_manifest_combined_se.dts create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0004-Update-mm-comm-buffer-region-in-dts-file.patch create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0005-Configure-NV-storage-macro.patch create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0006-Use-device-region.patch