From patchwork Fri Aug 30 08:22:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: harsimransingh.tungal@arm.com X-Patchwork-Id: 1230 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 63243CA0EEF for ; Fri, 30 Aug 2024 08:22:37 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.8232.1725006147721984927 for ; Fri, 30 Aug 2024 01:22:27 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: harsimransingh.tungal@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 69D1E1063; Fri, 30 Aug 2024 01:22:53 -0700 (PDT) Received: from e132995.arm.com (unknown [10.57.73.77]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7F4A63F73B; Fri, 30 Aug 2024 01:22:26 -0700 (PDT) From: harsimransingh.tungal@arm.com To: meta-arm@lists.yoctoproject.org Cc: Harsimran Singh Tungal Subject: [PATCH scarthgap 0/1] arm-bsp,kas: corstone1000: enable External System based on new yml file Date: Fri, 30 Aug 2024 09:22:18 +0100 Message-Id: <20240830082219.3139610-1-harsimransingh.tungal@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 ; Fri, 30 Aug 2024 08:22:37 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/6026 From: Harsimran Singh Tungal Create new yml file "corstone1000-extsys.yml" which adds "corstone1000-extsys" as new MACHINE_FEATURE. Based on this, external system components can be enabled or disabled from the Linux Kernel and U-Boot. Reason for change: DT-schema test is failing for the SystemReady-IR v2.0 certification because device tree binding for remoteproc dts node corresponds to external system has not been upstreamed in the Linux Kernel yet. So, it has been decided to make enablement of external system configurable in order to make Corstone1000 FVP SystemReady-IR v2.0 certifiable. Harsimran Singh Tungal (1): arm-bsp,kas: corstone1000: enable External System based on new yml file kas/corstone1000-extsys.yml | 6 ++++ .../documentation/corstone1000/user-guide.rst | 7 ++++ .../u-boot/u-boot-corstone1000.inc | 2 ++ ...rstone1000-purge-remoteproc-dts-node.patch | 34 +++++++++++++++++++ .../linux/linux-arm-platforms.inc | 20 +++++++---- 5 files changed, 63 insertions(+), 6 deletions(-) create mode 100644 kas/corstone1000-extsys.yml create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0049-corstone1000-purge-remoteproc-dts-node.patch