Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 02:24:28 +0000 (UTC)
From:      Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475137 - head/sysutils/u-boot-orangepi-r1
Message-ID:  <201807230224.w6N2OSAZ047588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807230224.w6N2OSAZ047588>