Move sys/boot/fdt/dts to sys/dts and adjust scripts.
Sponsored by: Netflix
This commit is contained in:
parent
e69667d9c9
commit
da9f1c66c2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ,
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user