From patchwork Sun Jul 28 02:04:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LCPD Automation Script X-Patchwork-Id: 46903 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 7147DC3DA4A for ; Sun, 28 Jul 2024 02:04:43 +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.28031.1722132275940707812 for ; Sat, 27 Jul 2024 19:04:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=cO14GD7+; spf=pass (domain: list.ti.com, ip: 198.47.19.141, mailfrom: lcpdbld@list.ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 46S24VJY063782; Sat, 27 Jul 2024 21:04:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1722132271; i=@ti.com; bh=xJMsaB4RNiqalLfHzsbLiNCWirhRPhXjkowPT4ayuPA=; h=From:To:Subject:Date; b=cO14GD7+QITl4sdxzWGc83jlJcPVRxRgm0YlMbyuiC/j6hvU9bmbXnP6+/SnImaY8 2XvQ2Nuj4sG+ilhiUPHONZ739+LAJaRzY/1ehbvr7qKJnRS4ZuKcDmheRQLhIy6CoB 71dhN5XFEvvToMA53imx7HsUa3tJ1ClSoBxpYYh8= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 46S24VOd025697 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 27 Jul 2024 21:04:31 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Sat, 27 Jul 2024 21:04:30 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE105.ent.ti.com (157.170.170.35) 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; Sat, 27 Jul 2024 21:04:30 -0500 Received: from fllvdckhpci004.itg.ti.com (fllvdckhpci004.itg.ti.com [10.248.130.8]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 46S24UDh004593; Sat, 27 Jul 2024 21:04:30 -0500 Received: by fllvdckhpci004.itg.ti.com (Postfix, from userid 60899) id A0AD51112607; Sat, 27 Jul 2024 21:04:30 -0500 (CDT) From: LCPD Automation Script To: Ryan Eatmon , Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-ti][scarthgap][PATCH] CI/CD Auto-Merger: cicd.scarthgap.202407271443 Date: Sat, 27 Jul 2024 21:04:30 -0500 Message-ID: <1722132270-47882-1-git-send-email-lcpdbld@list.ti.com> X-Mailer: git-send-email 1.8.3.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 ; Sun, 28 Jul 2024 02:04:43 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/17913 Updated the value(s) for: ti-linux-fw: PRUETH_FW_AM65X_SR2_VERSION,TI_LINUX_FW_SRCREV,TI_SYSFW_VERSION u-boot-ti-staging_2024.04: SRCREV k3conf: SRCREV linux-ti-staging-rt_6.6: SRCREV linux-ti-staging_6.6: SRCREV Signed-off-by: LCPD Automation Script --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 6 +++--- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb | 2 +- meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 2ef9353..f664f65 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -9,15 +9,15 @@ INC_PR = "r4" # Firmware versions CORESDK_RTOS_VERSION = "08.02.00.04" PRUETH_FW_AM65X_VERSION = "08.00.00.20" -PRUETH_FW_AM65X_SR2_VERSION = "02.02.14.01" +PRUETH_FW_AM65X_SR2_VERSION = "02.02.14.03" GOODIX_FW_VERSION = "1.0.0.0" CADENCE_MHDP_FW_VERSION = "2.1.0" IMG_DEC_FW_VERSION = "1.0" CNM_WAVE521_FW_VERSION = "1.0.4" TI_DM_FW_VERSION = "10.00.00" -TI_SYSFW_VERSION = "10.00.06" +TI_SYSFW_VERSION = "10.00.08" -TI_LINUX_FW_SRCREV ?= "77752078e612c7b0747cb767b068a5624640914c" +TI_LINUX_FW_SRCREV ?= "1e01062a34b88427c2fca1ce7c5a5c308961e0c7" SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb index 0079ba6..651e922 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb @@ -6,4 +6,4 @@ PR = "r0" BRANCH = "ti-u-boot-2024.04" -SRCREV = "1234c463673d6598b17e719f01b64d59d60e3b30" +SRCREV = "fda88f8bcea30590528930ff9441c6e958da86f5" diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb index 99e7c05..77094c8 100644 --- a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb +++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb @@ -10,7 +10,7 @@ PV = "0.3+git" COMPATIBLE_MACHINE = "k3" BRANCH ?= "master" -SRCREV = "a7d230990f82774393a3f1d199d612fb66242ada" +SRCREV = "30a1d5b2d08c0da39d4e62b3ebee591a9882fa21" SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb index ac7d36b..e685c17 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb @@ -8,7 +8,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.6:" BRANCH = "ti-rt-linux-6.6.y" -SRCREV = "30525846ffc1620194a2e59b9aedb918f4198c5f" +SRCREV = "04a9ad081f0f255a046f398abf6faf1d4374267f" include ${@ 'recipes-kernel/linux/ti-extras-rt.inc' if d.getVar('TI_EXTRAS') else ''} diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb index a28338a..238aa2d 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb @@ -23,7 +23,7 @@ S = "${WORKDIR}/git" BRANCH ?= "ti-linux-6.6.y" -SRCREV ?= "2d6facf7f6b24b2e7a9b921b57ec6b50fc810637" +SRCREV ?= "6de6e418c80edfbe08f4a5f851c721bd60c0123b" PV = "6.6.32+git" KERNEL_GIT_URI ?= "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git"