| /NextBSD/gnu/usr.bin/dtc/ |
| HD | Makefile | 5 DTCDIR= ${.CURDIR}/../../../contrib/dtc 9 PROG= dtc 11 SRCS= dtc.c checks.c fstree.c livetree.c treesource.c data.c \ 32 OBJS+= dtc-parser.tab.o dtc-lexer.lex.o 34 CLEANFILES+= dtc-parser.tab.o dtc-lexer.lex.o dtc-parser.tab.c \ 35 dtc-parser.tab.h dtc-lexer.lex.c ${DTCVERSIONFILE} 40 dtc-parser.tab.o: dtc-parser.tab.c dtc-parser.tab.h 41 dtc-lexer.lex.o: dtc-lexer.lex.c dtc-parser.tab.h 43 dtc-parser.tab.c: dtc-parser.y 44 ${BISON} -o$@ -d ${DTCDIR}/dtc-parser.y [all …]
|
| HD | Makefile.depend | 19 dtc-lexer.lex.o: dtc-lexer.lex.c 20 dtc-lexer.lex.o: dtc-parser.tab.h 21 dtc-lexer.lex.po: dtc-lexer.lex.c 22 dtc-lexer.lex.po: dtc-parser.tab.h 23 dtc-parser.tab.o: dtc-parser.tab.c 24 dtc-parser.tab.po: dtc-parser.tab.c
|
| /NextBSD/usr.bin/dtc/ |
| HD | Makefile | 3 PROG_CXX=dtc 4 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc 5 MAN= dtc.1
|
| HD | string.hh | 39 namespace dtc namespace 152 struct hash<dtc::string> 154 std::size_t operator()(dtc::string const& s) const in operator ()()
|
| HD | HACKING | 3 Notes for people hacking on dtc 6 This file contains some notes for people wishing to hack on dtc. 13 https://svn.freebsd.org/base/head/usr.bin/dtc 52 The FreeBSD build system currently uses dtc to generate a blob and then
|
| HD | util.hh | 45 namespace dtc { namespace
|
| HD | input_buffer.hh | 38 namespace dtc namespace
|
| HD | dtb.hh | 40 namespace dtc namespace
|
| HD | string.cc | 93 namespace dtc namespace
|
| HD | checking.hh | 38 namespace dtc namespace
|
| HD | checking.cc | 38 namespace dtc namespace
|
| HD | dtc.cc | 46 using namespace dtc;
|
| HD | dtb.cc | 40 namespace dtc namespace
|
| /NextBSD/contrib/dtc/ |
| HD | README.license | 1 Licensing and contribution policy of dtc and libfdt 4 This dtc package contains two pieces of software: dtc itself, and 7 dtc does not incoporate or rely on libfdt for its operation, nor vice 11 As the copyright banners in each source file attest, dtc is licensed 13 entitled 'GPL' which should be included in this package. dtc code, 55 (principal original author of dtc and libfdt)
|
| HD | Makefile | 107 include Makefile.dtc 111 BIN += dtc 187 dtc: $(DTC_OBJS) target 205 TESTS_BIN += dtc
|
| HD | dtdiff | 8 DTC=dtc
|
| /NextBSD/contrib/dtc/Documentation/ |
| HD | dtc-paper.tex | 35 \newcommand{\dtc}{\texttt{dtc}\xspace} 48 The ``blob'' representing the device tree can be created using \dtc 206 included as part of the \dtc (see \S\ref{sec:dtc}) git tree, 315 \label{sec:dtc} 367 \caption{Example \dtc source} 386 so is tedious. The ``device tree compiler'', \dtc{}\footnote{\dtc can 394 source, \dtc can convert a device tree between a number of 410 In addition, \dtc can output the tree in one of three different 414 straightforward use of \dtc is to compile from ``source'' to 417 input, this allows \dtc to act as a ``decompiler''. [all …]
|
| HD | dtc-paper.bib | 40 title = "\dtc{}", 42 note = "\url{http://ozlabs.org/~dgibson/dtc/dtc.git}",
|
| HD | manual.txt | 4 I - "dtc", the device tree compiler 28 I - "dtc", the device tree compiler 40 git://www.jdl.com/software/dtc.git 41 http://www.jdl.com/software/dtc.git 45 http://www.jdl.com/software/dtc-v1.2.0.tgz 46 http://www.jdl.com/software/dtc-latest.tgz 55 The Device Tree Compiler, dtc, takes as input a device-tree in 86 The syntax of the dtc command line is: 88 dtc [options] [<input_filename>] 141 Additionally, dtc performs various sanity checks on the tree. [all …]
|
| HD | dts-format.txt | 5 device tree in a form that can be processed by dtc into a binary 105 DTS (dts files without this tag will be treated by dtc as being in
|
| /NextBSD/sys/tools/fdt/ |
| HD | make_dtb.sh | 23 dtc -O dtb -o $dtb -b 0 -p 1024 -i $S/boot/fdt/dts/${MACHINE} -i $S/gnu/dts/${MACHINE}
|
| /NextBSD/gnu/usr.bin/ |
| HD | Makefile | 31 _dtc= dtc
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | tegra20-trimslice.dts | 91 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 198 "dtb", "dtc", "dtd", "dte", "gmb",
|
| HD | tegra20-tamonten.dtsi | 87 nvidia,pins = "dtb", "dtc", "dte"; 200 "dtc", "dte", "dtf", "gpu", "sdio1",
|
| HD | tegra20-paz00.dts | 90 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 206 "dtc", "dte", "slxa", "slxc", "slxd",
|