Searched refs:dtc (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/dtc/
H A DMakefile1 # $FreeBSD: stable/11/gnu/usr.bin/dtc/Makefile 317993 2017-05-08 23:57:54Z gonzo $
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
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/dtc/Makefile 328825 2018-02-03 01:20:01Z kevans $
3 PROG_CXX=dtc
4 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
5 MAN= dtc.1
H A Dstring.cc32 * $FreeBSD: stable/11/usr.bin/dtc/string.cc 339159 2018-10-03 17:14:40Z kevans $
47 namespace dtc namespace
151 } // namespace dtc
H A Dutil.hh32 * $FreeBSD: stable/11/usr.bin/dtc/util.hh 345881 2019-04-04 17:27:01Z kevans $
82 namespace dtc { namespace
150 }// namespace dtc
H A Ddtb.hh32 * $FreeBSD: stable/11/usr.bin/dtc/dtb.hh 345881 2019-04-04 17:27:01Z kevans $
45 namespace dtc namespace
373 } // namespace dtc
H A Ddtb.cc32 * $FreeBSD: stable/11/usr.bin/dtc/dtb.cc 358206 2020-02-21 04:38:59Z kevans $
47 void write(dtc::byte_buffer &buffer, int fd)
68 namespace dtc namespace
342 } // namespace dtc
H A Dchecking.hh32 * $FreeBSD: stable/11/usr.bin/dtc/checking.hh 330449 2018-03-05 07:26:05Z eadler $
40 namespace dtc namespace
310 } // namespace dtc
H A Dinput_buffer.cc32 * $FreeBSD: stable/11/usr.bin/dtc/input_buffer.cc 345881 2019-04-04 17:27:01Z kevans $
67 struct mmap_input_buffer : public dtc::input_buffer
90 struct stream_input_buffer : public dtc::input_buffer
147 namespace dtc namespace
1267 } // namespace dtc
H A Dchecking.cc32 * $FreeBSD: stable/11/usr.bin/dtc/checking.cc 330449 2018-03-05 07:26:05Z eadler $
40 namespace dtc namespace
286 } // namespace dtc
H A Dinput_buffer.hh32 * $FreeBSD: stable/11/usr.bin/dtc/input_buffer.hh 330449 2018-03-05 07:26:05Z eadler $
43 namespace dtc namespace
552 } // namespace dtc
H A Ddtc.cc32 * $FreeBSD: stable/11/usr.bin/dtc/dtc.cc 358205 2020-02-21 04:34:54Z kevans $
50 using namespace dtc;
88 fprintf(stdout, "Version: %s %d.%d.%d compatible with gpl dtc %d.%d.%d\n", progname,
H A Dfdt.hh32 * $FreeBSD: stable/11/usr.bin/dtc/fdt.hh 358206 2020-02-21 04:38:59Z kevans $
47 namespace dtc namespace
304 * a node name, however dtc assumes that it is a label, and so we
1066 } // namespace dtc
H A Dfdt.cc32 * $FreeBSD: stable/11/usr.bin/dtc/fdt.cc 358205 2020-02-21 04:34:54Z kevans $
57 namespace dtc namespace
2210 } // namespace dtc
/freebsd-11-stable/contrib/dtc/scripts/
H A Dkup-dtc3 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git
4 REMOTE_PATH=/pub/software/utils/dtc
13 PREFIX="dtc-$VERSION/"
14 TAR="dtc-$VERSION.tar"
/freebsd-11-stable/contrib/dtc/
H A DMakefile107 include Makefile.dtc
111 BIN += dtc
187 dtc: $(DTC_OBJS)
200 git archive --format=tar --prefix=dtc-$(dtc_version)/ HEAD \
201 > ../dtc-$(dtc_version).tar
202 cat ../dtc-$(dtc_version).tar | \
203 gzip -9 > ../dtc-$(dtc_version).tar.gz
212 KUPDIR = /pub/software/utils/dtc
215 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign \
216 ../dtc
[all...]
H A Ddtdiff8 DTC=dtc
/freebsd-11-stable/gnu/usr.bin/
H A DMakefile21 SUBDIR.${MK_GPL_DTC}+= dtc
/freebsd-11-stable/sys/tools/fdt/
H A Dmake_dtb.sh23 dtc -@ -O dtb -o $dtb -b 0 -p 1024 -i $S/boot/fdt/dts/${MACHINE} -i $S/gnu/dts/${MACHINE}
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-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 ca
[all...]
/freebsd-11-stable/usr.bin/
H A DMakefile226 SUBDIR+= dtc
/freebsd-11-stable/targets/pseudo/userland/gnu/
H A DMakefile.depend117 DIRDEPS+= gnu/usr.bin/dtc
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend917 DIRDEPS+= usr.bin/dtc

Completed in 479 milliseconds