Author: imp
Date: Fri Feb 28 16:42:14 2014
New Revision: 262608
URL: http://svnweb.freebsd.org/changeset/base/262608

Log:
  Add skeleton.dtsi and update to new place in tree.

Modified:
  head/sys/gnu/dts/FreeBSD-list
  head/sys/gnu/dts/FreeBSD-upgrade

Modified: head/sys/gnu/dts/FreeBSD-list
==============================================================================
--- head/sys/gnu/dts/FreeBSD-list       Fri Feb 28 16:35:01 2014        
(r262607)
+++ head/sys/gnu/dts/FreeBSD-list       Fri Feb 28 16:42:14 2014        
(r262608)
@@ -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

Modified: head/sys/gnu/dts/FreeBSD-upgrade
==============================================================================
--- head/sys/gnu/dts/FreeBSD-upgrade    Fri Feb 28 16:35:01 2014        
(r262607)
+++ head/sys/gnu/dts/FreeBSD-upgrade    Fri Feb 28 16:42:14 2014        
(r262608)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to