summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2017-06-02 15:13:41 +0000
committerjmcneill <jmcneill@pkgsrc.org>2017-06-02 15:13:41 +0000
commit82d46057f5815aa7233311eb4d59debbd1c3ebba (patch)
tree509e982fe076d52315468aa05c3c940c34cf44b2 /sysutils
parent9653efcf989bc1afd9c6b675826bd5d4ad4049c5 (diff)
downloadpkgsrc-82d46057f5815aa7233311eb4d59debbd1c3ebba.tar.gz
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.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dtb-arm-vexpress/DESCR7
-rw-r--r--sysutils/dtb-arm-vexpress/Makefile12
2 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/dtb-arm-vexpress/DESCR b/sysutils/dtb-arm-vexpress/DESCR
new file mode 100644
index 00000000000..ac1d7b765da
--- /dev/null
+++ b/sysutils/dtb-arm-vexpress/DESCR
@@ -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.
diff --git a/sysutils/dtb-arm-vexpress/Makefile b/sysutils/dtb-arm-vexpress/Makefile
new file mode 100644
index 00000000000..169b858681f
--- /dev/null
+++ b/sysutils/dtb-arm-vexpress/Makefile
@@ -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"