From owner-dev-commits-ports-all@freebsd.org Wed Jul 7 16:18:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB946658D58; Wed, 7 Jul 2021 16:18:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GKl3j652Vz3sFM; Wed, 7 Jul 2021 16:18:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BACE5104C6; Wed, 7 Jul 2021 16:18:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 167GIvGe048505; Wed, 7 Jul 2021 16:18:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 167GIvXd048504; Wed, 7 Jul 2021 16:18:57 GMT (envelope-from git) Date: Wed, 7 Jul 2021 16:18:57 GMT Message-Id: <202107071618.167GIvXd048504@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emmanuel Vadot Subject: git: 1dec3639fd0c - main - sysutils/u-boot: Update to 2021.07 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1dec3639fd0cdb9cb2054d5e92d5e2f4dbf32360 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2021 16:18:58 -0000 The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=1dec3639fd0cdb9cb2054d5e92d5e2f4dbf32360 commit 1dec3639fd0cdb9cb2054d5e92d5e2f4dbf32360 Author: Emmanuel Vadot AuthorDate: 2021-07-07 11:20:59 +0000 Commit: Emmanuel Vadot 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