mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
sysutils/u-boot: Update to 2020.04
While here use python3 for it as it now works. Two slave ports have been marked broken : u-boot-pandaboard and u-boot-duovero Both of those boards have ~0 users in FreeBSD so if you are one of those raise your hand.
This commit is contained in:
parent
9e681cea8f
commit
e3752ae5b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532703
@ -6,4 +6,6 @@ MODEL= duovero
|
||||
BOARD_CONFIG= duovero_defconfig
|
||||
FAMILY= omap
|
||||
|
||||
BROKEN= Does not build anymore
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -21,8 +21,8 @@ BUILD_DEPENDS+= gsed:textproc/gsed \
|
||||
mkimage:sysutils/u-boot-tools
|
||||
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 python2=python2.7
|
||||
USES= bison gmake python:3.7,build shebangfix tar:bz2
|
||||
BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed swig=swig3.0 python3=python3.7
|
||||
|
||||
SHEBANG_FILES= tools/binman/binman.py arch/arm/mach-rockchip/make_fit_atf.py
|
||||
SSP_UNSAFE= yes
|
||||
@ -108,7 +108,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.10
|
||||
UBOOT_VERSION?= 2020.04
|
||||
|
||||
# If a slave port defines a PORTREVISION use it
|
||||
.if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION})
|
||||
|
@ -1,6 +1,6 @@
|
||||
TIMESTAMP = 1584323217
|
||||
SHA256 (u-boot/u-boot-2019.10.tar.bz2) = 8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014
|
||||
SIZE (u-boot/u-boot-2019.10.tar.bz2) = 14214608
|
||||
TIMESTAMP = 1586872320
|
||||
SHA256 (u-boot/u-boot-2020.04.tar.bz2) = fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372
|
||||
SIZE (u-boot/u-boot-2020.04.tar.bz2) = 15065656
|
||||
SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97
|
||||
SIZE (u-boot/939129/raw) = 310
|
||||
SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7
|
||||
|
@ -6,4 +6,6 @@ MODEL= pandaboard
|
||||
BOARD_CONFIG= omap4_panda_defconfig
|
||||
FAMILY= omap
|
||||
|
||||
BROKEN= Does not build anymore
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -2,12 +2,6 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
U_BOOT_SLAVE_PORTREVISION_2019.10= 1
|
||||
|
||||
PATCHFILES+= 1173473/raw \
|
||||
1172554/raw \
|
||||
1172555/raw
|
||||
|
||||
MODEL= rock64
|
||||
BOARD_CONFIG= rock64-rk3328_defconfig
|
||||
FAMILY= rk3328
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
U_BOOT_SLAVE_PORTREVISION_2019.10= 1
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/
|
||||
PATCHFILES+= 939129/raw
|
||||
# Allow variable reservation of lowest pages for increased PSCI stub size.
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
U_BOOT_SLAVE_PORTREVISION_2019.10= 1
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/
|
||||
PATCHFILES+= 939129/raw
|
||||
# Updated libfdt, pre-req to the next set
|
||||
|
Loading…
Reference in New Issue
Block a user