Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2021 16:18:57 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1dec3639fd0c - main - sysutils/u-boot: Update to 2021.07
Message-ID:  <202107071618.167GIvXd048504@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1dec3639fd0cdb9cb2054d5e92d5e2f4dbf32360

commit 1dec3639fd0cdb9cb2054d5e92d5e2f4dbf32360
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-07-07 11:20:59 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-07-07 16:18:40 +0000

    sysutils/u-boot: Update to 2021.07
---
 sysutils/u-boot-master/Makefile       | 2 +-
 sysutils/u-boot-master/distinfo       | 6 +++---
 sysutils/u-boot-riotboard/Makefile    | 1 +
 sysutils/u-boot-sifive-fu540/Makefile | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 38fd6f081fbd..25ede61ea35b 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -111,7 +111,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?=	2021.04
+UBOOT_VERSION?=	2021.07
 
 # 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 f5fe97e16a82..0b57d0434eff 100644
--- a/sysutils/u-boot-master/distinfo
+++ b/sysutils/u-boot-master/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1617718705
-SHA256 (u-boot/u-boot-2021.04.tar.bz2) = 0d438b1bb5cceb57a18ea2de4a0d51f7be5b05b98717df05938636e0aadfe11a
-SIZE (u-boot/u-boot-2021.04.tar.bz2) = 16673334
+TIMESTAMP = 1625655964
+SHA256 (u-boot/u-boot-2021.07.tar.bz2) = 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e
+SIZE (u-boot/u-boot-2021.07.tar.bz2) = 17275746
 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97
 SIZE (u-boot/939129/raw) = 310
 SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7
diff --git a/sysutils/u-boot-riotboard/Makefile b/sysutils/u-boot-riotboard/Makefile
index 39193c5e6c30..a6ceeb7e5927 100644
--- a/sysutils/u-boot-riotboard/Makefile
+++ b/sysutils/u-boot-riotboard/Makefile
@@ -7,5 +7,6 @@ FAMILY=		imx6
 U_BOOT_SLAVE_PORTREVISION_2021.04=	1
 
 UBOOT_PLIST=	u-boot.imx
+UBOOT_EXTRA_TARGETS=	u-boot.imx
 
 .include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-sifive-fu540/Makefile b/sysutils/u-boot-sifive-fu540/Makefile
index 52033d9c3e4d..be02869fb2ac 100644
--- a/sysutils/u-boot-sifive-fu540/Makefile
+++ b/sysutils/u-boot-sifive-fu540/Makefile
@@ -1,7 +1,7 @@
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
 MODEL=		sifive-fu540
-BOARD_CONFIG=	sifive_fu540_defconfig
+BOARD_CONFIG=	sifive_unleashed_defconfig
 FAMILY=		sifive
 UBOOT_ARCH=	riscv64
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107071618.167GIvXd048504>