From patchwork Mon Dec 13 18:17: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: 31 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 EBA0AC433EF for ; Mon, 13 Dec 2021 18:18:13 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.14970.1639419492394489135 for ; Mon, 13 Dec 2021 10:18: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 9D2196D; Mon, 13 Dec 2021 10:18:11 -0800 (PST) Received: from e121910.arm.com (unknown [10.57.32.173]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7A62C3F793; Mon, 13 Dec 2021 10:18: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][HONISTER 0/5] : backport: "corstone1000: psa-arch-tests " Date: Mon, 13 Dec 2021 18:17:57 +0000 Message-Id: <20211213181802.13323-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, 13 Dec 2021 18:18:13 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/2664 From: Abdellatif El Khlifi Backporting the features already merged with master. Abdellatif El Khlifi (4): arm/secure-partitions: remove the use of EXTRA_OEMAKE arm/psa-arch-tests: introduce the recipe kas: corstone1000: update meta-arm-image SHA kas: corstone1000: update for new Kas include semantics in kas folder Emekcan Aras (1): arm-bsp/psa-arch-tests: corstone1000: build the test applications kas/corstone1000-base.yml | 4 +- kas/corstone1000-fvp.yml | 4 +- kas/corstone1000-mps3.yml | 4 +- .../psa-arch-tests-corstone1000.inc | 43 ++++++++++++ ...arch-test-sysroot_compiler_flags_fix.patch | 68 +++++++++++++++++++ .../psa-arch-tests_%.bbappend | 6 ++ .../trusted-services/psa-arch-tests_git.bb | 26 +++++++ .../trusted-services/secure-partitions.inc | 3 - 8 files changed, 149 insertions(+), 9 deletions(-) create mode 100644 meta-arm-bsp/recipes-security/trusted-services/psa-arch-tests-corstone1000.inc create mode 100644 meta-arm-bsp/recipes-security/trusted-services/psa-arch-tests/corstone1000/0001-psa-arch-test-sysroot_compiler_flags_fix.patch create mode 100644 meta-arm-bsp/recipes-security/trusted-services/psa-arch-tests_%.bbappend create mode 100644 meta-arm/recipes-security/trusted-services/psa-arch-tests_git.bb