pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dtb-arm-vexpress Initial import of dtb-arm-ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abe9a94541c7
branches:  trunk
changeset: 363147:abe9a94541c7
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Fri Jun 02 15:13:41 2017 +0000

description:
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:

 sysutils/dtb-arm-vexpress/DESCR    |   7 +++++++
 sysutils/dtb-arm-vexpress/Makefile |  12 ++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r 67f4d1180abd -r abe9a94541c7 sysutils/dtb-arm-vexpress/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm-vexpress/DESCR   Fri Jun 02 15:13:41 2017 +0000
@@ -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 -r 67f4d1180abd -r abe9a94541c7 sysutils/dtb-arm-vexpress/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm-vexpress/Makefile        Fri Jun 02 15:13:41 2017 +0000
@@ -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