diff --git a/sysutils/u-boot-beaglebone/Makefile b/sysutils/u-boot-beaglebone/Makefile index a97c47d24685..c1b306a60893 100644 --- a/sysutils/u-boot-beaglebone/Makefile +++ b/sysutils/u-boot-beaglebone/Makefile @@ -2,8 +2,6 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2019.07= 1 - MODEL= beaglebone BOARD_CONFIG= am335x_evm_defconfig FAMILY= omap diff --git a/sysutils/u-boot-firefly-rk3399/Makefile b/sysutils/u-boot-firefly-rk3399/Makefile index d55b3200f4e4..6c8db0dcd304 100644 --- a/sysutils/u-boot-firefly-rk3399/Makefile +++ b/sysutils/u-boot-firefly-rk3399/Makefile @@ -2,12 +2,8 @@ MASTERDIR= ${.CURDIR}/../u-boot-master -U_BOOT_SLAVE_PORTREVISION_2019.07= 1 - MODEL= firefly-rk3399 BOARD_CONFIG= firefly-rk3399_defconfig FAMILY= rk3399 -UBOOT_EXTRA_TARGETS= u-boot.itb - .include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-firefly-rk3399/pkg-descr b/sysutils/u-boot-firefly-rk3399/pkg-descr index dc8f69c8c35c..778b4aad652d 100644 --- a/sysutils/u-boot-firefly-rk3399/pkg-descr +++ b/sysutils/u-boot-firefly-rk3399/pkg-descr @@ -1,7 +1,7 @@ U-Boot loader and related files for the Firefly RK3399. To install this bootloader on an sdcard just do: -dd if=/usr/local/share/u-boot/u-boot-firefly-rk3399/idbspl.img of=/path/to/sdcarddevice seek=64 +dd if=/usr/local/share/u-boot/u-boot-firefly-rk3399/idbloader.img of=/path/to/sdcarddevice seek=64 dd if=/usr/local/share/u-boot/u-boot-firefly-rk3399/u-boot.itb of=/path/to/sdcarddevice seek=16384 conv=sync WWW: http://www.denx.de/wiki/U-Boot diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index a64dee4f7f65..322e084c1004 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -22,12 +22,6 @@ BUILD_DEPENDS+= gsed:textproc/gsed \ BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER} USES= bison gmake python:2.7,build shebangfix tar:bz2 -.if defined(FAMILY) && ${FAMILY} == rk3399 -USES+= linux -USE_LINUX+= base:build -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= RockChip tools are only for amd64 -.endif 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 @@ -100,7 +94,7 @@ UBOOT_PLIST_RK3328= idbloader.img u-boot.itb UBOOT_ARCH_RK3328= aarch64 # Override for RK3399 family -UBOOT_PLIST_RK3399= idbloader.img trust.img uboot.img +UBOOT_PLIST_RK3399= idbloader.img u-boot.itb UBOOT_ARCH_RK3399= aarch64 # Override for ARMADA38X family @@ -114,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.07 +UBOOT_VERSION?= 2019.10 # If a slave port defines a PORTREVISION use it .if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION}) @@ -157,15 +151,14 @@ MAKE_ENV+= BL31=${LOCALBASE}/share/atf-sun50i_a64/bl31.bin .if defined(FAMILY) && ${FAMILY} == rk3328 BUILD_DEPENDS+= ${LOCALBASE}/share/atf-rk3328/bl31.elf:sysutils/atf-rk3328 \ - ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} \ - ${LOCALBASE}/bin/rk-trust_merger:sysutils/linux-rkbin + ${LOCALBASE}/share/linux-rkbin/bin/rk33/rk3328_ddr_333MHz_v1.16.bin:sysutils/linux-rkbin \ + ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} MAKE_ENV+= BL31=${LOCALBASE}/share/atf-rk3328/bl31.elf .endif .if defined(FAMILY) && ${FAMILY} == rk3399 BUILD_DEPENDS+= ${LOCALBASE}/share/atf-rk3399/bl31.elf:sysutils/atf-rk3399 \ - ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} \ - ${LOCALBASE}/bin/rk-trust_merger:sysutils/linux-rkbin + ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} MAKE_ENV+= BL31=${LOCALBASE}/share/atf-rk3399/bl31.elf .endif @@ -231,12 +224,6 @@ post-build: mkimage -n rk3328 -T rksd -d ${LOCALBASE}/share/linux-rkbin/bin/rk33/rk3328_ddr_333MHz_v1.16.bin ${WRKSRC}/idbloader.img cat ${WRKSRC}/spl/u-boot-spl.bin >> ${WRKSRC}/idbloader.img .endif -.if defined(FAMILY) && ${FAMILY} == rk3399 - mkimage -n rk3399 -T rksd -d ${LOCALBASE}/share/linux-rkbin/bin/rk33/rk3399_ddr_800MHz_v1.23.bin ${WRKSRC}/idbloader.img - cat ${LOCALBASE}/share/linux-rkbin/bin/rk33/rk3399_miniloader_v1.19.bin >> ${WRKSRC}/idbloader.img - (cd ${WRKSRC} && rk-trust_merger ${LOCALBASE}/share/linux-rkbin/rktrust/RK3399TRUST.ini) - (cd ${WRKSRC} && rk-loaderimage --pack --uboot u-boot-dtb.bin uboot.img) -.endif # If we need to put anything into WRKSRC, do so now so we can build the PLIST # in do-install .if defined(UBOOT_MOVE) diff --git a/sysutils/u-boot-master/distinfo b/sysutils/u-boot-master/distinfo index db6e58ba2c1a..5b55fa1aaa91 100644 --- a/sysutils/u-boot-master/distinfo +++ b/sysutils/u-boot-master/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1563557649 -SHA256 (u-boot/u-boot-2019.07.tar.bz2) = bff4fa77e8da17521c030ca4c5b947a056c1b1be4d3e6ee8637020b8d50251d0 -SIZE (u-boot/u-boot-2019.07.tar.bz2) = 13939667 -SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7 -SIZE (u-boot/1036621/raw) = 480 +TIMESTAMP = 1570557780 +SHA256 (u-boot/u-boot-2019.10.tar.bz2) = 8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014 +SIZE (u-boot/u-boot-2019.10.tar.bz2) = 14214608 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97 SIZE (u-boot/939129/raw) = 310 +SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7 +SIZE (u-boot/1036621/raw) = 480 +SHA256 (u-boot/1173473/raw) = 4f182d6f99b1d868237607200d64a1d8a2d57ea44fc25ca49bce929ad6457228 +SIZE (u-boot/1173473/raw) = 433 diff --git a/sysutils/u-boot-master/files/patch-lib_efi__loader_efi__boottime.c b/sysutils/u-boot-master/files/patch-lib_efi__loader_efi__boottime.c deleted file mode 100644 index 025d554aa3c5..000000000000 --- a/sysutils/u-boot-master/files/patch-lib_efi__loader_efi__boottime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/efi_loader/efi_boottime.c.orig 2019-04-16 17:03:46 UTC -+++ lib/efi_loader/efi_boottime.c -@@ -1781,7 +1781,7 @@ efi_status_t EFIAPI efi_start_image(efi_handle_t image - - EFI_ENTRY("%p, %p, %p", image_handle, exit_data_size, exit_data); - -- efi_is_direct_boot = false; -+ efi_is_direct_boot = true; - - /* call the image! */ - if (setjmp(&image_obj->exit_jmp)) { diff --git a/sysutils/u-boot-rock64/Makefile b/sysutils/u-boot-rock64/Makefile index f62058e154f3..65e623f23410 100644 --- a/sysutils/u-boot-rock64/Makefile +++ b/sysutils/u-boot-rock64/Makefile @@ -2,6 +2,8 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +PATCHFILES+= 1173473/raw + MODEL= rock64 BOARD_CONFIG= rock64-rk3328_defconfig FAMILY= rk3328 diff --git a/sysutils/u-boot-rockpro64/pkg-descr b/sysutils/u-boot-rockpro64/pkg-descr index 73df236fa039..8c0ffd54c41f 100644 --- a/sysutils/u-boot-rockpro64/pkg-descr +++ b/sysutils/u-boot-rockpro64/pkg-descr @@ -2,7 +2,6 @@ U-Boot loader and related files for the Pine64 RockPro64. To install this bootloader on an sdcard just do: dd if=/usr/local/share/u-boot/u-boot-rockpro64/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync -dd if=/usr/local/share/u-boot/u-boot-rockpro64/trust.img of=/path/to/sdcarddevice seek=24576 bs=512 conv=sync -dd if=/usr/local/share/u-boot/u-boot-rockpro64/uboot.img of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync +dd if=/usr/local/share/u-boot/u-boot-rockpro64/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync WWW: http://www.denx.de/wiki/U-Boot diff --git a/sysutils/u-boot-tools/Makefile b/sysutils/u-boot-tools/Makefile index 6ec96ef59738..bd51bfd73a1e 100644 --- a/sysutils/u-boot-tools/Makefile +++ b/sysutils/u-boot-tools/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= u-boot-tools -DISTVERSION= 2019.01 +DISTVERSION= 2019.10 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ DISTNAME= u-boot-${PORTVERSION} diff --git a/sysutils/u-boot-tools/distinfo b/sysutils/u-boot-tools/distinfo index a26d769ab519..271bf8ce3014 100644 --- a/sysutils/u-boot-tools/distinfo +++ b/sysutils/u-boot-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549304332 -SHA256 (u-boot-2019.01.tar.bz2) = 50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22 -SIZE (u-boot-2019.01.tar.bz2) = 13366005 +TIMESTAMP = 1570519184 +SHA256 (u-boot-2019.10.tar.bz2) = 8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014 +SIZE (u-boot-2019.10.tar.bz2) = 14214608