Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile +++ head/sysutils/Makefile @@ -1218,6 +1218,7 @@ SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime SUBDIR += u-boot-orangepi-one + SUBDIR += u-boot-orangepi-pc2 SUBDIR += u-boot-orangepi-plus-2e SUBDIR += u-boot-pandaboard SUBDIR += u-boot-pcduino3 Index: head/sysutils/u-boot-orangepi-pc2/Makefile =================================================================== --- head/sysutils/u-boot-orangepi-pc2/Makefile +++ head/sysutils/u-boot-orangepi-pc2/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +MAINTAINER= uboot@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= orangepi-pc2 +BOARD_CONFIG= orangepi_pc2_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" Index: head/sysutils/u-boot-orangepi-pc2/pkg-descr =================================================================== --- head/sysutils/u-boot-orangepi-pc2/pkg-descr +++ head/sysutils/u-boot-orangepi-pc2/pkg-descr @@ -0,0 +1,9 @@ +U-Boot loader and related files for the OrangePi PC2 + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-orangepi-pc2/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync + +For information about running FreeBSD on Allwinner boards, see + https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +WWW: http://www.denx.de/wiki/U-Boot