/freebsd/sys/contrib/device-tree/ |
H A D | Makefile | 1 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 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 | dtb.cc | 45 void write(dtc::byte_buffer &buffer, int fd) in write() 66 namespace dtc namespace
|
H A D | util.hh | 80 namespace dtc { namespace
|
H A D | string.cc | 45 namespace dtc namespace
|
H A D | dtb.hh | 43 namespace dtc namespace
|
H A D | input_buffer.cc | 65 struct mmap_input_buffer : public dtc::input_buffer 88 struct stream_input_buffer : public dtc::input_buffer 145 namespace dtc namespace
|
H A D | checking.hh | 38 namespace dtc namespace
|
H A D | checking.cc | 38 namespace dtc namespace
|
H A D | dtc.cc | 48 using namespace dtc;
|
H A D | input_buffer.hh | 41 namespace dtc namespace
|
/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/sys/contrib/device-tree/src/powerpc/ |
H A D | ps3.dts | 33 * dtc expects a clock-frequency and timebase-frequency entries, so
|
H A D | kuroboxHD.dts | 45 /* Following required by dtc but not used */
|
H A D | kuroboxHG.dts | 45 /* Following required by dtc but not used */
|
/freebsd/sys/conf/ |
H A D | dtb.build.mk | 7 DTC?= dtc
|
/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 $<
|
/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 | 98 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 205 "dtb", "dtc", "dtd", "gmb", "gme",
|
H A D | tegra20-tamonten.dtsi | 92 nvidia,pins = "dtb", "dtc", "dte"; 206 "dtc", "dte", "gpu", "sdio1",
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | gef_sbc610.dts | 14 * Compiled with dtc -I dts -O dtb -o gef_sbc610.dtb gef_sbc610.dts
|
H A D | gef_ppc9a.dts | 14 * Compiled with dtc -I dts -O dtb -o gef_ppc9a.dtb gef_ppc9a.dts
|
/freebsd/usr.bin/ |
H A D | Makefile | 33 dtc \
|