Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2018 22:38:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472720 - in head/sysutils: . u-boot-orangepi-pc-plus
Message-ID:  <201806182238.w5IMc8JA026270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun 18 22:38:07 2018
New Revision: 472720
URL: https://svnweb.freebsd.org/changeset/ports/472720

Log:
  Add new u-boot port customized for the Orange Pi PC Plus.
  
  PR:		227506
  Submitted by:	 Curtis Villamizar

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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Jun 18 21:45:43 2018	(r472719)
+++ head/sysutils/Makefile	Mon Jun 18 22:38:07 2018	(r472720)
@@ -1303,6 +1303,7 @@
     SUBDIR += u-boot-olinuxino-lime
     SUBDIR += u-boot-orangepi-one
     SUBDIR += u-boot-orangepi-pc
+    SUBDIR += u-boot-orangepi-pc-plus
     SUBDIR += u-boot-orangepi-pc2
     SUBDIR += u-boot-orangepi-plus-2e
     SUBDIR += u-boot-orangepi-zero

Added: head/sysutils/u-boot-orangepi-pc-plus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-orangepi-pc-plus/Makefile	Mon Jun 18 22:38:07 2018	(r472720)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../u-boot-master
+
+MODEL=		orangepi-pc-plus
+BOARD_CONFIG=	orangepi_pc_plus_defconfig
+FAMILY=		allwinner
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/u-boot-orangepi-pc-plus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-orangepi-pc-plus/pkg-descr	Mon Jun 18 22:38:07 2018	(r472720)
@@ -0,0 +1,13 @@
+U-Boot loader for OrangePi PC Plus.
+
+To install this bootloader on an sdcard just do :
+dd if=/usr/local/share/u-boot/u-boot-orangepi-pc-plus/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync
+
+This version is patched so that:
+ * API features are enabled.
+ * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included 
+
+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?201806182238.w5IMc8JA026270>