mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Add skeleton.dtsi and update to new place in tree.
This commit is contained in:
parent
0f72dae774
commit
9880e240b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262608
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user