From patchwork Mon Nov 29 12:39:57 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: 15 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 042F1C433EF for ; Mon, 29 Nov 2021 12:40:14 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.60247.1638189613136280871 for ; Mon, 29 Nov 2021 04:40:13 -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 4F1161042; Mon, 29 Nov 2021 04:40:12 -0800 (PST) Received: from e121910.arm.com (unknown [10.57.2.170]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 12FCD3F5A1; Mon, 29 Nov 2021 04:40:10 -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 0/5] Corstone1000: FF-A in u-boot , enabling secure partitions in Optee Date: Mon, 29 Nov 2021 12:39:57 +0000 Message-Id: <20211129124002.18352-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 ; Mon, 29 Nov 2021 12:40:14 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/2459 From: Abdellatif El Khlifi - Introducing FF-A support to u-boot - Adding capsule update to Corstone1000 - Enabling secure partitions in Optee Abdellatif El Khlifi (4): arm-bsp/u-boot: corstone1000: introducing Arm FF-A and MM support arm-bsp/u-boot: corstone1000: introducing EFI capsule update arm-bsp/u-boot: corstone1000: adjust the environment and heap sizes arm-bsp/linux: setting the FFA_VERSION compatibility checks Vishnu Banavath (1): arm-bsp/optee-os: add a rule in optee-os Makefile for secure partitions ...ntroducing-Arm-FF-A-low-level-driver.patch | 2612 +++++++++++++++++ ...9-arm_ffa-introducing-armffa-command.patch | 344 +++ ...troducing-test-module-for-UCLASS_FFA.patch | 134 + ...troducing-MM-communication-with-FF-A.patch | 383 +++ ...stone1000-enable-FF-A-and-MM-support.patch | 112 + ...one1000-introduce-EFI-capsule-update.patch | 419 +++ ...djust-the-environment-and-heap-sizes.patch | 34 + .../recipes-bsp/u-boot/u-boot_%.bbappend | 9 +- ...A_VERSION-compatibility-checks.patch.patch | 101 + .../linux/linux-arm-platforms.inc | 1 + ...0-add-a-rule-in-Makefile-to-SP_MAKEF.patch | 38 + .../optee/optee-os_corstone1000_common.inc | 3 +- 12 files changed, 4188 insertions(+), 2 deletions(-) create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0018-arm_ffa-introducing-Arm-FF-A-low-level-driver.patch create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0019-arm_ffa-introducing-armffa-command.patch create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0020-arm_ffa-introducing-test-module-for-UCLASS_FFA.patch create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0021-arm_ffa-introducing-MM-communication-with-FF-A.patch create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0022-arm_ffa-corstone1000-enable-FF-A-and-MM-support.patch create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0023-efi-corstone1000-introduce-EFI-capsule-update.patch create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0024-corstone1000-adjust-the-environment-and-heap-sizes.patch create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0037-firmware-arm_ffa-setting-the-FFA_VERSION-compatibility-checks.patch.patch create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0003-plat-corstone1000-add-a-rule-in-Makefile-to-SP_MAKEF.patch