From owner-svn-ports-all@freebsd.org Wed Dec 20 20:35:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACBEDEA3408; Wed, 20 Dec 2017 20:35:50 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 794A8194A; Wed, 20 Dec 2017 20:35:50 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKKZnsG023008; Wed, 20 Dec 2017 20:35:49 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKKZnCe023005; Wed, 20 Dec 2017 20:35:49 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201712202035.vBKKZnCe023005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Wed, 20 Dec 2017 20:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456853 - in head/sysutils: . u-boot-a64-olinuxino X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: in head/sysutils: . u-boot-a64-olinuxino X-SVN-Commit-Revision: 456853 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 20:35:50 -0000 Author: manu (src committer) Date: Wed Dec 20 20:35:49 2017 New Revision: 456853 URL: https://svnweb.freebsd.org/changeset/ports/456853 Log: Add sysutils/u-boot-a64-olinuxino A64-Olinuxino is a Single Board Computer based on the Allwinner A64 SoC. Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D13562 Added: head/sysutils/u-boot-a64-olinuxino/ head/sysutils/u-boot-a64-olinuxino/Makefile (contents, props changed) head/sysutils/u-boot-a64-olinuxino/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Dec 20 20:26:20 2017 (r456852) +++ head/sysutils/Makefile Wed Dec 20 20:35:49 2017 (r456853) @@ -1202,6 +1202,7 @@ SUBDIR += tw_cli SUBDIR += tzdialog SUBDIR += u-boot-a13-olinuxino + SUBDIR += u-boot-a64-olinuxino SUBDIR += u-boot-bananapi SUBDIR += u-boot-bananapim2 SUBDIR += u-boot-beaglebone Added: head/sysutils/u-boot-a64-olinuxino/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-a64-olinuxino/Makefile Wed Dec 20 20:35:49 2017 (r456853) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +MAINTAINER= uboot@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= a64-olinuxino +BOARD_CONFIG= a64-olinuxino_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-a64-olinuxino/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-a64-olinuxino/pkg-descr Wed Dec 20 20:35:49 2017 (r456853) @@ -0,0 +1,9 @@ +U-Boot loader and related files for the A64-Olinuxino. + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-a64-olinuxino/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