pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-zynq-zturn Initial import of u-boot-zy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/911319101c04
branches:  trunk
changeset: 387650:911319101c04
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Nov 03 10:56:49 2022 +0000

description:
Initial import of u-boot-zynq-zturn version 2022.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 MYIR Tech Z-Turn Board development boards.

diffstat:

 sysutils/u-boot-zynq-zturn/DESCR    |   5 +++++
 sysutils/u-boot-zynq-zturn/Makefile |  10 ++++++++++
 sysutils/u-boot-zynq-zturn/PLIST    |   3 +++
 3 files changed, 18 insertions(+), 0 deletions(-)

diffs (30 lines):

diff -r 5387e2b53e73 -r 911319101c04 sysutils/u-boot-zynq-zturn/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zturn/DESCR  Thu Nov 03 10:56:49 2022 +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 MYIR Tech Z-Turn Board development boards.
diff -r 5387e2b53e73 -r 911319101c04 sysutils/u-boot-zynq-zturn/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zturn/Makefile       Thu Nov 03 10:56:49 2022 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2022/11/03 10:56:49 jmcneill Exp $
+
+UBOOT_TARGET=          zynq-zturn
+UBOOT_VERSION=         2022.10
+UBOOT_ENV+=            DEVICE_TREE=zynq-zturn
+UBOOT_CONFIG=          xilinx_zynq_virt_defconfig
+UBOOT_BIN=             u-boot.img spl/boot.bin
+
+.include "../../sysutils/u-boot/u-boot-arm.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5387e2b53e73 -r 911319101c04 sysutils/u-boot-zynq-zturn/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-zynq-zturn/PLIST  Thu Nov 03 10:56:49 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/03 10:56:49 jmcneill Exp $
+share/u-boot/zynq-zturn/boot.bin
+share/u-boot/zynq-zturn/u-boot.img



Home | Main Index | Thread Index | Old Index