pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dtb-arm64-sun50i Initial import of dtb-arm64-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/127f84d785a8
branches: trunk
changeset: 367416:127f84d785a8
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Fri Sep 01 10:17:48 2017 +0000
description:
Initial import of dtb-arm64-sun50i.
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 Allwinner sun50i devices.
diffstat:
sysutils/dtb-arm64-sun50i/DESCR | 7 +++++++
sysutils/dtb-arm64-sun50i/Makefile | 11 +++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diffs (26 lines):
diff -r a808c3d89a41 -r 127f84d785a8 sysutils/dtb-arm64-sun50i/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm64-sun50i/DESCR Fri Sep 01 10:17:48 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 Allwinner sun50i devices.
diff -r a808c3d89a41 -r 127f84d785a8 sysutils/dtb-arm64-sun50i/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dtb-arm64-sun50i/Makefile Fri Sep 01 10:17:48 2017 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2017/09/01 10:17:48 jmcneill Exp $
+
+DTB_ARCH= arm64
+DTB_DEVICE= sun50i
+DTB_DTS= allwinner/sun50i-a64-bananapi-m64.dts \
+ allwinner/sun50i-a64-pine64-plus.dts \
+ allwinner/sun50i-a64-pine64.dts
+
+.include "../../sysutils/dtc/linux-dtb.mk"
+
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index