From dc70de355e890868ea593340ec51196a037eff31 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 28 Feb 2014 16:42:14 +0000 Subject: Add skeleton.dtsi and update to new place in tree. --- sys/gnu/dts/FreeBSD-list | 1 + sys/gnu/dts/FreeBSD-upgrade | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/gnu') 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 -- cgit v1.1