sysutils/atf: Update to v2.4

Bump u-boot ports that depends on it.
While here update the metadata and pkg-descr for the allwinner64 family so
u-boot is put in an alternate location that doesn't conflict with GPT
partitions.
This commit is contained in:
Emmanuel Vadot 2020-11-22 17:37:40 +00:00
parent 3ddba71d41
commit 2b1fdba5c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556066
25 changed files with 42 additions and 16 deletions

View File

@ -24,7 +24,7 @@ MAKE_ENV+= CROSS_COMPILE="aarch64-none-elf-"
ALL_TARGET= ARCH="aarch64" PLAT=${PLAT} V=1 CFLAGS= bl31
# Default to the latest release
ATF_VERSION?= v2.3
ATF_VERSION?= v2.4
PLIST_FILES?= ${PREFIX}/share/${PORTNAME}-${PLAT}/${BL31:T}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1587662546
SHA256 (ARM-software-arm-trusted-firmware-v2.3_GH0.tar.gz) = 304d372327d6ecabf89da67e2e1a7b2660f13b5851886fef1b58ae5a6d74e606
SIZE (ARM-software-arm-trusted-firmware-v2.3_GH0.tar.gz) = 4321775
TIMESTAMP = 1606065143
SHA256 (ARM-software-arm-trusted-firmware-v2.4_GH0.tar.gz) = 4bfda9fdbe5022f2e88ad3344165f7d38a8ae4a0e2d91d44d9a1603425cc642d
SIZE (ARM-software-arm-trusted-firmware-v2.4_GH0.tar.gz) = 4593582

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= a64-olinuxino
BOARD_CONFIG= a64-olinuxino_defconfig
FAMILY= allwinner64

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the A64-Olinuxino.
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-a64-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=/usr/local/share/u-boot/u-boot-a64-olinuxino/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= firefly-rk3399
BOARD_CONFIG= firefly-rk3399_defconfig
FAMILY= rk3399

View File

@ -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/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
dd if=/usr/local/share/u-boot/u-boot-firefly-rk3399/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
dd if=/usr/local/share/u-boot/u-boot-firefly-rk3399/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
WWW: https://www.denx.de/wiki/U-Boot

View File

@ -71,8 +71,8 @@ UBOOT_PLIST_ALLWINNER64=${UBOOT_PLIST_ALLWINNER}
UBOOT_ARCH_ALLWINNER64=aarch64
UBOOT_METADATA_ALLWINNER64_FILES= ${UBOOT_PLIST_ALLWINNER64}
UBOOT_METADATA_ALLWINNER64_METHOD= raw
UBOOT_METADATA_ALLWINNER64_RAW_OFFSET= 8
UBOOT_METADATA_ALLWINNER64_RAW_BS= 1k
UBOOT_METADATA_ALLWINNER64_RAW_OFFSET= 1
UBOOT_METADATA_ALLWINNER64_RAW_BS= 128k
# Overrides for Zynq 7000 family
UBOOT_PLIST_ZYNQ_7000=u-boot.img boot.bin uEnv.txt

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= nanopi_a64
BOARD_CONFIG= nanopi_a64_defconfig
FAMILY= allwinner64

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the NanoPI A64.
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-nanopi-a64/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=/usr/local/share/u-boot/u-boot-nanopi-a64/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= nanopi-neo2
BOARD_CONFIG= nanopi_neo2_defconfig
FAMILY= allwinner64

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the NanoPi NEO2
To install this bootloader on an sdcard just do:
dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= orangepi-pc2
BOARD_CONFIG= orangepi_pc2_defconfig
FAMILY= allwinner64

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the OrangePi PC2
To install this bootloader on an sdcard just do:
dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-pc2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-pc2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= pine64-lts
BOARD_CONFIG= pine64-lts_defconfig
FAMILY= allwinner64

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the Pine64-LTS.
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-pine64-lts/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=/usr/local/share/u-boot/u-boot-pine64-lts/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= pine64
BOARD_CONFIG= pine64_plus_defconfig
FAMILY= allwinner64

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the Pine64.
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-pine64/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=/usr/local/share/u-boot/u-boot-pine64/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= pinebook
BOARD_CONFIG= pinebook_defconfig
FAMILY= allwinner64

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the Pinebook
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-pinebook/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=/usr/local/share/u-boot/u-boot-pinebook/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= pinebookpro
BOARD_CONFIG= pinebook-pro-rk3399_defconfig
FAMILY= rk3399

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= rock64
BOARD_CONFIG= rock64-rk3328_defconfig
FAMILY= rk3328

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
EXTRA_PATCHES= ${.CURDIR}/files
MODEL= rockpro64

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= sopine-spi
BOARD_CONFIG= sopine_baseboard_defconfig
FAMILY= allwinner64

View File

@ -2,6 +2,8 @@
MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2020.10= 1
MODEL= sopine
BOARD_CONFIG= sopine_baseboard_defconfig
FAMILY= allwinner64

View File

@ -1,7 +1,7 @@
U-Boot loader and related files for the Sopine.
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-sopine/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
dd if=/usr/local/share/u-boot/u-boot-sopine/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner