aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-orangepi-pc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-02-19 01:27:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-02-19 01:27:32 +0000
commit636dbed25d718db2760d1431660f24aea53fef52 (patch)
treebcccc4bc314192311f3e1b674127ded2d0fa176f /sysutils/u-boot-orangepi-pc
parentfef31dc2450dc1cc89d12e43c0a347e9679bb42b (diff)
downloadports-636dbed25d718db2760d1431660f24aea53fef52.tar.gz
ports-636dbed25d718db2760d1431660f24aea53fef52.zip
Add sysutils/u-boot-orangepi-pc, U-Boot for Orange Pi PC.
This port is a near-direct copy of sysutils/u-boot-orangepi-pc2 except for being 64-bit. PR: 226013 Submitted by: Greg V <greg at unrelenting dot technology>
Notes
Notes: svn path=/head/; revision=462269
Diffstat (limited to 'sysutils/u-boot-orangepi-pc')
-rw-r--r--sysutils/u-boot-orangepi-pc/Makefile10
-rw-r--r--sysutils/u-boot-orangepi-pc/pkg-descr9
2 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/u-boot-orangepi-pc/Makefile b/sysutils/u-boot-orangepi-pc/Makefile
new file mode 100644
index 000000000000..cb325ddbe145
--- /dev/null
+++ b/sysutils/u-boot-orangepi-pc/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+MAINTAINER= uboot@FreeBSD.org
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= orangepi-pc
+BOARD_CONFIG= orangepi_pc_defconfig
+FAMILY= allwinner
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-orangepi-pc/pkg-descr b/sysutils/u-boot-orangepi-pc/pkg-descr
new file mode 100644
index 000000000000..60a91bd3ddda
--- /dev/null
+++ b/sysutils/u-boot-orangepi-pc/pkg-descr
@@ -0,0 +1,9 @@
+U-Boot loader and related files for the OrangePi PC
+
+To install this bootloader on an sdcard just do:
+dd if=/usr/local/share/u-boot/u-boot-orangepi-pc/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