pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Add U-Boot package for the Libre Computer AML...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2ba72a063eb
branches: trunk
changeset: 332637:a2ba72a063eb
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Fri Apr 19 10:39:53 2019 +0000
description:
Add U-Boot package for the Libre Computer AML-S905X-CC (Le Potato)
single board computer.
diffstat:
sysutils/Makefile | 3 ++-
sysutils/u-boot-libretech-cc/DESCR | 10 ++++++++++
sysutils/u-boot-libretech-cc/Makefile | 7 +++++++
sysutils/u-boot-libretech-cc/PLIST | 3 +++
sysutils/u-boot/Makefile | 3 ++-
5 files changed, 24 insertions(+), 2 deletions(-)
diffs (66 lines):
diff -r 16c57e7fb14d -r a2ba72a063eb sysutils/Makefile
--- a/sysutils/Makefile Fri Apr 19 10:31:30 2019 +0000
+++ b/sysutils/Makefile Fri Apr 19 10:39:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.805 2019/03/21 13:35:24 leot Exp $
+# $NetBSD: Makefile,v 1.806 2019/04/19 10:39:53 jmcneill Exp $
#
COMMENT= System utilities
@@ -633,6 +633,7 @@
SUBDIR+= u-boot-jetson-tk1
SUBDIR+= u-boot-jetson-tx1
SUBDIR+= u-boot-jetson-tx2
+SUBDIR+= u-boot-libretech-cc
SUBDIR+= u-boot-nanopi-m1
SUBDIR+= u-boot-nanopi-neo
SUBDIR+= u-boot-nanopi-neo-plus2
diff -r 16c57e7fb14d -r a2ba72a063eb sysutils/u-boot-libretech-cc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-libretech-cc/DESCR Fri Apr 19 10:39:53 2019 +0000
@@ -0,0 +1,10 @@
+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
diff -r 16c57e7fb14d -r a2ba72a063eb sysutils/u-boot-libretech-cc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-libretech-cc/Makefile Fri Apr 19 10:39:53 2019 +0000
@@ -0,0 +1,7 @@
+# $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"
diff -r 16c57e7fb14d -r a2ba72a063eb sysutils/u-boot-libretech-cc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-libretech-cc/PLIST Fri Apr 19 10:39:53 2019 +0000
@@ -0,0 +1,3 @@
+@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
diff -r 16c57e7fb14d -r a2ba72a063eb sysutils/u-boot/Makefile
--- a/sysutils/u-boot/Makefile Fri Apr 19 10:31:30 2019 +0000
+++ b/sysutils/u-boot/Makefile Fri Apr 19 10:39:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/10/29 09:56:22 jmcneill Exp $
+# $NetBSD: Makefile,v 1.9 2019/04/19 10:39:53 jmcneill Exp $
#
.include "../../sysutils/u-boot/u-boot-version.mk"
@@ -27,6 +27,7 @@
DEPENDS+= u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1
DEPENDS+= u-boot-jetson-tx1-[0-9]*:../../sysutils/u-boot-jetson-tx1
DEPENDS+= u-boot-jetson-tx2-[0-9]*:../../sysutils/u-boot-jetson-tx2
+DEPENDS+= u-boot-libretech-cc-[0-9]*:../../sysutils/u-boot-libretech-cc
DEPENDS+= u-boot-nanopi-m1-[0-9]*:../../sysutils/u-boot-nanopi-m1
DEPENDS+= u-boot-nanopi-neo-plus2-[0-9]*:../../sysutils/u-boot-nanopi-neo-plus2
DEPENDS+= u-boot-nanopi-neo-[0-9]*:../../sysutils/u-boot-nanopi-neo
Home |
Main Index |
Thread Index |
Old Index