diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-23 01:37:40 +0800 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-23 01:37:40 +0800 |
commit | 2b1fdba5c9a8f2c8480e44b88bf86c5e32d22aeb (patch) | |
tree | e812fa474c4dff56c0ef68152fc839e5d1ee3fdd /sysutils/u-boot-orangepi-pc2 | |
parent | 3ddba71d41ea78854f877614d96674b94df781ba (diff) | |
download | freebsd-ports-gnome-2b1fdba5c9a8f2c8480e44b88bf86c5e32d22aeb.tar.gz freebsd-ports-gnome-2b1fdba5c9a8f2c8480e44b88bf86c5e32d22aeb.tar.zst freebsd-ports-gnome-2b1fdba5c9a8f2c8480e44b88bf86c5e32d22aeb.zip |
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.
Diffstat (limited to 'sysutils/u-boot-orangepi-pc2')
-rw-r--r-- | sysutils/u-boot-orangepi-pc2/Makefile | 2 | ||||
-rw-r--r-- | sysutils/u-boot-orangepi-pc2/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/u-boot-orangepi-pc2/Makefile b/sysutils/u-boot-orangepi-pc2/Makefile index 53321b644687..41f5ce495fd9 100644 --- a/sysutils/u-boot-orangepi-pc2/Makefile +++ b/sysutils/u-boot-orangepi-pc2/Makefile @@ -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 diff --git a/sysutils/u-boot-orangepi-pc2/pkg-descr b/sysutils/u-boot-orangepi-pc2/pkg-descr index 885250948adf..7b5319e2a217 100644 --- a/sysutils/u-boot-orangepi-pc2/pkg-descr +++ b/sysutils/u-boot-orangepi-pc2/pkg-descr @@ -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 |