Home
last modified time | relevance | path

Searched full:dtc (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/sys/contrib/device-tree/
H A DMakefile1 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 DMakefile1 PROG_CXX=dtc
2 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
3 MAN= dtc.1
H A DHACKING1 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 Ddtc.135 .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 Ddtb.cc45 void write(dtc::byte_buffer &buffer, int fd) in write()
66 namespace dtc namespace
340 } // namespace dtc
H A Dstring.cc45 namespace dtc namespace
149 } // namespace dtc
H A Dutil.hh80 namespace dtc { namespace
148 }// namespace dtc
H A Dchecking.cc38 namespace dtc namespace
284 } // namespace dtc
H A Dchecking.hh38 namespace dtc namespace
308 } // namespace dtc
H A Ddtc.cc48 using namespace dtc;
86 fprintf(stdout, "Version: %s %d.%d.%d compatible with gpl dtc %d.%d.%d\n", progname, in version()
H A Ddtb.hh43 namespace dtc namespace
371 } // namespace dtc
/freebsd/sys/tools/fdt/
H A Dmake_dtbo.sh18 : "${DTC:=dtc}"
25 ${DTC} -@ -O dtb -o "$dtb" -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MACHINE}"
H A Dmake_dtb.sh18 : "${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 Ddtb.build.mk7 DTC?= dtc
37 .export DTC ECHO
H A Ddtb.mk6 # DTC The Device Tree Compiler to use
/freebsd/sys/contrib/device-tree/Bindings/perf/
H A Darm,cmn.yaml33 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 DWITH_FDT2 This includes the device tree compiler (dtc) and libfdt support library.
H A DWITHOUT_FDT2 This includes the device tree compiler (dtc) and libfdt support library.
/freebsd/share/man/man4/
H A Dfdt.4102 .It Va Device tree compiler (DTC)
127 .Pa dtc
/freebsd/share/man/man5/
H A Dmake.conf.5184 .It Va DTC
187 .Va DTC
188 is initially set to the value of dtc
/freebsd/sys/contrib/xen/
H A Ddevice_tree_defs.h6 * The device tree compiler (DTC) is allocating the phandle from 1 to
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dps3.dts33 * dtc expects a clock-frequency and timebase-frequency entries, so
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam57xx-evm.dtso24 // table with a fix in dtc
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20-trimslice.dts97 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
204 "dtb", "dtc", "dtd", "dte", "gmb",
/freebsd/sys/contrib/device-tree/Bindings/
H A DMakefile83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<

123