Index: sysutils/u-boot-nanopi-a64/Makefile =================================================================== --- sysutils/u-boot-nanopi-a64/Makefile +++ sysutils/u-boot-nanopi-a64/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +MAINTAINER= uboot@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= nanopi_a64 +BOARD_CONFIG= nanopi_a64_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" Index: sysutils/u-boot-nanopi-a64/pkg-descr =================================================================== --- sysutils/u-boot-nanopi-a64/pkg-descr +++ sysutils/u-boot-nanopi-a64/pkg-descr @@ -0,0 +1,9 @@ +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 + +For information about running FreeBSD on Allwinner boards, see + https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot