pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add installboot(8) configurations for Rock64, RockPro6...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5095cfec8f6b
branches:  trunk
changeset: 422438:5095cfec8f6b
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Mon Jan 27 08:02:29 2020 +0000

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

diffstat:

 doc/CHANGES-2020                                     |   5 +-
 sysutils/u-boot-pinebook-pro/Makefile                |   6 +-
 sysutils/u-boot-pinebook-pro/PLIST                   |   3 +-
 sysutils/u-boot-pinebook-pro/files/installboot.plist |  47 ++++++++++++++++++++
 sysutils/u-boot-rock64/Makefile                      |   6 +-
 sysutils/u-boot-rock64/PLIST                         |   3 +-
 sysutils/u-boot-rock64/files/installboot.plist       |  47 ++++++++++++++++++++
 sysutils/u-boot-rockpro64/Makefile                   |   6 +-
 sysutils/u-boot-rockpro64/PLIST                      |   3 +-
 sysutils/u-boot-rockpro64/files/installboot.plist    |  47 ++++++++++++++++++++
 10 files changed, 163 insertions(+), 10 deletions(-)

diffs (257 lines):

diff -r 6ab8170fd226 -r 5095cfec8f6b doc/CHANGES-2020
--- a/doc/CHANGES-2020  Mon Jan 27 06:27:49 2020 +0000
+++ b/doc/CHANGES-2020  Mon Jan 27 08:02:29 2020 +0000
@@ -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 @@
        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]
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-pinebook-pro/Makefile
--- a/sysutils/u-boot-pinebook-pro/Makefile     Mon Jan 27 06:27:49 2020 +0000
+++ b/sysutils/u-boot-pinebook-pro/Makefile     Mon Jan 27 08:02:29 2020 +0000
@@ -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"
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-pinebook-pro/PLIST
--- a/sysutils/u-boot-pinebook-pro/PLIST        Mon Jan 27 06:27:49 2020 +0000
+++ b/sysutils/u-boot-pinebook-pro/PLIST        Mon Jan 27 08:02:29 2020 +0000
@@ -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
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-pinebook-pro/files/installboot.plist
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-pinebook-pro/files/installboot.plist      Mon Jan 27 08:02:29 2020 +0000
@@ -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>
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-rock64/Makefile
--- a/sysutils/u-boot-rock64/Makefile   Mon Jan 27 06:27:49 2020 +0000
+++ b/sysutils/u-boot-rock64/Makefile   Mon Jan 27 08:02:29 2020 +0000
@@ -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
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-rock64/PLIST
--- a/sysutils/u-boot-rock64/PLIST      Mon Jan 27 06:27:49 2020 +0000
+++ b/sysutils/u-boot-rock64/PLIST      Mon Jan 27 08:02:29 2020 +0000
@@ -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
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-rock64/files/installboot.plist
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-rock64/files/installboot.plist    Mon Jan 27 08:02:29 2020 +0000
@@ -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>
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-rockpro64/Makefile
--- a/sysutils/u-boot-rockpro64/Makefile        Mon Jan 27 06:27:49 2020 +0000
+++ b/sysutils/u-boot-rockpro64/Makefile        Mon Jan 27 08:02:29 2020 +0000
@@ -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
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-rockpro64/PLIST
--- a/sysutils/u-boot-rockpro64/PLIST   Mon Jan 27 06:27:49 2020 +0000
+++ b/sysutils/u-boot-rockpro64/PLIST   Mon Jan 27 08:02:29 2020 +0000
@@ -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
diff -r 6ab8170fd226 -r 5095cfec8f6b sysutils/u-boot-rockpro64/files/installboot.plist
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-rockpro64/files/installboot.plist Mon Jan 27 08:02:29 2020 +0000
@@ -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