pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils U-Boot is a bootloader for embedded boards ba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae61a50f8220
branches:  trunk
changeset: 317258:ae61a50f8220
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Thu Jan 03 05:12:49 2019 +0000

description:
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.

diffstat:

 sysutils/Makefile                    |   3 ++-
 sysutils/u-boot-bananapi-r2/DESCR    |   5 +++++
 sysutils/u-boot-bananapi-r2/Makefile |  13 +++++++++++++
 sysutils/u-boot-bananapi-r2/PLIST    |   2 ++
 sysutils/u-boot-bananapi-r2/distinfo |   7 +++++++
 5 files changed, 29 insertions(+), 1 deletions(-)

diffs (60 lines):

diff -r 261b7dd8744b -r ae61a50f8220 sysutils/Makefile
--- a/sysutils/Makefile Thu Jan 03 04:07:18 2019 +0000
+++ b/sysutils/Makefile Thu Jan 03 05:12:49 2019 +0000
@@ -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+=      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
diff -r 261b7dd8744b -r ae61a50f8220 sysutils/u-boot-bananapi-r2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi-r2/DESCR Thu Jan 03 05:12:49 2019 +0000
@@ -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.
diff -r 261b7dd8744b -r ae61a50f8220 sysutils/u-boot-bananapi-r2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi-r2/Makefile      Thu Jan 03 05:12:49 2019 +0000
@@ -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"
diff -r 261b7dd8744b -r ae61a50f8220 sysutils/u-boot-bananapi-r2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi-r2/PLIST Thu Jan 03 05:12:49 2019 +0000
@@ -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
diff -r 261b7dd8744b -r ae61a50f8220 sysutils/u-boot-bananapi-r2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi-r2/distinfo      Thu Jan 03 05:12:49 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index