Fri Apr 19 10:39:53 2019 UTC ()
Add U-Boot package for the Libre Computer AML-S905X-CC (Le Potato)
single board computer.


(jmcneill)
diff -r1.805 -r1.806 pkgsrc/sysutils/Makefile
diff -r1.8 -r1.9 pkgsrc/sysutils/u-boot/Makefile
diff -r0 -r1.1 pkgsrc/sysutils/u-boot-libretech-cc/DESCR
diff -r0 -r1.1 pkgsrc/sysutils/u-boot-libretech-cc/Makefile
diff -r0 -r1.1 pkgsrc/sysutils/u-boot-libretech-cc/PLIST

cvs diff -r1.805 -r1.806 pkgsrc/sysutils/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/Makefile 2019/03/21 13:35:24 1.805
+++ pkgsrc/sysutils/Makefile 2019/04/19 10:39:53 1.806
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.805 2019/03/21 13:35:24 leot Exp $ 1# $NetBSD: Makefile,v 1.806 2019/04/19 10:39:53 jmcneill Exp $
2# 2#
3 3
4COMMENT= System utilities 4COMMENT= System utilities
5 5
6SUBDIR+= 855resolution 6SUBDIR+= 855resolution
7SUBDIR+= 915resolution 7SUBDIR+= 915resolution
8SUBDIR+= 9base 8SUBDIR+= 9base
9SUBDIR+= WCMCommander 9SUBDIR+= WCMCommander
10SUBDIR+= accountsservice 10SUBDIR+= accountsservice
11SUBDIR+= acpica-utils 11SUBDIR+= acpica-utils
12SUBDIR+= acpidump 12SUBDIR+= acpidump
13SUBDIR+= adtool 13SUBDIR+= adtool
14SUBDIR+= afbinit 14SUBDIR+= afbinit
@@ -623,26 +623,27 @@ SUBDIR+= u-boot-bananapi-r2 @@ -623,26 +623,27 @@ SUBDIR+= u-boot-bananapi-r2
623SUBDIR+= u-boot-beagleboard 623SUBDIR+= u-boot-beagleboard
624SUBDIR+= u-boot-beagleboneblack 624SUBDIR+= u-boot-beagleboneblack
625SUBDIR+= u-boot-beaglebonewhite 625SUBDIR+= u-boot-beaglebonewhite
626SUBDIR+= u-boot-chip 626SUBDIR+= u-boot-chip
627SUBDIR+= u-boot-chip-pro 627SUBDIR+= u-boot-chip-pro
628SUBDIR+= u-boot-cubieboard2 628SUBDIR+= u-boot-cubieboard2
629SUBDIR+= u-boot-cubieboard4 629SUBDIR+= u-boot-cubieboard4
630SUBDIR+= u-boot-cubietruck 630SUBDIR+= u-boot-cubietruck
631SUBDIR+= u-boot-de0-nanosoc 631SUBDIR+= u-boot-de0-nanosoc
632SUBDIR+= u-boot-hummingbird-a31 632SUBDIR+= u-boot-hummingbird-a31
633SUBDIR+= u-boot-jetson-tk1 633SUBDIR+= u-boot-jetson-tk1
634SUBDIR+= u-boot-jetson-tx1 634SUBDIR+= u-boot-jetson-tx1
635SUBDIR+= u-boot-jetson-tx2 635SUBDIR+= u-boot-jetson-tx2
 636SUBDIR+= u-boot-libretech-cc
636SUBDIR+= u-boot-nanopi-m1 637SUBDIR+= u-boot-nanopi-m1
637SUBDIR+= u-boot-nanopi-neo 638SUBDIR+= u-boot-nanopi-neo
638SUBDIR+= u-boot-nanopi-neo-plus2 639SUBDIR+= u-boot-nanopi-neo-plus2
639SUBDIR+= u-boot-nanopi-neo2 640SUBDIR+= u-boot-nanopi-neo2
640SUBDIR+= u-boot-odroid-c2 641SUBDIR+= u-boot-odroid-c2
641SUBDIR+= u-boot-odroid-xu3 642SUBDIR+= u-boot-odroid-xu3
642SUBDIR+= u-boot-orangepi-2 643SUBDIR+= u-boot-orangepi-2
643SUBDIR+= u-boot-orangepi-one 644SUBDIR+= u-boot-orangepi-one
644SUBDIR+= u-boot-orangepi-plus2e 645SUBDIR+= u-boot-orangepi-plus2e
645SUBDIR+= u-boot-orangepi-zero 646SUBDIR+= u-boot-orangepi-zero
646SUBDIR+= u-boot-orangepi-zero-plus 647SUBDIR+= u-boot-orangepi-zero-plus
647SUBDIR+= u-boot-pine-h64 648SUBDIR+= u-boot-pine-h64
648SUBDIR+= u-boot-pine64 649SUBDIR+= u-boot-pine64

cvs diff -r1.8 -r1.9 pkgsrc/sysutils/u-boot/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/u-boot/Makefile 2018/10/29 09:56:22 1.8
+++ pkgsrc/sysutils/u-boot/Makefile 2019/04/19 10:39:53 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.8 2018/10/29 09:56:22 jmcneill Exp $ 1# $NetBSD: Makefile,v 1.9 2019/04/19 10:39:53 jmcneill Exp $
2# 2#
3 3
4.include "../../sysutils/u-boot/u-boot-version.mk" 4.include "../../sysutils/u-boot/u-boot-version.mk"
5 5
6DISTNAME= u-boot-${UBOOT_VERSION} 6DISTNAME= u-boot-${UBOOT_VERSION}
7CATEGORIES= meta-pkgs sysutils u-boot 7CATEGORIES= meta-pkgs sysutils u-boot
8MASTER_SITES= # empty 8MASTER_SITES= # empty
9 9
10MAINTAINER= jmcneill@NetBSD.org 10MAINTAINER= jmcneill@NetBSD.org
11HOMEPAGE= https://www.denx.de/wiki/U-Boot 11HOMEPAGE= https://www.denx.de/wiki/U-Boot
12COMMENT= Das U-Boot, the Universal Boot Loader (meta-package) 12COMMENT= Das U-Boot, the Universal Boot Loader (meta-package)
13 13
14DEPENDS+= u-boot-a10-olinuxino-lime-[0-9]*:../../sysutils/u-boot-a10-olinuxino-lime 14DEPENDS+= u-boot-a10-olinuxino-lime-[0-9]*:../../sysutils/u-boot-a10-olinuxino-lime
@@ -17,26 +17,27 @@ DEPENDS+= u-boot-bananapi-[0-9]*:../../s @@ -17,26 +17,27 @@ DEPENDS+= u-boot-bananapi-[0-9]*:../../s
17DEPENDS+= u-boot-beagleboard-[0-9]*:../../sysutils/u-boot-beagleboard 17DEPENDS+= u-boot-beagleboard-[0-9]*:../../sysutils/u-boot-beagleboard
18DEPENDS+= u-boot-beagleboneblack-[0-9]*:../../sysutils/u-boot-beagleboneblack 18DEPENDS+= u-boot-beagleboneblack-[0-9]*:../../sysutils/u-boot-beagleboneblack
19DEPENDS+= u-boot-beaglebonewhite-[0-9]*:../../sysutils/u-boot-beaglebonewhite 19DEPENDS+= u-boot-beaglebonewhite-[0-9]*:../../sysutils/u-boot-beaglebonewhite
20DEPENDS+= u-boot-chip-pro-[0-9]*:../../sysutils/u-boot-chip-pro 20DEPENDS+= u-boot-chip-pro-[0-9]*:../../sysutils/u-boot-chip-pro
21DEPENDS+= u-boot-chip-[0-9]*:../../sysutils/u-boot-chip 21DEPENDS+= u-boot-chip-[0-9]*:../../sysutils/u-boot-chip
22DEPENDS+= u-boot-cubieboard2-[0-9]*:../../sysutils/u-boot-cubieboard2 22DEPENDS+= u-boot-cubieboard2-[0-9]*:../../sysutils/u-boot-cubieboard2
23DEPENDS+= u-boot-cubieboard4-[0-9]*:../../sysutils/u-boot-cubieboard4 23DEPENDS+= u-boot-cubieboard4-[0-9]*:../../sysutils/u-boot-cubieboard4
24DEPENDS+= u-boot-cubietruck-[0-9]*:../../sysutils/u-boot-cubietruck 24DEPENDS+= u-boot-cubietruck-[0-9]*:../../sysutils/u-boot-cubietruck
25DEPENDS+= u-boot-de0-nanosoc-[0-9]*:../../sysutils/u-boot-de0-nanosoc 25DEPENDS+= u-boot-de0-nanosoc-[0-9]*:../../sysutils/u-boot-de0-nanosoc
26DEPENDS+= u-boot-hummingbird-a31-[0-9]*:../../sysutils/u-boot-hummingbird-a31 26DEPENDS+= u-boot-hummingbird-a31-[0-9]*:../../sysutils/u-boot-hummingbird-a31
27DEPENDS+= u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1 27DEPENDS+= u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1
28DEPENDS+= u-boot-jetson-tx1-[0-9]*:../../sysutils/u-boot-jetson-tx1 28DEPENDS+= u-boot-jetson-tx1-[0-9]*:../../sysutils/u-boot-jetson-tx1
29DEPENDS+= u-boot-jetson-tx2-[0-9]*:../../sysutils/u-boot-jetson-tx2 29DEPENDS+= u-boot-jetson-tx2-[0-9]*:../../sysutils/u-boot-jetson-tx2
 30DEPENDS+= u-boot-libretech-cc-[0-9]*:../../sysutils/u-boot-libretech-cc
30DEPENDS+= u-boot-nanopi-m1-[0-9]*:../../sysutils/u-boot-nanopi-m1 31DEPENDS+= u-boot-nanopi-m1-[0-9]*:../../sysutils/u-boot-nanopi-m1
31DEPENDS+= u-boot-nanopi-neo-plus2-[0-9]*:../../sysutils/u-boot-nanopi-neo-plus2 32DEPENDS+= u-boot-nanopi-neo-plus2-[0-9]*:../../sysutils/u-boot-nanopi-neo-plus2
32DEPENDS+= u-boot-nanopi-neo-[0-9]*:../../sysutils/u-boot-nanopi-neo 33DEPENDS+= u-boot-nanopi-neo-[0-9]*:../../sysutils/u-boot-nanopi-neo
33DEPENDS+= u-boot-nanopi-neo2-[0-9]*:../../sysutils/u-boot-nanopi-neo2 34DEPENDS+= u-boot-nanopi-neo2-[0-9]*:../../sysutils/u-boot-nanopi-neo2
34DEPENDS+= u-boot-odroid-xu3-[0-9]*:../../sysutils/u-boot-odroid-xu3 35DEPENDS+= u-boot-odroid-xu3-[0-9]*:../../sysutils/u-boot-odroid-xu3
35DEPENDS+= u-boot-orangepi-2-[0-9]*:../../sysutils/u-boot-orangepi-2 36DEPENDS+= u-boot-orangepi-2-[0-9]*:../../sysutils/u-boot-orangepi-2
36DEPENDS+= u-boot-orangepi-one-[0-9]*:../../sysutils/u-boot-orangepi-one 37DEPENDS+= u-boot-orangepi-one-[0-9]*:../../sysutils/u-boot-orangepi-one
37DEPENDS+= u-boot-orangepi-plus2e-[0-9]*:../../sysutils/u-boot-orangepi-plus2e 38DEPENDS+= u-boot-orangepi-plus2e-[0-9]*:../../sysutils/u-boot-orangepi-plus2e
38DEPENDS+= u-boot-orangepi-zero-[0-9]*:../../sysutils/u-boot-orangepi-zero 39DEPENDS+= u-boot-orangepi-zero-[0-9]*:../../sysutils/u-boot-orangepi-zero
39DEPENDS+= u-boot-orangepi-zero-plus-[0-9]*:../../sysutils/u-boot-orangepi-zero-plus 40DEPENDS+= u-boot-orangepi-zero-plus-[0-9]*:../../sysutils/u-boot-orangepi-zero-plus
40DEPENDS+= u-boot-pine-h64-[0-9]*:../../sysutils/u-boot-pine-h64 41DEPENDS+= u-boot-pine-h64-[0-9]*:../../sysutils/u-boot-pine-h64
41DEPENDS+= u-boot-pine64-[0-9]*:../../sysutils/u-boot-pine64 42DEPENDS+= u-boot-pine64-[0-9]*:../../sysutils/u-boot-pine64
42DEPENDS+= u-boot-pinebook-[0-9]*:../../sysutils/u-boot-pinebook 43DEPENDS+= u-boot-pinebook-[0-9]*:../../sysutils/u-boot-pinebook

File Added: pkgsrc/sysutils/u-boot-libretech-cc/DESCR
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 Libre Computer AML-S905X-CC (Le Potato)
single board computer.

For installation instructions please refer to:

http://git.denx.de/?p=u-boot.git;a=blob;f=board/amlogic/odroid-c2/README.nanopi-k2

File Added: pkgsrc/sysutils/u-boot-libretech-cc/Makefile
# $NetBSD: Makefile,v 1.1 2019/04/19 10:39:53 jmcneill Exp $

UBOOT_TARGET=		libretech-cc
UBOOT_CONFIG=		${UBOOT_TARGET}_defconfig
UBOOT_BIN=		u-boot u-boot-dtb.bin

.include "../../sysutils/u-boot/u-boot-arm64.mk"

File Added: pkgsrc/sysutils/u-boot-libretech-cc/PLIST
@comment $NetBSD: PLIST,v 1.1 2019/04/19 10:39:53 jmcneill Exp $
share/u-boot/libretech-cc/u-boot
share/u-boot/libretech-cc/u-boot-dtb.bin