Home
last modified time | relevance | path

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

12

/NextBSD/gnu/usr.bin/dtc/
HDMakefile5 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 …]
HDMakefile.depend19 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/
HDMakefile3 PROG_CXX=dtc
4 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
5 MAN= dtc.1
HDstring.hh39 namespace dtc namespace
152 struct hash<dtc::string>
154 std::size_t operator()(dtc::string const& s) const in operator ()()
HDHACKING3 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
HDutil.hh45 namespace dtc { namespace
HDinput_buffer.hh38 namespace dtc namespace
HDdtb.hh40 namespace dtc namespace
HDstring.cc93 namespace dtc namespace
HDchecking.hh38 namespace dtc namespace
HDchecking.cc38 namespace dtc namespace
HDdtc.cc46 using namespace dtc;
HDdtb.cc40 namespace dtc namespace
/NextBSD/contrib/dtc/
HDREADME.license1 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)
HDMakefile107 include Makefile.dtc
111 BIN += dtc
187 dtc: $(DTC_OBJS) target
205 TESTS_BIN += dtc
HDdtdiff8 DTC=dtc
/NextBSD/contrib/dtc/Documentation/
HDdtc-paper.tex35 \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 …]
HDdtc-paper.bib40 title = "\dtc{}",
42 note = "\url{http://ozlabs.org/~dgibson/dtc/dtc.git}",
HDmanual.txt4 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 …]
HDdts-format.txt5 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/
HDmake_dtb.sh23 dtc -O dtb -o $dtb -b 0 -p 1024 -i $S/boot/fdt/dts/${MACHINE} -i $S/gnu/dts/${MACHINE}
/NextBSD/gnu/usr.bin/
HDMakefile31 _dtc= dtc
/NextBSD/sys/gnu/dts/arm/
HDtegra20-trimslice.dts91 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
198 "dtb", "dtc", "dtd", "dte", "gmb",
HDtegra20-tamonten.dtsi87 nvidia,pins = "dtb", "dtc", "dte";
200 "dtc", "dte", "dtf", "gpu", "sdio1",
HDtegra20-paz00.dts90 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
206 "dtc", "dte", "slxa", "slxc", "slxd",

12