pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dtb-arm64-tegra210



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Thu May 25 21:43:38 UTC 2017

Added Files:
        pkgsrc/sysutils/dtb-arm64-tegra210: DESCR Makefile

Log Message:
Initial import of dtb-arm64-tegra210.

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 Tegra210 devices.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/dtb-arm64-tegra210/DESCR \
    pkgsrc/sysutils/dtb-arm64-tegra210/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-arm64-tegra210/DESCR
diff -u /dev/null pkgsrc/sysutils/dtb-arm64-tegra210/DESCR:1.1
--- /dev/null   Thu May 25 21:43:38 2017
+++ pkgsrc/sysutils/dtb-arm64-tegra210/DESCR    Thu May 25 21:43:38 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 NVIDIA Tegra210 devices.
Index: pkgsrc/sysutils/dtb-arm64-tegra210/Makefile
diff -u /dev/null pkgsrc/sysutils/dtb-arm64-tegra210/Makefile:1.1
--- /dev/null   Thu May 25 21:43:38 2017
+++ pkgsrc/sysutils/dtb-arm64-tegra210/Makefile Thu May 25 21:43:38 2017
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/05/25 21:43:38 jmcneill Exp $
+
+DTB_ARCH=      arm64
+DTB_DEVICE=    tegra210
+DTB_DTS=       nvidia/tegra210-p2371-0000.dts \
+               nvidia/tegra210-p2371-2180.dts \
+               nvidia/tegra210-p2571.dts \
+               nvidia/tegra210-smaug.dts
+
+.include "../../sysutils/dtc/linux-dtb.mk"
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index