Home
last modified time | relevance | path

Searched refs:dtc (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/sys/contrib/device-tree/
H A DMakefile1 DTC ?= dtc
133 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
140 cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
143 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
144 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
147 $(call if_changed_dep,dtc)
150 cmd_dtco = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
153 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
154 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
/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 Ddtb.cc45 void write(dtc::byte_buffer &buffer, int fd) in write()
66 namespace dtc namespace
H A Dutil.hh80 namespace dtc { namespace
H A Dstring.cc45 namespace dtc namespace
H A Ddtb.hh43 namespace dtc namespace
H A Dinput_buffer.cc65 struct mmap_input_buffer : public dtc::input_buffer
88 struct stream_input_buffer : public dtc::input_buffer
145 namespace dtc namespace
H A Dchecking.hh38 namespace dtc namespace
H A Dchecking.cc38 namespace dtc namespace
H A Ddtc.cc48 using namespace dtc;
H A Dinput_buffer.hh41 namespace dtc namespace
/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/sys/contrib/device-tree/src/powerpc/
H A Dps3.dts33 * dtc expects a clock-frequency and timebase-frequency entries, so
H A DkuroboxHD.dts45 /* Following required by dtc but not used */
H A DkuroboxHG.dts45 /* Following required by dtc but not used */
/freebsd/sys/conf/
H A Ddtb.build.mk7 DTC?= dtc
/freebsd/sys/contrib/device-tree/Bindings/
H A DMakefile83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<
/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.dts98 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
205 "dtb", "dtc", "dtd", "gmb", "gme",
H A Dtegra20-tamonten.dtsi92 nvidia,pins = "dtb", "dtc", "dte";
206 "dtc", "dte", "gpu", "sdio1",
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dgef_sbc610.dts14 * Compiled with dtc -I dts -O dtb -o gef_sbc610.dtb gef_sbc610.dts
H A Dgef_ppc9a.dts14 * Compiled with dtc -I dts -O dtb -o gef_ppc9a.dtb gef_ppc9a.dts
/freebsd/usr.bin/
H A DMakefile33 dtc \

12