diff options
author | alnsn <alnsn@pkgsrc.org> | 2019-05-16 22:37:16 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2019-05-16 22:37:16 +0000 |
commit | 089cbc724eaef3e35fcf92b60f1e49cae8d9874e (patch) | |
tree | de081a4abae42f1df7c77c72d98f1802cf08b177 /sysutils | |
parent | bdffd50f9f566dbac08ec0d56ae15618d8f84bd4 (diff) | |
download | pkgsrc-089cbc724eaef3e35fcf92b60f1e49cae8d9874e.tar.gz |
Initial import of U-Boot for Digilent Zybo Z7 development boards.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-zynq-zybo-z7/DESCR | 5 | ||||
-rw-r--r-- | sysutils/u-boot-zynq-zybo-z7/Makefile | 7 | ||||
-rw-r--r-- | sysutils/u-boot-zynq-zybo-z7/PLIST | 4 |
3 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/u-boot-zynq-zybo-z7/DESCR b/sysutils/u-boot-zynq-zybo-z7/DESCR new file mode 100644 index 00000000000..18c34f957d9 --- /dev/null +++ b/sysutils/u-boot-zynq-zybo-z7/DESCR @@ -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 --git a/sysutils/u-boot-zynq-zybo-z7/Makefile b/sysutils/u-boot-zynq-zybo-z7/Makefile new file mode 100644 index 00000000000..d4bc9991fde --- /dev/null +++ b/sysutils/u-boot-zynq-zybo-z7/Makefile @@ -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 --git a/sysutils/u-boot-zynq-zybo-z7/PLIST b/sysutils/u-boot-zynq-zybo-z7/PLIST new file mode 100644 index 00000000000..f6db7d349ce --- /dev/null +++ b/sysutils/u-boot-zynq-zybo-z7/PLIST @@ -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 |