From owner-svn-ports-head@freebsd.org Wed Apr 10 21:16:50 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79F25156D4D1; Wed, 10 Apr 2019 21:16:50 +0000 (UTC) (envelope-from manu@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE5D18B86F; Wed, 10 Apr 2019 21:16:49 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9139D3A6; Wed, 10 Apr 2019 21:16:49 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3ALGnDJ073016; Wed, 10 Apr 2019 21:16:49 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3ALGmfN073007; Wed, 10 Apr 2019 21:16:48 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201904102116.x3ALGmfN073007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Wed, 10 Apr 2019 21:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498603 - in head/sysutils: u-boot-beaglebone u-boot-firefly-rk3399 u-boot-master u-boot-zedboard u-boot-zybo X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: in head/sysutils: u-boot-beaglebone u-boot-firefly-rk3399 u-boot-master u-boot-zedboard u-boot-zybo X-SVN-Commit-Revision: 498603 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BE5D18B86F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 21:16:50 -0000 Author: manu Date: Wed Apr 10 21:16:47 2019 New Revision: 498603 URL: https://svnweb.freebsd.org/changeset/ports/498603 Log: sysutils/u-boot: Update to 2019.04 Beaglebone slave port change its defconfig. ZYNC related u-boot are broken. Modified: head/sysutils/u-boot-beaglebone/Makefile head/sysutils/u-boot-firefly-rk3399/Makefile head/sysutils/u-boot-master/Makefile head/sysutils/u-boot-master/distinfo head/sysutils/u-boot-zedboard/Makefile head/sysutils/u-boot-zybo/Makefile Modified: head/sysutils/u-boot-beaglebone/Makefile ============================================================================== --- head/sysutils/u-boot-beaglebone/Makefile Wed Apr 10 21:10:00 2019 (r498602) +++ head/sysutils/u-boot-beaglebone/Makefile Wed Apr 10 21:16:47 2019 (r498603) @@ -3,7 +3,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= beaglebone -BOARD_CONFIG= am335x_boneblack_defconfig +BOARD_CONFIG= am335x_evm_defconfig FAMILY= omap CONFIG_FRAGMENT= ${.CURDIR}/files/bbb_fragment Modified: head/sysutils/u-boot-firefly-rk3399/Makefile ============================================================================== --- head/sysutils/u-boot-firefly-rk3399/Makefile Wed Apr 10 21:10:00 2019 (r498602) +++ head/sysutils/u-boot-firefly-rk3399/Makefile Wed Apr 10 21:16:47 2019 (r498603) @@ -6,8 +6,7 @@ MODEL= firefly-rk3399 BOARD_CONFIG= firefly-rk3399_defconfig FAMILY= rk3399 -PATCHFILES+= 1020889/raw \ - 1036621/raw +PATCHFILES+= 1036621/raw UBOOT_EXTRA_TARGETS= u-boot.itb Modified: head/sysutils/u-boot-master/Makefile ============================================================================== --- head/sysutils/u-boot-master/Makefile Wed Apr 10 21:10:00 2019 (r498602) +++ head/sysutils/u-boot-master/Makefile Wed Apr 10 21:16:47 2019 (r498603) @@ -22,7 +22,7 @@ BUILD_DEPENDS+= gsed:textproc/gsed \ BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER} USES= bison gmake python:2.7,build shebangfix tar:bz2 -BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0 +BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0 python2=python2.7 SHEBANG_FILES= tools/binman/binman.py arch/arm/mach-rockchip/make_fit_atf.py SSP_UNSAFE= yes @@ -104,7 +104,7 @@ UBOOT_METADATA_ARMADA38X_RAW_BS= 512 .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} .endif -UBOOT_VERSION?= 2019.01 +UBOOT_VERSION?= 2019.04 .if !defined(UBOOT_PLIST) && defined(UBOOT_PLIST_${FAMILY:tu}) UBOOT_PLIST=${UBOOT_PLIST_${FAMILY:tu}} Modified: head/sysutils/u-boot-master/distinfo ============================================================================== --- head/sysutils/u-boot-master/distinfo Wed Apr 10 21:10:00 2019 (r498602) +++ head/sysutils/u-boot-master/distinfo Wed Apr 10 21:16:47 2019 (r498603) @@ -1,9 +1,7 @@ -TIMESTAMP = 1549364847 -SHA256 (u-boot/u-boot-2019.01.tar.bz2) = 50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22 -SIZE (u-boot/u-boot-2019.01.tar.bz2) = 13366005 +TIMESTAMP = 1554925366 +SHA256 (u-boot/u-boot-2019.04.tar.bz2) = 76b7772d156b3ddd7644c8a1736081e55b78828537ff714065d21dbade229bef +SIZE (u-boot/u-boot-2019.04.tar.bz2) = 13601643 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97 SIZE (u-boot/939129/raw) = 310 -SHA256 (u-boot/1020889/raw) = f8e991ce06037ea3e43a8c5f1f01b8890f8fcf7e122a2b7d0d6dc05cf80164d5 -SIZE (u-boot/1020889/raw) = 380 SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7 SIZE (u-boot/1036621/raw) = 480 Modified: head/sysutils/u-boot-zedboard/Makefile ============================================================================== --- head/sysutils/u-boot-zedboard/Makefile Wed Apr 10 21:10:00 2019 (r498602) +++ head/sysutils/u-boot-zedboard/Makefile Wed Apr 10 21:16:47 2019 (r498603) @@ -2,6 +2,8 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +BROKEN= fails to compile + MODEL= zedboard BOARD_CONFIG= zynq_zed_defconfig FAMILY= zynq_7000 Modified: head/sysutils/u-boot-zybo/Makefile ============================================================================== --- head/sysutils/u-boot-zybo/Makefile Wed Apr 10 21:10:00 2019 (r498602) +++ head/sysutils/u-boot-zybo/Makefile Wed Apr 10 21:16:47 2019 (r498603) @@ -2,6 +2,8 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +BROKEN= fails to compile + MODEL= zybo BOARD_CONFIG= zynq_zybo_defconfig FAMILY= zynq_7000