Move sys/boot/fdt/dts to sys/dts and adjust scripts.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-11-14 21:03:57 +00:00
parent 81d606f52e
commit 2e36db147e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325826
122 changed files with 8 additions and 8 deletions

View File

@ -95,7 +95,7 @@ computer system in a human-readable form, with certain hierarchical structure
The default location for DTS files in the
.Fx
source repository is
.Pa sys/boot/fdt/dts
.Pa sys/dts
directory.
.It Va Device tree blob (DTB)
The textual device tree description (DTS file) is first converted (compiled)
@ -156,7 +156,7 @@ kernel.
The indicated DTS file will be converted (compiled) into a binary form
along with building the kernel itself.
The DTS file name is relative to the default location of DTS sources i.e.
.Pa sys/boot/fdt/dts .
.Pa sys/dts .
This makeoption is not mandatory unless FDT_DTB_STATIC is also defined (see
below).
.It Va options FDT_DTB_STATIC

View File

@ -137,7 +137,7 @@ on the GPIO IIC bit-banging bus.
For more details about the
.Va gpios
property, please consult
.Pa /usr/src/sys/boot/fdt/dts/bindings-gpio.txt .
.Pa /usr/src/sys/dts/bindings-gpio.txt .
.It Va scl
The
.Va scl

View File

@ -134,7 +134,7 @@ The only restriction is that a GPIO pin cannot be mapped by two different
For more details about the
.Va gpios
property, please consult
.Pa /usr/src/sys/boot/fdt/dts/bindings-gpio.txt .
.Pa /usr/src/sys/dts/bindings-gpio.txt .
.Pp
The property
.Va name

View File

@ -68,7 +68,7 @@ to.
For more details about the
.Va gpios
property, please consult
.Pa /usr/src/sys/boot/fdt/dts/bindings-gpio.txt .
.Pa /usr/src/sys/dts/bindings-gpio.txt .
.Sh SEE ALSO
.Xr gpiobus 4 ,
.Xr ow 4 ,

View File

@ -47,7 +47,7 @@ SYSDIR= ${_dir:tA}
.SUFFIXES: .dtb .dts
.PATH: ${SYSDIR}/gnu/dts/${MACHINE} ${SYSDIR}/boot/fdt/dts/${MACHINE}
.PATH: ${SYSDIR}/gnu/dts/${MACHINE} ${SYSDIR}/dts/${MACHINE}
DTB=${DTS:R:S/$/.dtb/}

Some files were not shown because too many files have changed in this diff Show More