pkgsrc-Changes-HG archive

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

[pkgsrc/TNF]: pkgsrc/sysutils/u-boot-zynq-zybo-z7 Initial import of U-Boot fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8354280fd8be
branches:  TNF
changeset: 323747:8354280fd8be
user:      alnsn <alnsn%pkgsrc.org@localhost>
date:      Thu May 16 22:37:16 2019 +0000

description:
Initial import of U-Boot for Digilent Zybo Z7 development boards.

diffstat:

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

diffs (28 lines):

diff -r 2ad958b4b1e2 -r 8354280fd8be sysutils/u-boot-zynq-zybo-z7/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zybo-z7/DESCR        Thu May 16 22:37:16 2019 +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 Z7 development boards.
diff -r 2ad958b4b1e2 -r 8354280fd8be sysutils/u-boot-zynq-zybo-z7/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zybo-z7/Makefile     Thu May 16 22:37:16 2019 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1.1.1 2019/05/16 22:37:16 alnsn Exp $
+
+UBOOT_TARGET=          zynq-zybo-z7
+UBOOT_CONFIG=          zynq_zybo_z7_defconfig
+UBOOT_BIN=             u-boot u-boot.img spl/boot.bin
+
+.include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 2ad958b4b1e2 -r 8354280fd8be sysutils/u-boot-zynq-zybo-z7/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zybo-z7/PLIST        Thu May 16 22:37:16 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2019/05/16 22:37:16 alnsn Exp $
+share/u-boot/zynq-zybo-z7/boot.bin
+share/u-boot/zynq-zybo-z7/u-boot
+share/u-boot/zynq-zybo-z7/u-boot.img



Home | Main Index | Thread Index | Old Index