pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Mon Jan 27 08:02:30 UTC 2020

Modified Files:
        pkgsrc/doc: CHANGES-2020
        pkgsrc/sysutils/u-boot-pinebook-pro: Makefile PLIST
        pkgsrc/sysutils/u-boot-rock64: Makefile PLIST
        pkgsrc/sysutils/u-boot-rockpro64: Makefile PLIST
Added Files:
        pkgsrc/sysutils/u-boot-pinebook-pro/files: installboot.plist
        pkgsrc/sysutils/u-boot-rock64/files: installboot.plist
        pkgsrc/sysutils/u-boot-rockpro64/files: installboot.plist

Log Message:
Add installboot(8) configurations for Rock64, RockPro64 and Pinebook Pro.


To generate a diff of this commit:
cvs rdiff -u -r1.787 -r1.788 pkgsrc/doc/CHANGES-2020
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/u-boot-pinebook-pro/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/u-boot-pinebook-pro/PLIST
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/u-boot-pinebook-pro/files/installboot.plist
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/u-boot-rock64/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/u-boot-rock64/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-rock64/files/installboot.plist
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/u-boot-rockpro64/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/u-boot-rockpro64/PLIST
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/u-boot-rockpro64/files/installboot.plist

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2020
diff -u pkgsrc/doc/CHANGES-2020:1.787 pkgsrc/doc/CHANGES-2020:1.788
--- pkgsrc/doc/CHANGES-2020:1.787       Mon Jan 27 06:27:49 2020
+++ pkgsrc/doc/CHANGES-2020     Mon Jan 27 08:02:29 2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.787 2020/01/27 06:27:49 adam Exp $
+$NetBSD: CHANGES-2020,v 1.788 2020/01/27 08:02:29 thorpej Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -941,3 +941,6 @@ Changes to the packages collection and i
        Updated multimedia/mpv to 0.32.0 [leot 2020-01-26]
        Added graphics/py-OpenGL-accelerate version 3.1.5 [adam 2020-01-27]
        Updated graphics/py-OpenGL to 3.1.5 [adam 2020-01-27]
+       Updated sysutils/u-boot-pinebook-pro to 2020.01.rc5nb3 [thorpej 2020-01-27]
+       Updated sysutils/u-boot-rock64 to 2017.09nb6 [thorpej 2020-01-27]
+       Updated sysutils/u-boot-rockpro64 to 2017.09nb7 [thorpej 2020-01-27]

Index: pkgsrc/sysutils/u-boot-pinebook-pro/Makefile
diff -u pkgsrc/sysutils/u-boot-pinebook-pro/Makefile:1.4 pkgsrc/sysutils/u-boot-pinebook-pro/Makefile:1.5
--- pkgsrc/sysutils/u-boot-pinebook-pro/Makefile:1.4    Tue Jan 14 09:01:53 2020
+++ pkgsrc/sysutils/u-boot-pinebook-pro/Makefile        Mon Jan 27 08:02:29 2020
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2020/01/14 09:01:53 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/27 08:02:29 thorpej Exp $
 
-PKGREVISION=           2
+PKGREVISION=           3
 
 UBOOT_TARGET=          pinebook-pro
 UBOOT_CONFIG=          pinebook_pro-rk3399_defconfig
 UBOOT_BIN=             idbloader.img rksd_loader.img rkspi_loader.img u-boot.itb
 
+UBOOT_INSTALLBOOT_PLIST=       installboot.plist
+
 U_BOOT_IMAGE_TYPE=     rk3399
 
 .include "../../sysutils/u-boot-pinebook-pro/u-boot-rockchip.mk"

Index: pkgsrc/sysutils/u-boot-pinebook-pro/PLIST
diff -u pkgsrc/sysutils/u-boot-pinebook-pro/PLIST:1.3 pkgsrc/sysutils/u-boot-pinebook-pro/PLIST:1.4
--- pkgsrc/sysutils/u-boot-pinebook-pro/PLIST:1.3       Tue Jan 14 08:44:03 2020
+++ pkgsrc/sysutils/u-boot-pinebook-pro/PLIST   Mon Jan 27 08:02:29 2020
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2020/01/14 08:44:03 mrg Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/01/27 08:02:29 thorpej Exp $
 share/u-boot/pinebook-pro/idbloader.img
+share/u-boot/pinebook-pro/installboot.plist
 share/u-boot/pinebook-pro/rksd_loader.img
 share/u-boot/pinebook-pro/rkspi_loader.img
 share/u-boot/pinebook-pro/u-boot.itb

Index: pkgsrc/sysutils/u-boot-rock64/Makefile
diff -u pkgsrc/sysutils/u-boot-rock64/Makefile:1.4 pkgsrc/sysutils/u-boot-rock64/Makefile:1.5
--- pkgsrc/sysutils/u-boot-rock64/Makefile:1.4  Sun Sep 15 15:50:22 2019
+++ pkgsrc/sysutils/u-boot-rock64/Makefile      Mon Jan 27 08:02:30 2020
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2019/09/15 15:50:22 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/27 08:02:30 thorpej Exp $
 
-PKGREVISION=           5
+PKGREVISION=           6
 UBOOT_TARGET=          rock64
 UBOOT_CONFIG=          rock64-rk3328_defconfig
 UBOOT_BIN=             idbloader.img rksd_loader.img rkspi_loader.img u-boot.itb
 
+UBOOT_INSTALLBOOT_PLIST=       installboot.plist
+
 DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot-rock64/distinfo
 
 U_BOOT_IMAGE_TYPE=     rk3328

Index: pkgsrc/sysutils/u-boot-rock64/PLIST
diff -u pkgsrc/sysutils/u-boot-rock64/PLIST:1.2 pkgsrc/sysutils/u-boot-rock64/PLIST:1.3
--- pkgsrc/sysutils/u-boot-rock64/PLIST:1.2     Tue Aug 13 21:28:46 2019
+++ pkgsrc/sysutils/u-boot-rock64/PLIST Mon Jan 27 08:02:30 2020
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2019/08/13 21:28:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/01/27 08:02:30 thorpej Exp $
 share/u-boot/rock64/idbloader.img
+share/u-boot/rock64/installboot.plist
 share/u-boot/rock64/rksd_loader.img
 share/u-boot/rock64/rkspi_loader.img
 share/u-boot/rock64/u-boot.itb

Index: pkgsrc/sysutils/u-boot-rockpro64/Makefile
diff -u pkgsrc/sysutils/u-boot-rockpro64/Makefile:1.7 pkgsrc/sysutils/u-boot-rockpro64/Makefile:1.8
--- pkgsrc/sysutils/u-boot-rockpro64/Makefile:1.7       Sun Sep 15 20:13:31 2019
+++ pkgsrc/sysutils/u-boot-rockpro64/Makefile   Mon Jan 27 08:02:30 2020
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2019/09/15 20:13:31 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/27 08:02:30 thorpej Exp $
 
-PKGREVISION=           6
+PKGREVISION=           7
 UBOOT_TARGET=          rockpro64
 UBOOT_CONFIG=          rockpro64-rk3399_defconfig
 UBOOT_BIN=             idbloader.img rksd_loader.img rkspi_loader.img u-boot.itb
 
+UBOOT_INSTALLBOOT_PLIST=       installboot.plist
+
 DISTINFO_FILE= ${.CURDIR}/../../sysutils/u-boot-rockpro64/distinfo
 
 U_BOOT_IMAGE_TYPE=     rk3399

Index: pkgsrc/sysutils/u-boot-rockpro64/PLIST
diff -u pkgsrc/sysutils/u-boot-rockpro64/PLIST:1.3 pkgsrc/sysutils/u-boot-rockpro64/PLIST:1.4
--- pkgsrc/sysutils/u-boot-rockpro64/PLIST:1.3  Tue Aug 13 21:28:47 2019
+++ pkgsrc/sysutils/u-boot-rockpro64/PLIST      Mon Jan 27 08:02:30 2020
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2019/08/13 21:28:47 tnn Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/01/27 08:02:30 thorpej Exp $
 share/u-boot/rockpro64/idbloader.img
+share/u-boot/rockpro64/installboot.plist
 share/u-boot/rockpro64/rksd_loader.img
 share/u-boot/rockpro64/rkspi_loader.img
 share/u-boot/rockpro64/u-boot.itb

Added files:

Index: pkgsrc/sysutils/u-boot-pinebook-pro/files/installboot.plist
diff -u /dev/null pkgsrc/sysutils/u-boot-pinebook-pro/files/installboot.plist:1.1
--- /dev/null   Mon Jan 27 08:02:30 2020
+++ pkgsrc/sysutils/u-boot-pinebook-pro/files/installboot.plist Mon Jan 27 08:02:29 2020
@@ -0,0 +1,47 @@
+<!-- $NetBSD: installboot.plist,v 1.1 2020/01/27 08:02:29 thorpej Exp $ -->
+<!--
+  Copyright (c) 2020 The NetBSD Foundation, Inc.
+  All rights reserved.
+ 
+  This code is derived from software contributed to The NetBSD Foundation
+  by Jason R. Thorpe.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ 
+  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+-->
+<plist>
+<dict>
+       <key>pine64,pinebook-pro</key>
+       <dict>
+               <key>description</key>
+               <string>Pine64 Pinebook Pro</string>
+               <key>u-boot-install</key>
+               <array>
+                       <dict>
+                               <key>file-name</key>
+                               <string>rksd_loader.img</string>
+                               <key>image-offset</key>
+                               <integer>32768</integer>
+                       </dict>
+               </array>
+       </dict>
+</dict>
+</plist>

Index: pkgsrc/sysutils/u-boot-rock64/files/installboot.plist
diff -u /dev/null pkgsrc/sysutils/u-boot-rock64/files/installboot.plist:1.1
--- /dev/null   Mon Jan 27 08:02:30 2020
+++ pkgsrc/sysutils/u-boot-rock64/files/installboot.plist       Mon Jan 27 08:02:30 2020
@@ -0,0 +1,47 @@
+<!-- $NetBSD: installboot.plist,v 1.1 2020/01/27 08:02:30 thorpej Exp $ -->
+<!--
+  Copyright (c) 2020 The NetBSD Foundation, Inc.
+  All rights reserved.
+ 
+  This code is derived from software contributed to The NetBSD Foundation
+  by Jason R. Thorpe.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ 
+  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+-->
+<plist>
+<dict>
+       <key>pine64,rock64</key>
+       <dict>
+               <key>description</key>
+               <string>Pine64 Rock64</string>
+               <key>u-boot-install</key>
+               <array>
+                       <dict>
+                               <key>file-name</key>
+                               <string>rksd_loader.img</string>
+                               <key>image-offset</key>
+                               <integer>32768</integer>
+                       </dict>
+               </array>
+       </dict>
+</dict>
+</plist>

Index: pkgsrc/sysutils/u-boot-rockpro64/files/installboot.plist
diff -u /dev/null pkgsrc/sysutils/u-boot-rockpro64/files/installboot.plist:1.1
--- /dev/null   Mon Jan 27 08:02:30 2020
+++ pkgsrc/sysutils/u-boot-rockpro64/files/installboot.plist    Mon Jan 27 08:02:30 2020
@@ -0,0 +1,47 @@
+<!-- $NetBSD: installboot.plist,v 1.1 2020/01/27 08:02:30 thorpej Exp $ -->
+<!--
+  Copyright (c) 2020 The NetBSD Foundation, Inc.
+  All rights reserved.
+ 
+  This code is derived from software contributed to The NetBSD Foundation
+  by Jason R. Thorpe.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ 
+  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+-->
+<plist>
+<dict>
+       <key>pine64,rockpro64</key>
+       <dict>
+               <key>description</key>
+               <string>Pine64 RockPro64</string>
+               <key>u-boot-install</key>
+               <array>
+                       <dict>
+                               <key>file-name</key>
+                               <string>rksd_loader.img</string>
+                               <key>image-offset</key>
+                               <integer>32768</integer>
+                       </dict>
+               </array>
+       </dict>
+</dict>
+</plist>



Home | Main Index | Thread Index | Old Index