aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-12-08 16:40:09 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-12-09 11:24:54 +0000
commitb907c5e257346bc2bdc77258a3d76b3700a2f18e (patch)
tree1baf67d421addad77504c388129ccf37f89f7f34
parent92e8416de038b38fa766c7fe8ad56c95ddc24a53 (diff)
downloadports-b907c5e257346bc2bdc77258a3d76b3700a2f18e.tar.gz
ports-b907c5e257346bc2bdc77258a3d76b3700a2f18e.zip
sysutils/u-boot-master: Update to 2023.10
Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r--sysutils/u-boot-master/Makefile2
-rw-r--r--sysutils/u-boot-master/distinfo8
-rw-r--r--sysutils/u-boot-rpi-0-w/Makefile2
-rw-r--r--sysutils/u-boot-rpi-arm64/Makefile1
-rw-r--r--sysutils/u-boot-rpi/Makefile2
-rw-r--r--sysutils/u-boot-rpi2/Makefile2
-rw-r--r--sysutils/u-boot-rpi3/Makefile1
-rw-r--r--sysutils/u-boot-rpi4/Makefile1
8 files changed, 4 insertions, 15 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index bd0867d9b6a4..af5bcbb2d9d9 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -118,7 +118,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?= 2023.07.02
+UBOOT_VERSION?= 2023.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 61b7d4fe0c48..da95c851adb8 100644
--- a/sysutils/u-boot-master/distinfo
+++ b/sysutils/u-boot-master/distinfo
@@ -1,8 +1,6 @@
-TIMESTAMP = 1690330768
-SHA256 (u-boot/u-boot-2023.07.02.tar.bz2) = 6b6a48581c14abb0f95bd87c1af4d740922406d7b801002a9f94727fdde021d5
-SIZE (u-boot/u-boot-2023.07.02.tar.bz2) = 19430944
-SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97
-SIZE (u-boot/939129/raw) = 310
+TIMESTAMP = 1702053359
+SHA256 (u-boot/u-boot-2023.10.tar.bz2) = e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900
+SIZE (u-boot/u-boot-2023.10.tar.bz2) = 19645392
SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7
SIZE (u-boot/1036621/raw) = 480
SHA256 (u-boot/1173473/raw) = 4f182d6f99b1d868237607200d64a1d8a2d57ea44fc25ca49bce929ad6457228
diff --git a/sysutils/u-boot-rpi-0-w/Makefile b/sysutils/u-boot-rpi-0-w/Makefile
index 37cd2a34ad81..125c9584ace2 100644
--- a/sysutils/u-boot-rpi-0-w/Makefile
+++ b/sysutils/u-boot-rpi-0-w/Makefile
@@ -1,7 +1,5 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
-PATCHFILES+= 939129/raw
-
MODEL= rpi-0-w
BOARD_CONFIG= rpi_0_w_defconfig
FAMILY= rpi
diff --git a/sysutils/u-boot-rpi-arm64/Makefile b/sysutils/u-boot-rpi-arm64/Makefile
index 9e25dd915601..26be706afbae 100644
--- a/sysutils/u-boot-rpi-arm64/Makefile
+++ b/sysutils/u-boot-rpi-arm64/Makefile
@@ -1,7 +1,6 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
EXTRA_PATCHES= ${.CURDIR}/files/
-PATCHFILES+= 939129/raw
MODEL= rpi-arm64
BOARD_CONFIG= rpi_arm64_defconfig
diff --git a/sysutils/u-boot-rpi/Makefile b/sysutils/u-boot-rpi/Makefile
index abc217a93a68..c92c9c17963a 100644
--- a/sysutils/u-boot-rpi/Makefile
+++ b/sysutils/u-boot-rpi/Makefile
@@ -1,7 +1,5 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
-PATCHFILES+= 939129/raw
-
WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
MODEL= rpi
diff --git a/sysutils/u-boot-rpi2/Makefile b/sysutils/u-boot-rpi2/Makefile
index 90c4e4d91827..054ab962dd6e 100644
--- a/sysutils/u-boot-rpi2/Makefile
+++ b/sysutils/u-boot-rpi2/Makefile
@@ -1,7 +1,5 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
-PATCHFILES+= 939129/raw
-
WWW= https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
MODEL= rpi2
diff --git a/sysutils/u-boot-rpi3/Makefile b/sysutils/u-boot-rpi3/Makefile
index b708f98830b3..0ba914341934 100644
--- a/sysutils/u-boot-rpi3/Makefile
+++ b/sysutils/u-boot-rpi3/Makefile
@@ -1,7 +1,6 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
EXTRA_PATCHES?= ${.CURDIR}/files/
-PATCHFILES+= 939129/raw
MODEL?= rpi3
BOARD_CONFIG?= rpi_3_defconfig
diff --git a/sysutils/u-boot-rpi4/Makefile b/sysutils/u-boot-rpi4/Makefile
index 676ca4a77ffd..cf50d7a125dd 100644
--- a/sysutils/u-boot-rpi4/Makefile
+++ b/sysutils/u-boot-rpi4/Makefile
@@ -1,7 +1,6 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
EXTRA_PATCHES= ${.CURDIR}/files/
-PATCHFILES+= 939129/raw
MODEL= rpi4
BOARD_CONFIG= rpi_4_defconfig