From patchwork Tue Oct 21 20:02:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 72784 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 930D5CCD1B9 for ; Tue, 21 Oct 2025 20:02:57 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.22710.1761076971743082069 for ; Tue, 21 Oct 2025 13:02:52 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 4A1FA40CBD; Tue, 21 Oct 2025 20:02:50 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W8YE9yShoLcD; Tue, 21 Oct 2025 20:02:50 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 2993E407DA; Tue, 21 Oct 2025 20:02:49 +0000 (UTC) Received: from gimli.cabin (argonath.cabin [172.31.1.2]) by mail.denix.org (Postfix) with ESMTP id EE7C516A434; Tue, 21 Oct 2025 16:02:47 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [patch][PATCH 1/2] u-boot-bb.org: upgrade 2025.07 -> 2025.10 Date: Tue, 21 Oct 2025 16:02:46 -0400 Message-Id: <20251021200247.52202-1-denis@denix.org> X-Mailer: git-send-email 2.35.3 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 ; Tue, 21 Oct 2025 20:02:57 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/19149 From: Denys Dmytriyenko Upgrade U-boot to 2025.10. PocketBeagle2 defconfigs and branch got slight name change. Signed-off-by: Denys Dmytriyenko --- meta-beagle/conf/machine/pocketbeagle2-k3r5.conf | 2 +- meta-beagle/conf/machine/pocketbeagle2.conf | 2 +- .../bootcmd-ti-mmc.cfg | 0 ...-bb.org_2025.07.bb => u-boot-bb.org_2025.10.bb} | 14 +++++++------- 4 files changed, 9 insertions(+), 9 deletions(-) rename meta-beagle/recipes-bsp/u-boot/{u-boot-bb.org-2025.07+git => u-boot-bb.org-2025.10+git}/bootcmd-ti-mmc.cfg (100%) rename meta-beagle/recipes-bsp/u-boot/{u-boot-bb.org_2025.07.bb => u-boot-bb.org_2025.10.bb} (44%) diff --git a/meta-beagle/conf/machine/pocketbeagle2-k3r5.conf b/meta-beagle/conf/machine/pocketbeagle2-k3r5.conf index 32e40312..b506cf7d 100644 --- a/meta-beagle/conf/machine/pocketbeagle2-k3r5.conf +++ b/meta-beagle/conf/machine/pocketbeagle2-k3r5.conf @@ -9,4 +9,4 @@ SYSFW_SOC = "am62x" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "hs-fs" -UBOOT_MACHINE = "am6232_pocketbeagle2_r5_defconfig" +UBOOT_MACHINE = "am62_pocketbeagle2_r5_defconfig" diff --git a/meta-beagle/conf/machine/pocketbeagle2.conf b/meta-beagle/conf/machine/pocketbeagle2.conf index 6cbfeac4..7cfe6e30 100644 --- a/meta-beagle/conf/machine/pocketbeagle2.conf +++ b/meta-beagle/conf/machine/pocketbeagle2.conf @@ -16,7 +16,7 @@ TFA_K3_SYSTEM_SUSPEND = "1" OPTEEMACHINE = "k3-am62x" -UBOOT_MACHINE = "am6232_pocketbeagle2_a53_defconfig" +UBOOT_MACHINE = "am62_pocketbeagle2_a53_defconfig" KERNEL_DEVICETREE_PREFIX = " \ ti/k3-am6232 \ diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.07+git/bootcmd-ti-mmc.cfg b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.10+git/bootcmd-ti-mmc.cfg similarity index 100% rename from meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.07+git/bootcmd-ti-mmc.cfg rename to meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.10+git/bootcmd-ti-mmc.cfg diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.07.bb b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb similarity index 44% rename from meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.07.bb rename to meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb index 716adaa9..5a8abec0 100644 --- a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.07.bb +++ b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb @@ -4,16 +4,16 @@ SUMMARY = "BeagleBoard.org U-Boot" COMPATIBLE_MACHINE = "pocketbeagle2|beagle.*" -PV = "2025.07" +PV = "2025.10" UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git" UBOOT_GIT_PROTOCOL = "https" -BRANCH = "v2025.07-Beagle" -SRCREV = "919ec3cd84f39e6960d1705d4ba7f810bc1067fc" +BRANCH = "v2025.10-Beagle" +SRCREV = "6825d60bea17774358f4199c4c7062801cfb931e" -BRANCH:pocketbeagle2 = "v2025.07-am6232-pocketbeagle2" -BRANCH:pocketbeagle2-k3r5 = "v2025.07-am6232-pocketbeagle2" -SRCREV:pocketbeagle2 = "6d5b4abc28f036a4a83ccb234f04d72eceafdc4e" -SRCREV:pocketbeagle2-k3r5 = "6d5b4abc28f036a4a83ccb234f04d72eceafdc4e" +BRANCH:pocketbeagle2 = "v2025.10-am62-pocketbeagle2" +BRANCH:pocketbeagle2-k3r5 = "v2025.10-am62-pocketbeagle2" +SRCREV:pocketbeagle2 = "4e0b6294a1185029d34eff6ed91f3ad1734b643f" +SRCREV:pocketbeagle2-k3r5 = "4e0b6294a1185029d34eff6ed91f3ad1734b643f" SRC_URI:append:pocketbeagle2 = " file://bootcmd-ti-mmc.cfg" From patchwork Tue Oct 21 20:02:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 72783 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 91F62CCD1A5 for ; Tue, 21 Oct 2025 20:02:57 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.22701.1761076971749714149 for ; Tue, 21 Oct 2025 13:02:52 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 4837E40C86; Tue, 21 Oct 2025 20:02:50 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kwih_gRQGm8V; Tue, 21 Oct 2025 20:02:50 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 2ADC540C6C; Tue, 21 Oct 2025 20:02:49 +0000 (UTC) Received: from gimli.cabin (argonath.cabin [172.31.1.2]) by mail.denix.org (Postfix) with ESMTP id 19AAD16A438; Tue, 21 Oct 2025 16:02:48 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [master][PATCH 2/2] linux-bb.org: update to 6.12.43 Date: Tue, 21 Oct 2025 16:02:47 -0400 Message-Id: <20251021200247.52202-2-denis@denix.org> X-Mailer: git-send-email 2.35.3 In-Reply-To: <20251021200247.52202-1-denis@denix.org> References: <20251021200247.52202-1-denis@denix.org> 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 ; Tue, 21 Oct 2025 20:02:57 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/19148 From: Denys Dmytriyenko Update bb.org kernel to 6.12.43 for 64-bit platforms. Signed-off-by: Denys Dmytriyenko --- .../recipes-kernel/linux/linux-bb.org_6.12.bb | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb index 2e57de2b..8ab9fc67 100644 --- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb +++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb @@ -52,12 +52,6 @@ KERNEL_DEVICETREE:append:armv7a = " \ ti/omap/PB-MIKROBUS-1.dtbo \ " -KERNEL_DEVICETREE:append:aarch64 = " \ - ti/BONE-I2C1.dtbo \ - ti/BONE-I2C2.dtbo \ - ti/BONE-I2C3.dtbo \ -" - S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}" # 6.12.34 version for 32-bit @@ -65,9 +59,9 @@ SRCREV:armv7a = "9e419b26243bd7efcd103ae0f6456f828592b34b" PV:armv7a = "6.12.34+git" BRANCH:armv7a = "v6.12.34-ti-arm32-r12" -# 6.12.34 version for 64-bit -SRCREV:aarch64 = "9ca36b8c54806a037f357efcd40eaa8399798b05" -PV:aarch64 = "6.12.34+git" -BRANCH:aarch64 = "v6.12.34-ti-arm64-r46" +# 6.12.43 version for 64-bit +SRCREV:aarch64 = "84c4b4613a852db269620a3fdfed65de90569fa1" +PV:aarch64 = "6.12.43+git" +BRANCH:aarch64 = "v6.12.43-ti-arm64-r54" KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"