Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2018 08:09:26 +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: r473804 - in head/sysutils: . u-boot-nanopi-a64
Message-ID:  <201807030809.w6389QPr000134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jul  3 08:09:25 2018
New Revision: 473804
URL: https://svnweb.freebsd.org/changeset/ports/473804

Log:
  Add u-boot port for FriendlyElec's NanoPI A64 board.
  
  Submitted by:		ganbold
  Differential Revision:	D16108

Added:
  head/sysutils/u-boot-nanopi-a64/
  head/sysutils/u-boot-nanopi-a64/Makefile   (contents, props changed)
  head/sysutils/u-boot-nanopi-a64/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Jul  3 07:18:52 2018	(r473803)
+++ head/sysutils/Makefile	Tue Jul  3 08:09:25 2018	(r473804)
@@ -1302,6 +1302,7 @@
     SUBDIR += u-boot-duovero
     SUBDIR += u-boot-imx-serial-loader
     SUBDIR += u-boot-master
+    SUBDIR += u-boot-nanopi-a64
     SUBDIR += u-boot-nanopi-m1plus
     SUBDIR += u-boot-nanopi-neo
     SUBDIR += u-boot-nanopi-neo-air

Added: head/sysutils/u-boot-nanopi-a64/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-nanopi-a64/Makefile	Tue Jul  3 08:09:25 2018	(r473804)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR=     ${.CURDIR}/../u-boot-master
+
+MODEL=         nanopi_a64
+BOARD_CONFIG=  nanopi_a64_defconfig
+FAMILY=                allwinner64
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/u-boot-nanopi-a64/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-nanopi-a64/pkg-descr	Tue Jul  3 08:09:25 2018	(r473804)
@@ -0,0 +1,9 @@
+U-Boot loader and related files for the NanoPI A64.
+
+To install this bootloader on an sdcard just do:
+dd if=/usr/local/share/u-boot/u-boot-nanopi-a64/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?201807030809.w6389QPr000134>