summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2025-10-23 16:29:46 -0400
committerRyan Eatmon <reatmon@ti.com>2025-10-24 14:08:04 -0500
commite96ce234d82b84d640823ccd8e77ef500a862cb5 (patch)
tree326f2d739e84393eb6be88f52776cc791af9c2cb
parentcd2b3b89819ea58115e6be9213795fab0848298e (diff)
downloadmeta-ti-e96ce234d82b84d640823ccd8e77ef500a862cb5.tar.gz
u-boot-bb.org: upgrade 2025.07 -> 2025.10
Upgrade U-boot to 2025.10. PocketBeagle2 defconfigs and branch got slight name change. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-beagle/conf/machine/pocketbeagle2-k3r5.conf2
-rw-r--r--meta-beagle/conf/machine/pocketbeagle2.conf2
-rw-r--r--meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.10+git/bootcmd-ti-mmc.cfg (renamed from meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.07+git/bootcmd-ti-mmc.cfg)0
-rw-r--r--meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.07.bb19
-rw-r--r--meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb19
5 files changed, 21 insertions, 21 deletions
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"
9SYSFW_CONFIG = "evm" 9SYSFW_CONFIG = "evm"
10SYSFW_SUFFIX = "hs-fs" 10SYSFW_SUFFIX = "hs-fs"
11 11
12UBOOT_MACHINE = "am6232_pocketbeagle2_r5_defconfig" 12UBOOT_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"
16 16
17OPTEEMACHINE = "k3-am62x" 17OPTEEMACHINE = "k3-am62x"
18 18
19UBOOT_MACHINE = "am6232_pocketbeagle2_a53_defconfig" 19UBOOT_MACHINE = "am62_pocketbeagle2_a53_defconfig"
20 20
21KERNEL_DEVICETREE_PREFIX = " \ 21KERNEL_DEVICETREE_PREFIX = " \
22 ti/k3-am6232 \ 22 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
index 362696b9..362696b9 100644
--- 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
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.07.bb
deleted file mode 100644
index 716adaa9..00000000
--- a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.07.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1require recipes-bsp/u-boot/u-boot-ti.inc
2
3SUMMARY = "BeagleBoard.org U-Boot"
4
5COMPATIBLE_MACHINE = "pocketbeagle2|beagle.*"
6
7PV = "2025.07"
8
9UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git"
10UBOOT_GIT_PROTOCOL = "https"
11BRANCH = "v2025.07-Beagle"
12SRCREV = "919ec3cd84f39e6960d1705d4ba7f810bc1067fc"
13
14BRANCH:pocketbeagle2 = "v2025.07-am6232-pocketbeagle2"
15BRANCH:pocketbeagle2-k3r5 = "v2025.07-am6232-pocketbeagle2"
16SRCREV:pocketbeagle2 = "6d5b4abc28f036a4a83ccb234f04d72eceafdc4e"
17SRCREV:pocketbeagle2-k3r5 = "6d5b4abc28f036a4a83ccb234f04d72eceafdc4e"
18
19SRC_URI:append:pocketbeagle2 = " file://bootcmd-ti-mmc.cfg"
diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb
new file mode 100644
index 00000000..5a8abec0
--- /dev/null
+++ b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb
@@ -0,0 +1,19 @@
1require recipes-bsp/u-boot/u-boot-ti.inc
2
3SUMMARY = "BeagleBoard.org U-Boot"
4
5COMPATIBLE_MACHINE = "pocketbeagle2|beagle.*"
6
7PV = "2025.10"
8
9UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git"
10UBOOT_GIT_PROTOCOL = "https"
11BRANCH = "v2025.10-Beagle"
12SRCREV = "6825d60bea17774358f4199c4c7062801cfb931e"
13
14BRANCH:pocketbeagle2 = "v2025.10-am62-pocketbeagle2"
15BRANCH:pocketbeagle2-k3r5 = "v2025.10-am62-pocketbeagle2"
16SRCREV:pocketbeagle2 = "4e0b6294a1185029d34eff6ed91f3ad1734b643f"
17SRCREV:pocketbeagle2-k3r5 = "4e0b6294a1185029d34eff6ed91f3ad1734b643f"
18
19SRC_URI:append:pocketbeagle2 = " file://bootcmd-ti-mmc.cfg"