diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2025-10-23 16:29:46 -0400 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-10-24 14:08:04 -0500 |
| commit | e96ce234d82b84d640823ccd8e77ef500a862cb5 (patch) | |
| tree | 326f2d739e84393eb6be88f52776cc791af9c2cb | |
| parent | cd2b3b89819ea58115e6be9213795fab0848298e (diff) | |
| download | meta-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.conf | 2 | ||||
| -rw-r--r-- | meta-beagle/conf/machine/pocketbeagle2.conf | 2 | ||||
| -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.bb | 19 | ||||
| -rw-r--r-- | meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.10.bb | 19 |
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" | |||
| 9 | SYSFW_CONFIG = "evm" | 9 | SYSFW_CONFIG = "evm" |
| 10 | SYSFW_SUFFIX = "hs-fs" | 10 | SYSFW_SUFFIX = "hs-fs" |
| 11 | 11 | ||
| 12 | UBOOT_MACHINE = "am6232_pocketbeagle2_r5_defconfig" | 12 | 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" | |||
| 16 | 16 | ||
| 17 | OPTEEMACHINE = "k3-am62x" | 17 | OPTEEMACHINE = "k3-am62x" |
| 18 | 18 | ||
| 19 | UBOOT_MACHINE = "am6232_pocketbeagle2_a53_defconfig" | 19 | UBOOT_MACHINE = "am62_pocketbeagle2_a53_defconfig" |
| 20 | 20 | ||
| 21 | KERNEL_DEVICETREE_PREFIX = " \ | 21 | KERNEL_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 @@ | |||
| 1 | require recipes-bsp/u-boot/u-boot-ti.inc | ||
| 2 | |||
| 3 | SUMMARY = "BeagleBoard.org U-Boot" | ||
| 4 | |||
| 5 | COMPATIBLE_MACHINE = "pocketbeagle2|beagle.*" | ||
| 6 | |||
| 7 | PV = "2025.07" | ||
| 8 | |||
| 9 | UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git" | ||
| 10 | UBOOT_GIT_PROTOCOL = "https" | ||
| 11 | BRANCH = "v2025.07-Beagle" | ||
| 12 | SRCREV = "919ec3cd84f39e6960d1705d4ba7f810bc1067fc" | ||
| 13 | |||
| 14 | BRANCH:pocketbeagle2 = "v2025.07-am6232-pocketbeagle2" | ||
| 15 | BRANCH:pocketbeagle2-k3r5 = "v2025.07-am6232-pocketbeagle2" | ||
| 16 | SRCREV:pocketbeagle2 = "6d5b4abc28f036a4a83ccb234f04d72eceafdc4e" | ||
| 17 | SRCREV:pocketbeagle2-k3r5 = "6d5b4abc28f036a4a83ccb234f04d72eceafdc4e" | ||
| 18 | |||
| 19 | SRC_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 @@ | |||
| 1 | require recipes-bsp/u-boot/u-boot-ti.inc | ||
| 2 | |||
| 3 | SUMMARY = "BeagleBoard.org U-Boot" | ||
| 4 | |||
| 5 | COMPATIBLE_MACHINE = "pocketbeagle2|beagle.*" | ||
| 6 | |||
| 7 | PV = "2025.10" | ||
| 8 | |||
| 9 | UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git" | ||
| 10 | UBOOT_GIT_PROTOCOL = "https" | ||
| 11 | BRANCH = "v2025.10-Beagle" | ||
| 12 | SRCREV = "6825d60bea17774358f4199c4c7062801cfb931e" | ||
| 13 | |||
| 14 | BRANCH:pocketbeagle2 = "v2025.10-am62-pocketbeagle2" | ||
| 15 | BRANCH:pocketbeagle2-k3r5 = "v2025.10-am62-pocketbeagle2" | ||
| 16 | SRCREV:pocketbeagle2 = "4e0b6294a1185029d34eff6ed91f3ad1734b643f" | ||
| 17 | SRCREV:pocketbeagle2-k3r5 = "4e0b6294a1185029d34eff6ed91f3ad1734b643f" | ||
| 18 | |||
| 19 | SRC_URI:append:pocketbeagle2 = " file://bootcmd-ti-mmc.cfg" | ||
