From patchwork Tue Nov 21 23:24:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Bajjuri, Praneeth" X-Patchwork-Id: 34985 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 CD2BCC61D85 for ; Tue, 21 Nov 2023 23:24:39 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web10.11122.1700609077860105339 for ; Tue, 21 Nov 2023 15:24:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Sw6BBdaY; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: praneeth@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3ALNOa33087241 for ; Tue, 21 Nov 2023 17:24:36 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1700609076; bh=7YbiCDzse2dDhTJjVQcUaUyn7DXZJ6/7eosOTCQFDW8=; h=From:To:CC:Subject:Date; b=Sw6BBdaYmfcfxglOrg9kcRXNskqsfX4Xc7ZKJnhMnyvDhQR56AxpZd31gi52Vggqb xDjlfBNN5SmMasqYWftpA4riLDdUnciplJ9QUDvRhaK2/rArC60G7KD/JRUABuc0Hs 8zY+iuqwRpOmxoD+dOfbaMA+qgz5t0ohd46XvEEw= 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 3ALNOaUh103749 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 21 Nov 2023 17:24:36 -0600 Received: from DLEE102.ent.ti.com (157.170.170.32) 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; Tue, 21 Nov 2023 17:24:36 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE102.ent.ti.com (157.170.170.32) 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; Tue, 21 Nov 2023 17:24:36 -0600 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3ALNOa78003563; Tue, 21 Nov 2023 17:24:36 -0600 From: Praneeth Bajjuri To: CC: Ryan Eatmon , Nick Saulnier Subject: [kirkstone PATCH] pru-icss_git.bb: update to PSSP v6.3.0 Date: Tue, 21 Nov 2023 17:24:36 -0600 Message-ID: <20231121232436.3701-1-praneeth@ti.com> X-Mailer: git-send-email 2.17.1 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 ; Tue, 21 Nov 2023 23:24:39 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/17322 Upgrade to v6.3.0 version. This release adds resources for using AM243x & AM64x PRU cores with cores running FreeRTOS: * The RTOS Getting Started Labs * Examples for using PRU GPIO and the broadside interface * SORTE_G example (a custom networking interface) Bug fixes: * AM64x & AM65x header files, fix the names of extended sections to be in the format of ConstantsTableName_0x100 Signed-off-by: Praneeth Bajjuri Signed-off-by: Nick Saulnier --- meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb index 6acce94b..4c76ccfd 100644 --- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb +++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb @@ -8,10 +8,10 @@ inherit update-alternatives BRANCH = "master" SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}" -SRCREV = "3d0e311580d8967d0854ca789e9069e2810e9c1a" +SRCREV = "00a5efa5157feb84cb2e4bf50b481f7082acca82" -PV = "6.2.0" -PR = "r1" +PV = "6.3.0" +PR = "r2" require recipes-ti/includes/ti-paths.inc