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

Sponsored by: Netflix
This commit is contained in:
imp 2017-11-14 21:03:57 +00:00
parent e69667d9c9
commit da9f1c66c2
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 The default location for DTS files in the
.Fx .Fx
source repository is source repository is
.Pa sys/boot/fdt/dts .Pa sys/dts
directory. directory.
.It Va Device tree blob (DTB) .It Va Device tree blob (DTB)
The textual device tree description (DTS file) is first converted (compiled) 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 The indicated DTS file will be converted (compiled) into a binary form
along with building the kernel itself. along with building the kernel itself.
The DTS file name is relative to the default location of DTS sources i.e. 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 This makeoption is not mandatory unless FDT_DTB_STATIC is also defined (see
below). below).
.It Va options FDT_DTB_STATIC .It Va options FDT_DTB_STATIC

View File

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

View File

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

View File

@ -47,7 +47,7 @@ SYSDIR= ${_dir:tA}
.SUFFIXES: .dtb .dts .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/} DTB=${DTS:R:S/$/.dtb/}

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