summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-02-28 16:42:14 +0000
committerimp <imp@FreeBSD.org>2014-02-28 16:42:14 +0000
commitdc70de355e890868ea593340ec51196a037eff31 (patch)
tree96ac517ca36d66e5ae6f3f6aeaf421ece33ab545 /sys/gnu
parentf0b7393a33501179bc3d44de8662deac21a764bf (diff)
downloadFreeBSD-src-dc70de355e890868ea593340ec51196a037eff31.zip
FreeBSD-src-dc70de355e890868ea593340ec51196a037eff31.tar.gz
Add skeleton.dtsi and update to new place in tree.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/dts/FreeBSD-list1
-rw-r--r--sys/gnu/dts/FreeBSD-upgrade4
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/gnu/dts/FreeBSD-list b/sys/gnu/dts/FreeBSD-list
index d291ca7..ececc2b 100644
--- a/sys/gnu/dts/FreeBSD-list
+++ b/sys/gnu/dts/FreeBSD-list
@@ -64,6 +64,7 @@ src/arm/sama5d3_uart.dtsi
src/arm/sama5d3xcm.dtsi
src/arm/sama5d3xdm.dtsi
src/arm/sama5d3xmb.dtsi
+src/arm/skeleton.dtsi
src/arm/tny_a9260.dts
src/arm/tny_a9260_common.dtsi
src/arm/tny_a9263.dts
diff --git a/sys/gnu/dts/FreeBSD-upgrade b/sys/gnu/dts/FreeBSD-upgrade
index 90a3679..6e8231c 100644
--- a/sys/gnu/dts/FreeBSD-upgrade
+++ b/sys/gnu/dts/FreeBSD-upgrade
@@ -13,7 +13,7 @@
# all of them. This means we have an 'opt in' list rather than an 'opt out' list
# that's more typical for FreeBSD. The opt-in list should be relative to the top level
# directory (so a bunch of lines starting with src). We import src/$ARCH/foo into
-# sys/contrib/dts/$ARCH/foo with the goal being to use as many of these files as possible
+# sys/gnu/dts/$ARCH/foo with the goal being to use as many of these files as possible
# unmodified for FreeBSD. This isn't always possible, but there are workarounds.
#
# This script should take care of all that the first time...
@@ -21,4 +21,4 @@
s=svn+ssh://svn.freebsd.org/base/vendor/device-tree/dist/
args=$(grep -v ^# FreeBSD-list | sed -e"s=^=$s=")
-svn cp -m "Initial import of DTS files from Linux" ${args} svn+ssh://svn.freebsd.org/base/head/sys/contrib/dts/arm
+svn cp -m "Initial import of DTS files from Linux" ${args} svn+ssh://svn.freebsd.org/base/head/sys/gnu/dts/arm
OpenPOWER on IntegriCloud