svn commit: r498603 - in head/sysutils: u-boot-beaglebone u-boot-firefly-rk3399 u-boot-master u-boot-zedboard u-boot-zybo
Emmanuel Vadot
manu at FreeBSD.org
Wed Apr 10 21:16:50 UTC 2019
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
More information about the svn-ports-head
mailing list