sysutils/u-boot: Update to 2019.04
Beaglebone slave port change its defconfig. ZYNC related u-boot are broken.
This commit is contained in:
parent
fece92584a
commit
2a38e0aa01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498603
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}}
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
BROKEN= fails to compile
|
||||
|
||||
MODEL= zedboard
|
||||
BOARD_CONFIG= zynq_zed_defconfig
|
||||
FAMILY= zynq_7000
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
BROKEN= fails to compile
|
||||
|
||||
MODEL= zybo
|
||||
BOARD_CONFIG= zynq_zybo_defconfig
|
||||
FAMILY= zynq_7000
|
||||
|
Loading…
Reference in New Issue
Block a user