Date: Thu, 2 May 2019 13:00:53 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500658 - in head/sysutils: . u-boot-nanopi-neo2 Message-ID: <201905021300.x42D0rNp059749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Thu May 2 13:00:53 2019 New Revision: 500658 URL: https://svnweb.freebsd.org/changeset/ports/500658 Log: New Port: sysutils/u-boot-nanopi-neo2 Add u-boot port for NanoPi NEO2 ARM board. Submitted by: Manuel Stühn (freebsdnewbie@freenet.de) Differential Revision: https://reviews.freebsd.org/D20128 Added: head/sysutils/u-boot-nanopi-neo2/ head/sysutils/u-boot-nanopi-neo2/Makefile (contents, props changed) head/sysutils/u-boot-nanopi-neo2/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu May 2 12:51:25 2019 (r500657) +++ head/sysutils/Makefile Thu May 2 13:00:53 2019 (r500658) @@ -1377,6 +1377,7 @@ SUBDIR += u-boot-nanopi-a64 SUBDIR += u-boot-nanopi-m1plus SUBDIR += u-boot-nanopi-neo + SUBDIR += u-boot-nanopi-neo2 SUBDIR += u-boot-nanopi-neo-air SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime Added: head/sysutils/u-boot-nanopi-neo2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-nanopi-neo2/Makefile Thu May 2 13:00:53 2019 (r500658) @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= nanopi-neo2 +BOARD_CONFIG= nanopi_neo2_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-nanopi-neo2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-nanopi-neo2/pkg-descr Thu May 2 13:00:53 2019 (r500658) @@ -0,0 +1,9 @@ +U-Boot loader and related files for the NanoPi NEO2 + +To install this bootloader on an sdcard just do: +dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo2/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?201905021300.x42D0rNp059749>