pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dtb-arm64-tegra210 Initial import of dtb-arm6...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d5fcb194867
branches:  trunk
changeset: 362796:5d5fcb194867
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu May 25 21:43:38 2017 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 84b2551f2b03 -r 5d5fcb194867 sysutils/dtb-arm64-tegra210/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm64-tegra210/DESCR Thu May 25 21:43:38 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 Tegra210 devices.
diff -r 84b2551f2b03 -r 5d5fcb194867 sysutils/dtb-arm64-tegra210/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm64-tegra210/Makefile      Thu May 25 21:43:38 2017 +0000
@@ -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