aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-nanopi-neo-air
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-08-02 18:16:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-08-02 18:16:52 +0000
commit9568851488eabf7f69733ea70251b2defd52d24f (patch)
tree8d63777417948418391873bc81fb11fbae93ec95 /sysutils/u-boot-nanopi-neo-air
parent5ce1369a9553dcd30a2b6cdb7f649b463d58c36d (diff)
downloadports-9568851488eabf7f69733ea70251b2defd52d24f.tar.gz
ports-9568851488eabf7f69733ea70251b2defd52d24f.zip
Notes
Diffstat (limited to 'sysutils/u-boot-nanopi-neo-air')
-rw-r--r--sysutils/u-boot-nanopi-neo-air/Makefile10
-rw-r--r--sysutils/u-boot-nanopi-neo-air/pkg-descr16
2 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/u-boot-nanopi-neo-air/Makefile b/sysutils/u-boot-nanopi-neo-air/Makefile
new file mode 100644
index 000000000000..4e8795c7af2c
--- /dev/null
+++ b/sysutils/u-boot-nanopi-neo-air/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+MAINTAINER= manuFreeBSD.org
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= nanopi_neo_air
+BOARD_CONFIG= nanopi_neo_air_defconfig
+FAMILY= allwinner
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-nanopi-neo-air/pkg-descr b/sysutils/u-boot-nanopi-neo-air/pkg-descr
new file mode 100644
index 000000000000..e1422cdc5dd9
--- /dev/null
+++ b/sysutils/u-boot-nanopi-neo-air/pkg-descr
@@ -0,0 +1,16 @@
+U-Boot loader for NanoPi Neo Air.
+
+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