Date: Mon, 19 Feb 2018 01:27:32 +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: r462269 - in head/sysutils: . u-boot-orangepi-pc Message-ID: <201802190127.w1J1RWgF015215@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Feb 19 01:27:32 2018 New Revision: 462269 URL: https://svnweb.freebsd.org/changeset/ports/462269 Log: Add sysutils/u-boot-orangepi-pc, U-Boot for Orange Pi PC. This port is a near-direct copy of sysutils/u-boot-orangepi-pc2 except for being 64-bit. PR: 226013 Submitted by: Greg V <greg at unrelenting dot technology> Added: head/sysutils/u-boot-orangepi-pc/ head/sysutils/u-boot-orangepi-pc/Makefile (contents, props changed) head/sysutils/u-boot-orangepi-pc/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Feb 18 22:19:11 2018 (r462268) +++ head/sysutils/Makefile Mon Feb 19 01:27:32 2018 (r462269) @@ -1234,6 +1234,7 @@ SUBDIR += u-boot-olimex-a20-som-evb SUBDIR += u-boot-olinuxino-lime SUBDIR += u-boot-orangepi-one + SUBDIR += u-boot-orangepi-pc SUBDIR += u-boot-orangepi-pc2 SUBDIR += u-boot-orangepi-plus-2e SUBDIR += u-boot-orangepi-zero Added: head/sysutils/u-boot-orangepi-pc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-orangepi-pc/Makefile Mon Feb 19 01:27:32 2018 (r462269) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +MAINTAINER= uboot@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= orangepi-pc +BOARD_CONFIG= orangepi_pc_defconfig +FAMILY= allwinner + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/u-boot-orangepi-pc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-orangepi-pc/pkg-descr Mon Feb 19 01:27:32 2018 (r462269) @@ -0,0 +1,9 @@ +U-Boot loader and related files for the OrangePi PC + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-orangepi-pc/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?201802190127.w1J1RWgF015215>