pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dtb-arm-vexpress



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Fri Jun  2 15:13:41 UTC 2017

Added Files:
        pkgsrc/sysutils/dtb-arm-vexpress: DESCR Makefile

Log Message:
Initial import of dtb-arm-vexpress.

The devicetree is a data structure for describing hardware. Rather than
hard coding every detail of a device into an operating system, many aspects
of the hardware can be described in a data structure that is passed to the
operating system at boot time.

This package includes Device Tree Blob (.dtb) files generated from
the Linux kernel for ARM Ltd. Versatile Express boards.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/dtb-arm-vexpress/DESCR \
    pkgsrc/sysutils/dtb-arm-vexpress/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/sysutils/dtb-arm-vexpress/DESCR
diff -u /dev/null pkgsrc/sysutils/dtb-arm-vexpress/DESCR:1.1
--- /dev/null   Fri Jun  2 15:13:41 2017
+++ pkgsrc/sysutils/dtb-arm-vexpress/DESCR      Fri Jun  2 15:13:41 2017
@@ -0,0 +1,7 @@
+The devicetree is a data structure for describing hardware. Rather than
+hard coding every detail of a device into an operating system, many aspects
+of the hardware can be described in a data structure that is passed to the
+operating system at boot time.
+
+This package includes Device Tree Blob (.dtb) files generated from
+the Linux kernel for ARM Ltd. Versatile Express boards.
Index: pkgsrc/sysutils/dtb-arm-vexpress/Makefile
diff -u /dev/null pkgsrc/sysutils/dtb-arm-vexpress/Makefile:1.1
--- /dev/null   Fri Jun  2 15:13:41 2017
+++ pkgsrc/sysutils/dtb-arm-vexpress/Makefile   Fri Jun  2 15:13:41 2017
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/06/02 15:13:41 jmcneill Exp $
+
+DTB_ARCH=      arm
+DTB_DEVICE=    vexpress
+DTB_DTS=       vexpress-v2p-ca15-tc1.dts \
+               vexpress-v2p-ca15_a7.dts \
+               vexpress-v2p-ca5s.dts \
+               vexpress-v2p-ca9.dts
+
+.include "../../sysutils/dtc/linux-dtb.mk"
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index