From patchwork Thu Sep 28 11:14:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aniket Limaye X-Patchwork-Id: 31311 X-Patchwork-Delegate: reatmon@ti.com 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 8172BE732C4 for ; Thu, 28 Sep 2023 11:15:55 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web11.10959.1695899748801263069 for ; Thu, 28 Sep 2023 04:15:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=IGVz3oLy; spf=pass (domain: ti.com, ip: 198.47.23.248, mailfrom: a-limaye@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 38SBFlT2044769 for ; Thu, 28 Sep 2023 06:15:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1695899747; bh=IR8h528MdBc8BS6gQk+k0LdCEeQ2LT9TJqQ4zHhxN8U=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=IGVz3oLyK1J0yIuqP9mgRsOB82i9Gfq8yqS2pnPxopM3GkH9Zne6naKTSgATtnYDM 4PrqxB6PfJFPIm1jkUGYeY0MOuoXdhJRoPLKKpNzv8yvQtfPvVCfE6Jps6kVMneMLH GVRfb76QPwM1UeAywYcooMbguE1dNdZLa+gHmLP8= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 38SBFlWW010527 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 28 Sep 2023 06:15:47 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 28 Sep 2023 06:15:47 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 28 Sep 2023 06:15:47 -0500 Received: from PSDKL-Workstation0.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 38SBFQ0x018145; Thu, 28 Sep 2023 06:15:46 -0500 From: Aniket Limaye To: CC: , Aniket Limaye Subject: [meta-ti][master/kirkstone][PATCH 2/2] recipes-bsp:ti-sci-fw: Add k3r5 as COMPATIBLE_MACHINE Date: Thu, 28 Sep 2023 16:44:56 +0530 Message-ID: <20230928111456.420785-3-a-limaye@ti.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230928111456.420785-1-a-limaye@ti.com> References: <20230928111456.420785-1-a-limaye@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Thu, 28 Sep 2023 11:15:55 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/17021 This recipe only provides the sysfw binaries compiled for the r5 Signed-off-by: Aniket Limaye --- meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index 5ad1e688..ab9356b6 100644 --- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb @@ -2,6 +2,7 @@ SUMMARY = "TI SYSFW/TIFS Firmware" require recipes-bsp/ti-linux-fw/ti-linux-fw.inc +COMPATIBLE_MACHINE = "k3r5" PACKAGE_ARCH = "${MACHINE_ARCH}" CFLAGS[unexport] = "1"