Date: Tue, 12 Dec 2017 18:06:35 +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: r456178 - in head/sysutils: . u-boot-orangepi-pc2 Message-ID: <201712121806.vBCI6ZmO091946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu (src committer) Date: Tue Dec 12 18:06:35 2017 New Revision: 456178 URL: https://svnweb.freebsd.org/changeset/ports/456178 Log: Add sysutils/u-boot-orangepi-pc2 OrangePi PC2 is an SBC with : - Allwinner H5 (arm64) - Three usb ports + one OTG port - HDMI Connector - Headphone output - Microphone - Ethernet - ... Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D13363 Added: head/sysutils/u-boot-orangepi-pc2/ head/sysutils/u-boot-orangepi-pc2/Makefile (contents, props changed) head/sysutils/u-boot-orangepi-pc2/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Dec 12 17:33:14 2017 (r456177) +++ head/sysutils/Makefile Tue Dec 12 18:06:35 2017 (r456178) @@ -1218,6 +1218,7 @@ SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime SUBDIR += u-boot-orangepi-one + SUBDIR += u-boot-orangepi-pc2 SUBDIR += u-boot-orangepi-plus-2e SUBDIR += u-boot-pandaboard SUBDIR += u-boot-pcduino3 Added: head/sysutils/u-boot-orangepi-pc2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-orangepi-pc2/Makefile Tue Dec 12 18:06:35 2017 (r456178) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +MAINTAINER= uboot@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= orangepi-pc2 +BOARD_CONFIG= orangepi_pc2_defconfig +FAMILY= allwinner64 + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-orangepi-pc2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-orangepi-pc2/pkg-descr Tue Dec 12 18:06:35 2017 (r456178) @@ -0,0 +1,9 @@ +U-Boot loader and related files for the OrangePi PC2 + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-orangepi-pc2/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?201712121806.vBCI6ZmO091946>