diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-07-07 13:20:59 +0200 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-07-07 18:18:40 +0200 |
commit | 1dec3639fd0cdb9cb2054d5e92d5e2f4dbf32360 (patch) | |
tree | 9633139ee68fe32ec362ccbda7de6467c24b1132 /sysutils | |
parent | sysutils/atf-master: Update to v2.5 (diff) |
sysutils/u-boot: Update to 2021.07
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-master/Makefile | 2 | ||||
-rw-r--r-- | sysutils/u-boot-master/distinfo | 6 | ||||
-rw-r--r-- | sysutils/u-boot-riotboard/Makefile | 1 | ||||
-rw-r--r-- | sysutils/u-boot-sifive-fu540/Makefile | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index 38fd6f081fbd..25ede61ea35b 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -111,7 +111,7 @@ UBOOT_PLIST_QEMU= u-boot.bin .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} .endif -UBOOT_VERSION?= 2021.04 +UBOOT_VERSION?= 2021.07 # If a slave port defines a PORTREVISION use it .if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION}) diff --git a/sysutils/u-boot-master/distinfo b/sysutils/u-boot-master/distinfo index f5fe97e16a82..0b57d0434eff 100644 --- a/sysutils/u-boot-master/distinfo +++ b/sysutils/u-boot-master/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1617718705 -SHA256 (u-boot/u-boot-2021.04.tar.bz2) = 0d438b1bb5cceb57a18ea2de4a0d51f7be5b05b98717df05938636e0aadfe11a -SIZE (u-boot/u-boot-2021.04.tar.bz2) = 16673334 +TIMESTAMP = 1625655964 +SHA256 (u-boot/u-boot-2021.07.tar.bz2) = 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e +SIZE (u-boot/u-boot-2021.07.tar.bz2) = 17275746 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97 SIZE (u-boot/939129/raw) = 310 SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7 diff --git a/sysutils/u-boot-riotboard/Makefile b/sysutils/u-boot-riotboard/Makefile index 39193c5e6c30..a6ceeb7e5927 100644 --- a/sysutils/u-boot-riotboard/Makefile +++ b/sysutils/u-boot-riotboard/Makefile @@ -7,5 +7,6 @@ FAMILY= imx6 U_BOOT_SLAVE_PORTREVISION_2021.04= 1 UBOOT_PLIST= u-boot.imx +UBOOT_EXTRA_TARGETS= u-boot.imx .include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-sifive-fu540/Makefile b/sysutils/u-boot-sifive-fu540/Makefile index 52033d9c3e4d..be02869fb2ac 100644 --- a/sysutils/u-boot-sifive-fu540/Makefile +++ b/sysutils/u-boot-sifive-fu540/Makefile @@ -1,7 +1,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master MODEL= sifive-fu540 -BOARD_CONFIG= sifive_fu540_defconfig +BOARD_CONFIG= sifive_unleashed_defconfig FAMILY= sifive UBOOT_ARCH= riscv64 |