svn commit: r475137 - head/sysutils/u-boot-orangepi-r1

Ganbold Tsagaankhuu ganbold at FreeBSD.org
Mon Jul 23 02:24:29 UTC 2018


Author: ganbold (src,doc committer)
Date: Mon Jul 23 02:24:27 2018
New Revision: 475137
URL: https://svnweb.freebsd.org/changeset/ports/475137

Log:
  Add u-boot port for OrangePI R1 board.
  
  Reviewed by: manu, imp, lwhsu
  Approved by: lwhsu
  Differential Revision: https://reviews.freebsd.org/D16390

Added:
  head/sysutils/u-boot-orangepi-r1/
  head/sysutils/u-boot-orangepi-r1/Makefile   (contents, props changed)
  head/sysutils/u-boot-orangepi-r1/pkg-descr   (contents, props changed)

Added: head/sysutils/u-boot-orangepi-r1/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-orangepi-r1/Makefile	Mon Jul 23 02:24:27 2018	(r475137)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../u-boot-master
+
+MODEL=		orangepi_r1
+BOARD_CONFIG=	orangepi_r1_defconfig
+FAMILY=		allwinner
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/u-boot-orangepi-r1/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-orangepi-r1/pkg-descr	Mon Jul 23 02:24:27 2018	(r475137)
@@ -0,0 +1,9 @@
+U-Boot loader and related files for the OrangePI R1.
+
+To install this bootloader on an sdcard just do:
+dd if=/usr/local/share/u-boot/u-boot-orangepi-r1/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


More information about the svn-ports-all mailing list