/freebsd/sys/contrib/device-tree/ |
H A D | Makefile | 1 DTC ?= dtc macro 129 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp) 135 quiet_cmd_dtc = DTC $@ 136 cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \ 137 $(DTC) -O dtb -o $@ -b 0 \ 139 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 140 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile) 143 $(call if_changed_dep,dtc)
|
/freebsd/usr.bin/dtc/ |
H A D | Makefile | 1 PROG_CXX=dtc 2 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc 3 MAN= dtc.1
|
H A D | HACKING | 1 Notes for people hacking on dtc 4 This file contains some notes for people wishing to hack on dtc. 11 https://github.com/davidchisnall/dtc 50 The FreeBSD build system currently uses dtc to generate a blob and then
|
H A D | dtc.1 | 35 .Nm dtc 323 .Dl "dtc -o blob.S -O asm device.dts" 334 .Dl "dtc -o - -O dts -I dtb device.dtb" 343 .Dl "dtc -@ -O dtb -I dts -o device.dtb device.dts" 353 .Dl "dtc -@ -O dtb -I dts -o device_overlay.dtbo device_overlay.dts" 417 A dtc tool first appeared in
|
H A D | dtb.cc | 45 void write(dtc::byte_buffer &buffer, int fd) in write() 66 namespace dtc namespace 340 } // namespace dtc
|
H A D | string.cc | 45 namespace dtc namespace 149 } // namespace dtc
|
H A D | util.hh | 80 namespace dtc { namespace 148 }// namespace dtc
|
H A D | checking.cc | 38 namespace dtc namespace 284 } // namespace dtc
|
H A D | checking.hh | 38 namespace dtc namespace 308 } // namespace dtc
|
H A D | dtc.cc | 48 using namespace dtc; 86 fprintf(stdout, "Version: %s %d.%d.%d compatible with gpl dtc %d.%d.%d\n", progname, in version()
|
H A D | dtb.hh | 43 namespace dtc namespace 371 } // namespace dtc
|
/freebsd/sys/tools/fdt/ |
H A D | make_dtbo.sh | 18 : "${DTC:=dtc}" 25 ${DTC} -@ -O dtb -o "$dtb" -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MACHINE}"
|
H A D | make_dtb.sh | 18 : "${DTC:=dtc}" 25 …${DTC} -@ -O dtb -o "$dtb" -b 0 -p 1024 -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MA…
|
/freebsd/sys/conf/ |
H A D | dtb.build.mk | 7 DTC?= dtc 37 .export DTC ECHO
|
H A D | dtb.mk | 6 # DTC The Device Tree Compiler to use
|
/freebsd/sys/contrib/device-tree/Bindings/perf/ |
H A D | arm,cmn.yaml | 33 description: One interrupt for each DTC domain implemented must 65 /* 4x2 mesh with one DTC, and CFG node at 0,1,1,0 */
|
/freebsd/tools/build/options/ |
H A D | WITH_FDT | 2 This includes the device tree compiler (dtc) and libfdt support library.
|
H A D | WITHOUT_FDT | 2 This includes the device tree compiler (dtc) and libfdt support library.
|
/freebsd/share/man/man4/ |
H A D | fdt.4 | 102 .It Va Device tree compiler (DTC) 127 .Pa dtc
|
/freebsd/share/man/man5/ |
H A D | make.conf.5 | 184 .It Va DTC 187 .Va DTC 188 is initially set to the value of dtc
|
/freebsd/sys/contrib/xen/ |
H A D | device_tree_defs.h | 6 * The device tree compiler (DTC) is allocating the phandle from 1 to
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | ps3.dts | 33 * dtc expects a clock-frequency and timebase-frequency entries, so
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am57xx-evm.dtso | 24 // table with a fix in dtc
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra20-trimslice.dts | 97 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 204 "dtb", "dtc", "dtd", "dte", "gmb",
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | Makefile | 83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
|