sysutils/u-boot-master: Update to 2025.10
This commit is contained in:
@@ -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})
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user