pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dtb-arm-tegra124 Initial import of dtb-arm-te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84b2551f2b03
branches:  trunk
changeset: 362795:84b2551f2b03
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu May 25 21:42:56 2017 +0000

description:
Initial import of dtb-arm-tegra124.

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 NVIDIA Tegra124 devices.

diffstat:

 sysutils/dtb-arm-tegra124/DESCR    |   7 +++++++
 sysutils/dtb-arm-tegra124/Makefile |  13 +++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r 83758354bec5 -r 84b2551f2b03 sysutils/dtb-arm-tegra124/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm-tegra124/DESCR   Thu May 25 21:42:56 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 NVIDIA Tegra124 devices.
diff -r 83758354bec5 -r 84b2551f2b03 sysutils/dtb-arm-tegra124/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm-tegra124/Makefile        Thu May 25 21:42:56 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/05/25 21:42:56 jmcneill Exp $
+
+DTB_ARCH=      arm
+DTB_DEVICE=    tegra124
+DTB_DTS=       tegra124-apalis-eval.dts \
+               tegra124-jetson-tk1.dts \
+               tegra124-nyan-big.dts \
+               tegra124-nyan-blaze.dts \
+               tegra124-venice2.dts
+
+.include "../../sysutils/dtc/linux-dtb.mk"
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index