diff --git a/sysutils/Makefile b/sysutils/Makefile index 9171809a862f..7c2e3beba2ff 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1179,6 +1179,7 @@ SUBDIR += u-boot-duovero SUBDIR += u-boot-imx-serial-loader SUBDIR += u-boot-master + SUBDIR += u-boot-nanopi-neo SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime SUBDIR += u-boot-orangepi-one diff --git a/sysutils/u-boot-nanopi-neo/Makefile b/sysutils/u-boot-nanopi-neo/Makefile new file mode 100644 index 000000000000..969e3c0e81b1 --- /dev/null +++ b/sysutils/u-boot-nanopi-neo/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +MAINTAINER= manuFreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= nanopi_neo +BOARD_CONFIG= nanopi_neo_defconfig +FAMILY= allwinner + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/u-boot-nanopi-neo/pkg-descr b/sysutils/u-boot-nanopi-neo/pkg-descr new file mode 100644 index 000000000000..ec59666b0563 --- /dev/null +++ b/sysutils/u-boot-nanopi-neo/pkg-descr @@ -0,0 +1,16 @@ +U-Boot loader for NanoPi Neo. + +To install this bootloader, follow the instructions in + http://linux-sunxi.org/Bootable_SD_card#Bootloader + +This version is patched so that: + * ELF and API features are enabled. + * The distroboot command knows how to load FreeBSD loader(8) + * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT + partition to address 0x42000000, and launches it. If ubldr.bin is + not found, it falls back on ubldr + +For information about running FreeBSD on NanoPi Neo, see + https://wiki.freebsd.org/FreeBSD/arm/Allwinner + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot