git: 7889b4e49723 - main - sysutils/u-boot-master: Update to 2025.10

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Sat, 22 Nov 2025 07:33:26 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7889b4e49723ef0accb6a21ded10d8709ffd7e6e

commit 7889b4e49723ef0accb6a21ded10d8709ffd7e6e
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2025-11-21 19:58:04 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-11-22 07:33:08 +0000

    sysutils/u-boot-master: Update to 2025.10
---
 sysutils/u-boot-master/Makefile                            |  2 +-
 sysutils/u-boot-master/distinfo                            | 10 +++++-----
 sysutils/u-boot-sifive-fu540/Makefile                      |  2 --
 sysutils/u-boot-sifive-fu740/Makefile                      |  2 --
 sysutils/u-boot-sopine-spi/files/patch-board_sunxi_board.c | 11 -----------
 sysutils/u-boot-starfive-visionfive2/Makefile              |  2 --
 6 files changed, 6 insertions(+), 23 deletions(-)

diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 5b687c1ae68e..26dbeb9c27ae 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -128,7 +128,7 @@ UBOOT_PLIST_QEMU=	u-boot.bin
 .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu})
 UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}}
 .endif
-UBOOT_VERSION?=	2025.04
+UBOOT_VERSION?=	2025.10
 
 # If a slave port defines a PORTREVISION use it
 .if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION})
diff --git a/sysutils/u-boot-master/distinfo b/sysutils/u-boot-master/distinfo
index 17b67f307006..1f4bd030b0f7 100644
--- a/sysutils/u-boot-master/distinfo
+++ b/sysutils/u-boot-master/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1744131204
-SHA256 (u-boot/u-boot-2024.07.tar.bz2) = f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
-SIZE (u-boot/u-boot-2024.07.tar.bz2) = 26086110
+TIMESTAMP = 1763745535
 SHA256 (u-boot/u-boot-2024.10.tar.bz2) = b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0
 SIZE (u-boot/u-boot-2024.10.tar.bz2) = 26398495
-SHA256 (u-boot/u-boot-2025.04.tar.bz2) = 439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718
-SIZE (u-boot/u-boot-2025.04.tar.bz2) = 33078424
+SHA256 (u-boot/u-boot-2024.07.tar.bz2) = f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
+SIZE (u-boot/u-boot-2024.07.tar.bz2) = 26086110
+SHA256 (u-boot/u-boot-2025.10.tar.bz2) = b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a
+SIZE (u-boot/u-boot-2025.10.tar.bz2) = 33803092
diff --git a/sysutils/u-boot-sifive-fu540/Makefile b/sysutils/u-boot-sifive-fu540/Makefile
index ea3f4d044cb0..5f79e53b93d8 100644
--- a/sysutils/u-boot-sifive-fu540/Makefile
+++ b/sysutils/u-boot-sifive-fu540/Makefile
@@ -1,7 +1,5 @@
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
-U_BOOT_SLAVE_PORTREVISION_2025.04=1
-
 MODEL=		sifive-fu540
 BOARD_CONFIG=	sifive_unleashed_defconfig
 FAMILY=		sifive
diff --git a/sysutils/u-boot-sifive-fu740/Makefile b/sysutils/u-boot-sifive-fu740/Makefile
index 9fd0f9a3a8a2..3902e50d6394 100644
--- a/sysutils/u-boot-sifive-fu740/Makefile
+++ b/sysutils/u-boot-sifive-fu740/Makefile
@@ -1,7 +1,5 @@
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
-U_BOOT_SLAVE_PORTREVISION_2025.04=1
-
 MODEL=		sifive-fu740
 BOARD_CONFIG=	sifive_unmatched_defconfig
 FAMILY=		sifive
diff --git a/sysutils/u-boot-sopine-spi/files/patch-board_sunxi_board.c b/sysutils/u-boot-sopine-spi/files/patch-board_sunxi_board.c
deleted file mode 100644
index e8bde74a0597..000000000000
--- a/sysutils/u-boot-sopine-spi/files/patch-board_sunxi_board.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- board/sunxi/board.c.orig	2022-05-03 09:13:36.019124000 +0200
-+++ board/sunxi/board.c	2022-05-03 09:13:47.210925000 +0200
-@@ -601,7 +601,7 @@
- 	case BOOT_DEVICE_MMC2:
- 		return 1;
- 	default:
--		return CONFIG_SYS_MMC_ENV_DEV;
-+		return 0;
- 	}
- }
- #endif
diff --git a/sysutils/u-boot-starfive-visionfive2/Makefile b/sysutils/u-boot-starfive-visionfive2/Makefile
index 52e8559b7713..101a17f18a02 100644
--- a/sysutils/u-boot-starfive-visionfive2/Makefile
+++ b/sysutils/u-boot-starfive-visionfive2/Makefile
@@ -1,7 +1,5 @@
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
-U_BOOT_SLAVE_PORTREVISION_2025.04=1
-
 MODEL=		starfive-visionfive2
 BOARD_CONFIG=	starfive_visionfive2_defconfig
 FAMILY=		starfive