Home
last modified time | relevance | path

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

/external/dtc/
DAndroid.mk15 dtc.c \
16 dtc-lexer.l \
17 dtc-parser.y \
29 LOCAL_MODULE := dtc
33 $(call dist-for-goals, dist_files, $(ALL_MODULES.dtc.BUILT):dtc/dtc)
DMakefile115 include Makefile.dtc
119 BIN += dtc
219 dtc: $(DTC_OBJS) target
234 git archive --format=tar --prefix=dtc-$(dtc_version)/ HEAD \
235 > ../dtc-$(dtc_version).tar
236 cat ../dtc-$(dtc_version).tar | \
237 gzip -9 > ../dtc-$(dtc_version).tar.gz
262 KUPDIR = /pub/software/utils/dtc
265 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign \
266 ../dtc-$(dtc_version).tar
[all …]
DMakefile.dtc9 dtc.c \
17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
DREADME.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)
DREADME.version1 URL: https://git.kernel.org/cgit/utils/dtc/dtc.git/commit/?id=120775eb1cf39f8dcecd695c3ff1cfef8aeb6…
D.gitignore10 /dtc
Ddtdiff8 DTC=dtc
DREADME1 The source tree contains the Device Tree Compiler (dtc) toolchain for
78 The following list is for discussion about dtc and libfdt implementation
/external/dtc/tests/
Drun_tests.sh284 run_sh_test dtc-checkfails.sh "$@" -- -I dts -O dtb $tree
286 run_sh_test dtc-checkfails.sh "$@" -- -I dtb -O dtb $tree.test.dtb
537 run_sh_test dtc-checkfails.sh phandle_references -- -I dts -O dtb nonexist-node-ref.dts
538 run_sh_test dtc-checkfails.sh phandle_references -- -I dts -O dtb nonexist-label-ref.dts
539 run_sh_test dtc-fatal.sh -I dts -O dtb nonexist-node-ref2.dts
553 run_sh_test dtc-checkfails.sh node_name_chars -- -I dtb -O dtb bad_node_char.dtb
554 run_sh_test dtc-checkfails.sh node_name_format -- -I dtb -O dtb bad_node_format.dtb
555 run_sh_test dtc-checkfails.sh prop_name_chars -- -I dtb -O dtb bad_prop_char.dtb
557 run_sh_test dtc-checkfails.sh duplicate_label -- -I dts -O dtb reuse-label1.dts
558 run_sh_test dtc-checkfails.sh duplicate_label -- -I dts -O dtb reuse-label2.dts
[all …]
Dbase01.cmd1 dtc -f -b 0 -V 16 -I dts -O asm
Dtests.sh21 DTC=../dtc
Ddelete_reinstate_multilabel.dts24 * when dtc adds labels to an object, they are added to the head of the list
/external/dtc/scripts/
Dkup-dtc3 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git
4 REMOTE_PATH=/pub/software/utils/dtc
/external/dtc/Documentation/
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 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 …]
Ddtc-paper.bib40 title = "\dtc{}",
42 note = "\url{http://ozlabs.org/~dgibson/dtc/dtc.git}",
Dmanual.txt4 I - "dtc", the device tree compiler
28 I - "dtc", the device tree compiler
37 git://git.kernel.org/pub/scm/utils/dtc/dtc.git
38 https://git.kernel.org/pub/scm/utils/dtc/dtc.git
42 https://git.kernel.org/cgit/utils/dtc/dtc.git/
53 The Device Tree Compiler, dtc, takes as input a device-tree in
84 The syntax of the dtc command line is:
86 dtc [options] [<input_filename>]
153 Additionally, dtc performs various sanity checks on the tree.
647 This library should be merged into dtc proper.
Ddt-object-internal.txt138 $ dtc -@ -O dtb -o foo.dtb -b 0 foo.dts
197 $ dtc -@ -O dtb -o bar.dtbo -b 0 bar.dts
265 $ dtc -@ -O dtb -o baz.dtbo -b 0 baz.dts
306 local reference is being made. No matter how phandles are allocated from dtc
Ddts-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
/external/ltp/testcases/misc/math/fptests/
Dfptest02.c88 double dtc, dts, alpha; /* timing parameters */ variable
103 dtc = 0.01; in main()
245 return (dtc); in dtcrit()
Dfptest01.c88 double dtc, dts, alpha; /* timing parameters */ variable
104 dtc = 0.01; in main()
264 return (dtc); in dtcrit()
/external/eigen/Eigen/
DMetisSupport26 …* This module defines an interface to the METIS reordering package (http://glaros.dtc.umn.edu/gkho…
/external/v8/
DAUTHORS58 Douglas Crosher <dtc-v8@scieneer.com>