Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-zynq-zybo U-boot package for the Digil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c01f13e33c35
branches:  trunk
changeset: 434782:c01f13e33c35
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Sun Jun 21 16:47:59 2020 +0000

description:
U-boot package for the Digilent Zybo development board.

diffstat:

 sysutils/u-boot-zynq-zybo/DESCR    |  5 +++++
 sysutils/u-boot-zynq-zybo/Makefile |  7 +++++++
 sysutils/u-boot-zynq-zybo/PLIST    |  4 ++++
 3 files changed, 16 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r 43eca4b10bbc -r c01f13e33c35 sysutils/u-boot-zynq-zybo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zybo/DESCR   Sun Jun 21 16:47:59 2020 +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 Digilent Zybo development boards.
diff -r 43eca4b10bbc -r c01f13e33c35 sysutils/u-boot-zynq-zybo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zybo/Makefile        Sun Jun 21 16:47:59 2020 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2020/06/21 16:47:59 thorpej Exp $
+
+UBOOT_TARGET=          zynq-zybo
+UBOOT_CONFIG=          zynq_zybo_defconfig
+UBOOT_BIN=             u-boot u-boot.img spl/boot.bin
+
+.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 43eca4b10bbc -r c01f13e33c35 sysutils/u-boot-zynq-zybo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zybo/PLIST   Sun Jun 21 16:47:59 2020 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/21 16:47:59 thorpej Exp $
+share/u-boot/zynq-zybo/boot.bin
+share/u-boot/zynq-zybo/u-boot
+share/u-boot/zynq-zybo/u-boot.img



Home | Main Index | Thread Index | Old Index