pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dtb-arm-exynos5422 Initial import of dtb-arm-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d547a17dc42
branches: trunk
changeset: 363525:3d547a17dc42
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Sun Jun 11 11:13:40 2017 +0000
description:
Initial import of dtb-arm-exynos5422.
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 Samsung Exynos5422 devices.
diffstat:
sysutils/dtb-arm-exynos5422/DESCR | 7 +++++++
sysutils/dtb-arm-exynos5422/Makefile | 11 +++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diffs (26 lines):
diff -r 0ff0273d42d5 -r 3d547a17dc42 sysutils/dtb-arm-exynos5422/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm-exynos5422/DESCR Sun Jun 11 11:13:40 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 Samsung Exynos5422 devices.
diff -r 0ff0273d42d5 -r 3d547a17dc42 sysutils/dtb-arm-exynos5422/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm-exynos5422/Makefile Sun Jun 11 11:13:40 2017 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2017/06/11 11:13:40 jmcneill Exp $
+
+DTB_ARCH= arm
+DTB_DEVICE= exynos5422
+DTB_DTS= exynos5422-odroidxu3-lite.dts \
+ exynos5422-odroidxu3.dts \
+ exynos5422-odroidxu4.dts
+
+.include "../../sysutils/dtc/linux-dtb.mk"
+
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index