Received: by mail.netbsd.org (Postfix, from userid 605) id 4D28384DED; Thu, 3 Jan 2019 05:12:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C678484DEC for ; Thu, 3 Jan 2019 05:12:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rRIFc7dwiw12 for ; Thu, 3 Jan 2019 05:12:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D07384C81 for ; Thu, 3 Jan 2019 05:12:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A06DFB16; Thu, 3 Jan 2019 05:12:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546492369115840" MIME-Version: 1.0 Date: Thu, 3 Jan 2019 05:12:49 +0000 From: "Jason R Thorpe" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: thorpej@netbsd.org X-Mailer: log_accum Message-Id: <20190103051249.9A06DFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1546492369115840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thorpej Date: Thu Jan 3 05:12:49 UTC 2019 Modified Files: pkgsrc/sysutils: Makefile Added Files: pkgsrc/sysutils/u-boot-bananapi-r2: DESCR Makefile PLIST distinfo Log Message: U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and run application code. This package provides U-Boot for the Sinovoip Banana Pi BPI-R2. To generate a diff of this commit: cvs rdiff -u -r1.790 -r1.791 pkgsrc/sysutils/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-bananapi-r2/DESCR \ pkgsrc/sysutils/u-boot-bananapi-r2/Makefile \ pkgsrc/sysutils/u-boot-bananapi-r2/PLIST \ pkgsrc/sysutils/u-boot-bananapi-r2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546492369115840 Content-Disposition: inline Content-Length: 2975 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.790 pkgsrc/sysutils/Makefile:1.791 --- pkgsrc/sysutils/Makefile:1.790 Thu Dec 20 07:04:25 2018 +++ pkgsrc/sysutils/Makefile Thu Jan 3 05:12:49 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.790 2018/12/20 07:04:25 jnemeth Exp $ +# $NetBSD: Makefile,v 1.791 2019/01/03 05:12:49 thorpej Exp $ # COMMENT= System utilities @@ -614,6 +614,7 @@ SUBDIR+= tsm8 #SUBDIR+= u-boot # only contains Makefile fragments SUBDIR+= u-boot-a10-olinuxino-lime SUBDIR+= u-boot-bananapi +SUBDIR+= u-boot-bananapi-r2 SUBDIR+= u-boot-bananapi-m3 SUBDIR+= u-boot-beagleboard SUBDIR+= u-boot-beagleboneblack Added files: Index: pkgsrc/sysutils/u-boot-bananapi-r2/DESCR diff -u /dev/null pkgsrc/sysutils/u-boot-bananapi-r2/DESCR:1.1 --- /dev/null Thu Jan 3 05:12:49 2019 +++ pkgsrc/sysutils/u-boot-bananapi-r2/DESCR Thu Jan 3 05:12:49 2019 @@ -0,0 +1,5 @@ +U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and +several other processors, which can be installed in a boot ROM and used to +initialize and test the hardware or to download and run application code. + +This package provides U-Boot for the Sinovoip Banana Pi BPI-R2. Index: pkgsrc/sysutils/u-boot-bananapi-r2/Makefile diff -u /dev/null pkgsrc/sysutils/u-boot-bananapi-r2/Makefile:1.1 --- /dev/null Thu Jan 3 05:12:49 2019 +++ pkgsrc/sysutils/u-boot-bananapi-r2/Makefile Thu Jan 3 05:12:49 2019 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2019/01/03 05:12:49 thorpej Exp $ + +UBOOT_TARGET= bananapi-r2 +UBOOT_CONFIG= mt7623n_bpir2_defconfig +UBOOT_BIN= u-boot-mtk.bin + +UBOOT_VERSION= 2019.01-rc2 + +DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot-bananapi-r2/distinfo +PATCHDIR= ${.CURDIR}/../../sysutils/u-boot-bananapi-r2/patches +DISTFILES= ${DEFAULT_DISTFILES} + +.include "../../sysutils/u-boot/u-boot-arm.mk" Index: pkgsrc/sysutils/u-boot-bananapi-r2/PLIST diff -u /dev/null pkgsrc/sysutils/u-boot-bananapi-r2/PLIST:1.1 --- /dev/null Thu Jan 3 05:12:49 2019 +++ pkgsrc/sysutils/u-boot-bananapi-r2/PLIST Thu Jan 3 05:12:49 2019 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2019/01/03 05:12:49 thorpej Exp $ +share/u-boot/bananapi-r2/u-boot-mtk.bin Index: pkgsrc/sysutils/u-boot-bananapi-r2/distinfo diff -u /dev/null pkgsrc/sysutils/u-boot-bananapi-r2/distinfo:1.1 --- /dev/null Thu Jan 3 05:12:49 2019 +++ pkgsrc/sysutils/u-boot-bananapi-r2/distinfo Thu Jan 3 05:12:49 2019 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2019/01/03 05:12:49 thorpej Exp $ + +SHA1 (u-boot-2019.01-rc2.tar.bz2) = 4dd28d21a8bef3103301e4c15c7d4c88cf992a8b +RMD160 (u-boot-2019.01-rc2.tar.bz2) = 7ae3ff0a892188665f51595e9fe65b53fd2ef8be +SHA512 (u-boot-2019.01-rc2.tar.bz2) = d1c76fba9935c3bb7bee67219106af3a05f020cbad6ea2bf4865877d2c67d5ef76ba2d5d49ac623fe8db72fd5adfa5f13894ca80a22d1b0bdbc2549ffdab0815 +Size (u-boot-2019.01-rc2.tar.bz2) = 13253583 bytes +SHA1 (patch-lib_bch.c) = 151e5f311742a7da919359950ccac2521bcfaaff --_----------=_1546492369115840--